summaryrefslogtreecommitdiff
path: root/src/mesa/main/feedback.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-01-19mesa: fix a trivial spelling mistakeMartin Peres1-1/+1
2014-09-10mesa: trim down some #includesBrian Paul1-1/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-7/+1
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-14/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-7/+7
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-4/+0
2012-09-15mesa: remove FEATURE_feedback define.Oliver McFadden1-6/+0
2011-10-18mesa: Declare _mesa_RenderMode as non-staticChad Versace1-1/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-09-19mesa: fix error handling for glSelectBufferYuanhan Liu1-0/+5
2011-07-06mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)Eric Anholt1-1/+1
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick1-7/+2
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick1-8/+3
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu1-12/+27
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-2/+2
2009-02-28mesa: convert macro to inline functionBrian Paul1-9/+12
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul1-15/+16
2009-02-28mesa: comments, whitespace, reformattingBrian Paul1-17/+20
2009-02-28mesa: remove dead codeBrian Paul1-12/+0
2004-02-17some debug codeBrian Paul1-0/+12
2003-11-25current raster color index should be GLfloatBrian Paul1-4/+4
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-8/+8
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