summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/feedback.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-4/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-1/+15
* mesa: remove FEATURE_feedback define.Oliver McFadden2012-09-151-37/+0
* mesa: Declare _mesa_RenderMode as non-staticChad Versace2011-10-181-0/+3
* mesa: s/INLINE/inline/Brian Paul2011-10-011-5/+5
* 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-7/+7
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-7/+0
* mesa: Include compiler.h for ASSERT.Chia-I Wu2010-08-201-0/+2
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-2/+0
* mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu2009-09-301-20/+42
* mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul2009-02-281-7/+10
* mesa: comments, whitespace, reformattingBrian Paul2009-02-281-15/+13
* current raster color index should be GLfloatBrian Paul2003-11-251-1/+1
* 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-0/+6
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Committing in .Jouk Jansen2000-11-221-7/+7
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-051-11/+1
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-14/+19
* Large patch:Keith Whitwell1999-09-181-4/+13
* Initial revisionjtg1999-08-191-0/+74