summaryrefslogtreecommitdiff
path: root/src/mesa/main/get_gen.py
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul1-1/+1
2009-11-03mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul1-1/+1
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt1-0/+4
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+7
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick1-1/+21
2009-08-18mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS queryBrian Paul1-1/+2
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick1-0/+4
2009-05-28mesa: glGet queries for GL_EXT_provoking_vertexBrian Paul1-0/+7
2009-05-22mesa: added commentBrian Paul1-0/+1
2009-05-21mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul1-1/+4
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-10/+0
2009-02-21mesa: use an array for current texture objectsBrian Paul1-7/+7
2009-01-31mesa: more display list cleanupsBrian1-1/+1
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-5/+5
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-10/+10
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick1-8/+8
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-3/+3
2009-01-22mesa: added GL_MAX_SAMPLES query for GL_ARB_fboBrian Paul1-1/+5
2009-01-06mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul1-1/+1
2008-09-25mesa: fix cast/conversion for optional codeBrian1-3/+5
2008-09-25mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul1-1/+1
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-4/+0
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul1-6/+3
2008-03-24add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian1-0/+5
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-0/+6
2007-03-21merge from masterBrian1-13/+13
2007-03-16Colortable re-org.Brian1-3/+3
2007-03-14Re-org of gl_pixel_attrib struct.Brian1-10/+10
2007-03-09added GL_CURRENT_PROGRAMBrian1-1/+8
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-1/+1
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-0/+1
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian1-1/+1
2006-11-02Added GL_STENCIL_BACK_WRITEMASKBrian Paul1-0/+1
2006-11-02merge current trunk into vbo branchAlan Hourihane1-4/+6
2006-11-01Added a few new ctx->Const. fields for shader-related limits.Brian Paul1-4/+6
2006-10-30oops, get.c is autogeneratedKeith Whitwell1-1/+1
2006-10-24whitespace clean-upBrian Paul1-1/+1
2006-09-13added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1)Brian Paul1-1/+6
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-51/+51
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul1-2/+3
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-1/+2
2006-04-13Fix comment about MaxTextureUnits, needs to be min of coord and image units.Brian Paul1-2/+1
2006-03-19Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning theBrian Paul1-6/+6
2006-03-03Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger1-36/+36
2006-03-02Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger1-11/+12
2006-03-01Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger1-14/+48
2006-02-28Allow error checking to look for presence of either of two extensions.Brian Paul1-189/+196
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-34/+0
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul1-1/+1
2005-10-08Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,Brian Paul1-0/+4