summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+4
* Infrastructure for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-0/+1
* GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT versionIan Romanick2009-08-061-0/+1
* Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.Alan Hourihane2009-08-061-0/+1
* mesa: added extension flag for ARB_vertex_array_objectBrian Paul2009-06-221-0/+2
* Merge branch 'ext-provoking-vertex'Brian Paul2009-06-191-0/+2
|\
| * mesa: enable GL_EXT_provoking_vertex for sw driversBrian Paul2009-06-011-0/+1
| * mesa: data structure updates for GL_EXT_provoking_vertexBrian Paul2009-05-281-0/+1
* | mesa: implement GL_ARB_map_buffer_rangeBrian Paul2009-06-081-1/+4
* | mesa: new MESA_EXTENSION_OVERRIDE env varBrian Paul2009-06-081-11/+101
* | mesa: enable GL_ARB_copy_buffer for software driversBrian Paul2009-06-021-0/+2
|/
* mesa: use standard offsetof() macroBrian Paul2009-04-141-1/+1
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-0/+1
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-0/+2
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-4/+0
* mesa: turn on reporting of GLSL version 1.20Brian Paul2009-02-171-2/+2
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+1
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-081-1/+10
| |\
| * \ Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-2/+1
| |\ \
| * \ \ Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-2/+2
| |\ \ \
| * \ \ \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+1
| |\ \ \ \
| | * | | | Determine GL extensions/limits by making pipe queries.Brian2007-11-051-1/+1
* | | | | | mesa: remove remnant of GL_SGIX_depth_textureBrian2009-01-311-1/+0
* | | | | | Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-3/+3
* | | | | | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-6/+6
* | | | | | Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-3/+3
* | | | | | Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+2
* | | | | | Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+2
* | | | | | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul2009-01-281-5/+2
* | | | | | mesa: implement texture swizzling in swrastBrian Paul2009-01-281-0/+1
* | | | | | mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul2009-01-281-0/+1
* | | | | | mesa: enable GL_NV_texture_env_combine4 for sw driversBrian Paul2009-01-231-0/+1
* | | | | | mesa: initial changes for GL_NV_texture_env_combine4Brian Paul2009-01-231-0/+1
* | | | | | Merge branch 'vertex_array_bgra'Brian Paul2009-01-231-0/+2
|\ \ \ \ \ \
| * | | | | | mesa: enable GL_EXT_vertex_array_bgra for sw driversBrian Paul2009-01-231-0/+1
| * | | | | | mesa: initial bits for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-0/+1
* | | | | | | swrast: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-231-2/+2
|/ / / / / /
* | | | | | mesa: enable ARB_fbo for s/w driversBrian Paul2009-01-221-0/+3
* | | | | | mesa: initial extension bits for GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+1
| |_|_|_|/ |/| | | |
* | | | | mesa: enable texture compression extensions for software drivers when possibleBrian Paul2008-11-281-1/+10
| |_|_|/ |/| | |
* | | | Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-2/+1
| |_|/ |/| |
* | | mesa: don't check for GLSL 1.2 to advertise GL 2.1Brian Paul2008-08-261-2/+2
|/ /
* | disable GL_ARB_shading_language_120 until 1.20 features are completeBrian Paul2008-07-291-2/+2
* | Remove test for EXT_blend_logic_op in glGetString when determining GL version.Brian2007-09-281-1/+1
|/
* Add support for GL_ARB_fragment_program_shadow.Ian Romanick2007-06-071-0/+2
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-0/+2
* enable GLSL 1.20Brian2007-04-081-0/+3
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-2/+4
|\
| * Move all the code for computing ctx->_TriangleCaps into state.c.Brian2006-12-131-1/+3
| * Minor changes to get ready for OpenGL 2.1.Brian Paul2006-11-031-0/+1