summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/feedback.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* mesa: fix a trivial spelling mistakeMartin Peres2015-01-191-1/+1
* mesa: trim down some #includesBrian Paul2014-09-101-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-7/+1
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-14/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-7/+7
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-4/+0
* mesa: remove FEATURE_feedback define.Oliver McFadden2012-09-151-6/+0
* mesa: Declare _mesa_RenderMode as non-staticChad Versace2011-10-181-1/+1
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: fix error handling for glSelectBufferYuanhan Liu2011-09-191-0/+5
* mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)Eric Anholt2011-07-061-1/+1
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-11/+11
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-7/+2
* mesa: Remove checks of Visual.rgbModeIan Romanick2010-03-031-8/+3
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu2009-09-301-12/+27
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-2/+2
* mesa: convert macro to inline functionBrian Paul2009-02-281-9/+12
* mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul2009-02-281-15/+16
* mesa: comments, whitespace, reformattingBrian Paul2009-02-281-17/+20
* mesa: remove dead codeBrian Paul2009-02-281-12/+0
* 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