summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get_gen.py
Commit message (Expand)AuthorAgeFilesLines
* mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queriesBrian Paul2010-01-051-0/+2
* mesa: implement GL3 GL_NUM_EXTENSIONS queryBrian Paul2009-12-301-0/+3
* mesa: added infrastructure for GL_EXT_draw_buffers2Brian Paul2009-12-291-7/+7
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-5/+12
* mesa: implement indexed glGet functionsBrian Paul2009-12-291-20/+57
* mesa: per-buffer blend enabled flagsBrian Paul2009-12-291-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-2/+3
|\
| * mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-091-2/+3
* | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-011-1/+1
|/
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-1/+1
|\
| * mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul2009-11-031-1/+1
* | mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-081-0/+4
|/
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+7
* ARB sync: Add infrastructure for glGetInteger64vIan Romanick2009-09-031-1/+21
* mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS queryBrian Paul2009-08-181-1/+2
* Infrastructure for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-0/+4
* mesa: glGet queries for GL_EXT_provoking_vertexBrian Paul2009-05-281-0/+7
* mesa: added commentBrian Paul2009-05-221-0/+1
* mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2009-05-211-1/+4
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-10/+0
* mesa: use an array for current texture objectsBrian Paul2009-02-211-7/+7
* mesa: more display list cleanupsBrian2009-01-311-1/+1
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-5/+5
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-10/+10
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-8/+8
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-3/+3
* mesa: added GL_MAX_SAMPLES query for GL_ARB_fboBrian Paul2009-01-221-1/+5
* mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul2009-01-061-1/+1
* mesa: fix cast/conversion for optional codeBrian2008-09-251-3/+5
* mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul2008-09-251-1/+1
* mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-09-211-4/+0
* mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2008-07-161-6/+3
* add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2008-03-241-0/+5
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-0/+6
* merge from masterBrian2007-03-211-13/+13
|\
| * Colortable re-org.Brian2007-03-161-3/+3
| * Re-org of gl_pixel_attrib struct.Brian2007-03-141-10/+10
* | added GL_CURRENT_PROGRAMBrian2007-03-091-1/+8
* | Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-1/+1
|\|
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-0/+1
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-021-4/+6
| * | oops, get.c is autogeneratedKeith Whitwell2006-10-301-1/+1
* | | Lots of assorted changes for new GLSL compiler backend.Brian2006-12-151-1/+1
| |/ |/|
* | Added GL_STENCIL_BACK_WRITEMASKBrian Paul2006-11-021-0/+1
* | Added a few new ctx->Const. fields for shader-related limits.Brian Paul2006-11-011-4/+6
|/
* whitespace clean-upBrian Paul2006-10-241-1/+1
* added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1)Brian Paul2006-09-131-1/+6
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-51/+51
* Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul2006-05-091-2/+3
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+2