summaryrefslogtreecommitdiff
path: root/src/mesa/main/feedback.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-17/+143
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-24Header file clean-up:Brian Paul1-5/+1
2002-06-15added missing ctx parameter to _mesa_debug() callsBrian Paul1-2/+2
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-4/+4
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell1-4/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-9/+8
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-6/+6
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell1-4/+3
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell1-1/+4
2000-12-26Major rework of tnl moduleKeith Whitwell1-53/+53
2000-11-22 Committing in .Jouk Jansen1-7/+7
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-158/+4
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell1-4/+21
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-2/+11
2000-10-28New colormac.h file for color-related macros.Brian Paul1-2/+6
2000-10-28Basic work to support deep color channels:Brian Paul1-2/+2
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-9/+9
2000-05-09removed printfBrian Paul1-2/+1
2000-03-03runtime selectable depth buffer depthBrian Paul1-11/+14
2000-01-25fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul1-11/+17
2000-01-17Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul1-25/+29
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-19/+26
1999-11-08clean-up of header includes (Daryll)Brian Paul1-4/+1
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-1/+5
1999-09-19More Win32 build compliance fixupsTed Jump1-3/+4
1999-09-18Large patch:Keith Whitwell1-8/+127
1999-08-19Initial revisionjtg1-0/+395