| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -7/+1 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -14/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -7/+7 |
* | mesa: remove #if _HAVE_FULL_GL checks | Brian Paul | 2012-10-16 | 1 | -4/+0 |
* | mesa: remove FEATURE_feedback define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa: Declare _mesa_RenderMode as non-static | Chad Versace | 2011-10-18 | 1 | -1/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -1/+1 |
* | mesa: fix error handling for glSelectBuffer | Yuanhan Liu | 2011-09-19 | 1 | -0/+5 |
* | mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL) | Eric Anholt | 2011-07-06 | 1 | -1/+1 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -11/+11 |
* | mesa: Eliminate index parameter to _mesa_feedback_vertex | Ian Romanick | 2010-03-03 | 1 | -7/+2 |
* | mesa: Remove checks of Visual.rgbMode | Ian Romanick | 2010-03-03 | 1 | -8/+3 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | mesa/main: Make FEATURE_feedback follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -12/+27 |
* | mesa: update/fix doxygen comments | Vinson Lee | 2009-03-17 | 1 | -2/+2 |
* | mesa: convert macro to inline function | Brian Paul | 2009-02-28 | 1 | -9/+12 |
* | mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function | Brian Paul | 2009-02-28 | 1 | -15/+16 |
* | mesa: comments, whitespace, reformatting | Brian Paul | 2009-02-28 | 1 | -17/+20 |
* | mesa: remove dead code | Brian Paul | 2009-02-28 | 1 | -12/+0 |
* | some debug code | Brian Paul | 2004-02-17 | 1 | -0/+12 |
* | current raster color index should be GLfloat | Brian Paul | 2003-11-25 | 1 | -4/+4 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -8/+8 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -17/+143 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+3 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+1 |
* | added missing ctx parameter to _mesa_debug() calls | Brian Paul | 2002-06-15 | 1 | -2/+2 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -4/+4 |
* | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell | 2001-03-29 | 1 | -4/+1 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -9/+8 |
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -16/+16 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -6/+6 |
* | Fixed conform feedback and drawelements tests. | Keith Whitwell | 2001-01-14 | 1 | -4/+3 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -1/+4 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -53/+53 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -7/+7 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -158/+4 |
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -4/+21 |
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -2/+11 |
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -2/+6 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -2/+2 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -9/+9 |
* | removed printf | Brian Paul | 2000-05-09 | 1 | -2/+1 |
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -11/+14 |
* | fixed VB->IndexPtr==NULL bug (Richard Guenther) | Brian Paul | 2000-01-25 | 1 | -11/+17 |
* | Z values were wrong in selection mode (Holger Waechtler), misc clean-up | Brian Paul | 2000-01-17 | 1 | -25/+29 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -19/+26 |
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -1/+5 |