summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-4/+0
|\
| * mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2008-07-161-36/+27
| * mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul2008-06-111-6/+50
| * mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-2/+2
* | mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2008-07-161-36/+27
* | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2008-03-241-0/+60
|/
* merge from masterBrian2007-03-211-39/+39
|\
| * Colortable re-org.Brian2007-03-161-9/+9
| * Re-org of gl_pixel_attrib struct.Brian2007-03-141-30/+30
* | added GL_CURRENT_PROGRAMBrian2007-03-091-0/+12
* | Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-3/+3
|\ \ | |/
| * Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-0/+9
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-021-12/+12
| * | oops, get.c is autogeneratedKeith Whitwell2006-10-301-3/+3
| * | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-3/+3
* | | Lots of assorted changes for new GLSL compiler backend.Brian2006-12-151-3/+3
| |/ |/|
* | Added GL_STENCIL_BACK_WRITEMASKBrian Paul2006-11-021-0/+9
* | Added a few new ctx->Const. fields for shader-related limits.Brian Paul2006-11-011-12/+12
|/
* whitespace clean-upBrian Paul2006-10-241-3/+3
* added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1)Brian Paul2006-09-131-0/+18
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-153/+153
* Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul2006-05-091-6/+6
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-3/+3
* Fix comment about MaxTextureUnits, needs to be min of coord and image units.Brian Paul2006-04-131-3/+3
* Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning theBrian Paul2006-03-191-18/+18
* Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger2006-03-031-183/+183
* Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger2006-03-021-24/+24
* Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger2006-03-011-29/+48
* Allow error checking to look for presence of either of two extensions.Brian Paul2006-02-281-480/+474
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-141-60/+0
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-011-3/+3
* Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,Brian Paul2005-10-081-0/+10
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-54/+0
* need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP queryBrian Paul2005-07-151-0/+3
* fix for-loop in _mesa_GetDouble to avoid out of bounds memory readBrian Paul2005-06-261-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-57/+57
* apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and r...Brian Paul2005-04-301-2/+5
* Fixed bogus ENUM_TO_BOOLEAN inFelix Kuehling2005-04-301-1/+1
* remove carriage returnsBrian Paul2005-04-151-5630/+5630
* ARB_fragment/vertex_shader stateMichal Krol2005-04-141-5558/+5630
* glGet*(GL_FRAGMENT_PROGRAM_BINDING_NV) was returning the vertex program binding.Brian Paul2005-02-091-3/+3
* additional work on GL_EXT_framebuffer_objectBrian Paul2005-02-071-0/+49
* fix max viewport queryBrian Paul2005-01-301-6/+6
* fix MAX_VERTEX_ATTRIBS_ARB queryMichal Krol2005-01-181-3/+3
* _mesa_GetInteger/Float/Boolean/Doublev() are now generated with the newBrian Paul2005-01-161-4521/+3137
* missing `or' in preprocessor conditionalDaniel Borca2004-12-211-1/+1
* allow ARB vp/fp query program errorsDaniel Borca2004-12-201-7/+10
* Implement software ATI_fragment_shaderDave Airlie2004-12-191-0/+138
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+28
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-6/+143