summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
AgeCommit message (Expand)Author
2009-09-09mesa: regenerate get.c form get_gen.pyBrian Paul
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick
2009-08-18mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS queryBrian Paul
2009-08-14Regenerate files for GL_ARB_seamless_cube_mapIan Romanick
2009-05-28mesa: glGet queries for GL_EXT_provoking_vertexBrian Paul
2009-05-21mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-01-31mesa: more display list cleanupsBrian
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2009-01-22mesa: added GL_MAX_SAMPLES query for GL_ARB_fboBrian Paul
2009-01-06mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul
2008-09-25mesa: fix cast/conversion for optional codeBrian
2008-09-25mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul
2008-07-16mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul
2008-03-24add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian
2007-03-21merge from masterBrian
2007-03-16Colortable re-org.Brian
2007-03-14Re-org of gl_pixel_attrib struct.Brian
2007-03-09added GL_CURRENT_PROGRAMBrian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian
2006-11-02Added GL_STENCIL_BACK_WRITEMASKBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Added a few new ctx->Const. fields for shader-related limits.Brian Paul
2006-10-30oops, get.c is autogeneratedKeith Whitwell
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-10-24whitespace clean-upBrian Paul
2006-09-13added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1)Brian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-13Fix comment about MaxTextureUnits, needs to be min of coord and image units.Brian Paul
2006-03-19Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning theBrian Paul
2006-03-03Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger
2006-03-02Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger
2006-03-01Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger
2006-02-28Allow error checking to look for presence of either of two extensions.Brian Paul
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-10-08Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,Brian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2005-07-15need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP queryBrian Paul