summaryrefslogtreecommitdiff
path: root/src/mesa/main/feedback.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-02-28mesa: convert macro to inline functionBrian Paul
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul
2009-02-28mesa: comments, whitespace, reformattingBrian Paul
2009-02-28mesa: remove dead codeBrian Paul
2004-02-17some debug codeBrian Paul
2003-11-25current raster color index should be GLfloatBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-15added missing ctx parameter to _mesa_debug() callsBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2001-03-29Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-05-09removed printfBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-01-25fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul
2000-01-17Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-19More Win32 build compliance fixupsTed Jump
1999-09-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg