summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_feedback.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-7/+6
2004-05-04Fix minor warnings found with g++.Brian Paul1-4/+1
2004-01-13add cast to quiet compiler warningKarl Schultz1-1/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-9/+9
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2001-09-19silence compiler warnings (last batch for src)Karl Schultz1-2/+2
2001-06-12always feedback unit 0 texcoordsBrian Paul1-2/+2
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-10/+7
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-16/+16
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-7/+7
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-6/+6
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-10/+15
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell1-12/+24
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-0/+153