summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/feedback.c
Commit message (Expand)AuthorAgeFilesLines
* some debug codeBrian Paul2004-02-171-0/+12
* current raster color index should be GLfloatBrian Paul2003-11-251-4/+4
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-8/+8
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-17/+143
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* Header file clean-up:Brian Paul2002-10-241-5/+1
* added missing ctx parameter to _mesa_debug() callsBrian Paul2002-06-151-2/+2
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-4/+4
* Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell2001-03-291-4/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-9/+8
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-16/+16
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-6/+6
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-4/+3
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+4
* Major rework of tnl moduleKeith Whitwell2000-12-261-53/+53
* Committing in .Jouk Jansen2000-11-221-7/+7
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-158/+4
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-4/+21
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-2/+11
* New colormac.h file for color-related macros.Brian Paul2000-10-281-2/+6
* Basic work to support deep color channels:Brian Paul2000-10-281-2/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-9/+9
* removed printfBrian Paul2000-05-091-2/+1
* runtime selectable depth buffer depthBrian Paul2000-03-031-11/+14
* fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul2000-01-251-11/+17
* Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul2000-01-171-25/+29
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-19/+26
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-1/+5
* More Win32 build compliance fixupsTed Jump1999-09-191-3/+4
* Large patch:Keith Whitwell1999-09-181-8/+127
* Initial revisionjtg1999-08-191-0/+395