| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/main: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -2/+2 |
* | mesa: Fix some signed-unsigned comparison warnings | Jan Vesely | 2015-01-21 | 1 | -1/+1 |
* | mesa: Convert gl_context::Viewport to gl_context::ViewportArray | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -2/+3 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -2/+2 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -16/+16 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -56/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -48/+48 |
* | mesa: remove FEATURE_rastpos define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa: Remove unused RasterIndex field | Ian Romanick | 2010-03-03 | 1 | -1/+0 |
* | mesa: Remove checks of Visual.rgbMode | Ian Romanick | 2010-03-03 | 1 | -22/+16 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | mesa: added tex unit assert, use Elements() macro | Brian Paul | 2010-02-03 | 1 | -1/+2 |
* | mesa/main: New feature FEATURE_rastpos. | Chia-I Wu | 2009-09-30 | 1 | -50/+112 |
* | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 1 | -1/+1 |
* | mesa: update new state for RasterPos like other operations. | Xiang, Haihao | 2008-11-11 | 1 | -3/+3 |
* | mesa: refactor: fix some FEATURE_ typos, mistakes | Brian Paul | 2008-09-21 | 1 | -1/+1 |
* | mesa: move rastpos helper to tnl | Keith Whitwell | 2008-09-21 | 1 | -529/+36 |
* | specularColor.alpha should default to 1, not 0 | Brian | 2007-04-21 | 1 | -1/+1 |
* | remove a if-statement | Xiang, Haihao | 2007-03-08 | 1 | -2/+1 |
* | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general | Brian | 2007-03-01 | 1 | -33/+31 |
* | init SecondaryRasterColor | Brian Paul | 2006-11-02 | 1 | -0/+1 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -2/+4 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -1/+1 |
* | remove _glapi_add_entrypoint() calls, they're already in context.c | Brian Paul | 2004-11-27 | 1 | -25/+1 |
* | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul | 2004-04-23 | 1 | -1/+1 |
* | apply texgen/texture matrix in glRasterPos | Brian Paul | 2004-04-19 | 1 | -63/+183 |
* | current raster color index should be GLfloat | Brian Paul | 2003-11-25 | 1 | -5/+5 |
* | casts for g++ | Brian Paul | 2003-11-25 | 1 | -2/+2 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -48/+48 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -1/+1 |
* | Store material attributes in an Attrib[] style array. This is a | Keith Whitwell | 2003-08-05 | 1 | -12/+13 |
* | replace assertion with conditional | Brian Paul | 2003-07-30 | 1 | -2/+1 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -17/+123 |
* | Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places. | Brian Paul | 2003-05-01 | 1 | -88/+100 |
* | add missing return in raster_pos4f() | Brian Paul | 2003-04-08 | 1 | -3/+3 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -6/+5 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -5/+1 |
* | dispatch offsets for ARB_window_pos | Brian Paul | 2002-05-27 | 1 | -82/+1 |
* | Minor change to current raster position and texcoords. | Brian Paul | 2002-05-09 | 1 | -3/+3 |
* | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | 2002-03-29 | 1 | -4/+3 |
* | finished up GL_ARB_window_pos | Brian Paul | 2002-02-15 | 1 | -122/+91 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -4/+4 |