| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add extension table entry for GL_EXT_gpu_shader4 | Brian Paul | 2010-10-28 | 1 | -0/+1 |
* | swrast: Enable GL_EXT_separate_shader_objects in software paths | Ian Romanick | 2010-10-27 | 1 | -0/+1 |
* | mesa: Add infrastructure to track GL_EXT_separate_shader_objects | Ian Romanick | 2010-10-27 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -22/+22 |
* | glsl: add support for shader stencil export | Dave Airlie | 2010-10-13 | 1 | -0/+1 |
* | main: Enable GL_ARB_explicit_attrib_location for swrast | Ian Romanick | 2010-10-08 | 1 | -1/+2 |
* | gles2: Add GL_EXT_texture_format_BGRA8888 support | Kristian Høgsberg | 2010-10-07 | 1 | -0/+4 |
* | mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio... | Ian Romanick | 2010-10-01 | 1 | -1/+2 |
* | mesa: Enable GL_ARB_texture_rg in software paths | Ian Romanick | 2010-10-01 | 1 | -0/+1 |
* | Remove GL_EXT_cull_vertex | Ian Romanick | 2010-09-27 | 1 | -1/+0 |
* | Remove GL_MESA_packed_depth_stencil | Ian Romanick | 2010-09-27 | 1 | -1/+0 |
* | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick | 2010-09-27 | 1 | -3/+3 |
* | mesa: Force GL_ARB_copy_buffer to always be enabled | Ian Romanick | 2010-09-27 | 1 | -2/+2 |
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
* | mesa: Remove SGI_color_matrix. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
* | mesa: Remove SGI_color_table. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
* | mesa: Remove EXT_histogram. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
* | mesa: Remove the non-required ARB_imaging extension. | Eric Anholt | 2010-09-23 | 1 | -4/+1 |
* | mesa: don't advertise bogus GL_ARB_shading_language_120 extension | Brian Paul | 2010-09-21 | 1 | -7/+0 |
* | mesa: don't expose unsupported GL_ARB_geometry_shader4 for now | Luca Barbieri | 2010-09-05 | 1 | -1/+2 |
* | mesa: fix some printf warnings with casts | Brian Paul | 2010-09-02 | 1 | -1/+1 |
* | mesa: initial support for new GL 3.0 texture formats | Brian Paul | 2010-07-07 | 1 | -2/+4 |
* | mesa: extension flags and version testing for GL 3.x features | Brian Paul | 2010-07-01 | 1 | -1/+17 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+4 |
* | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | 2010-06-05 | 1 | -0/+1 |
* | mesa: remove unused header | Brian Paul | 2010-05-11 | 1 | -1/+0 |
* | mesa: more transform feedback infrastructure | Brian Paul | 2010-05-10 | 1 | -0/+1 |
* | mesa: Compute extension string according to API | Kristian Høgsberg | 2010-04-22 | 1 | -15/+111 |
* | es2: Move over es2 code to compute extensions | Kristian Høgsberg | 2010-04-22 | 1 | -3/+106 |
* | mesa: Add OES_EGL_image to extension list. | Chia-I Wu | 2010-04-06 | 1 | -0/+3 |
* | mesa: don't turn on GL_EXT_transform_feedback yet | Brian Paul | 2010-04-04 | 1 | -1/+1 |
* | mesa: new extension flag for GL_EXT/ARB_draw_instanced | Brian Paul | 2010-04-04 | 1 | -0/+2 |
* | mesa: add EXT_transform_feedback to extension list | Brian Paul | 2010-03-30 | 1 | -0/+4 |
* | mesa: Add missing features. | Chia-I Wu | 2010-03-30 | 1 | -1/+1 |
* | APPLE_object_purgeable: core | Chris Wilson | 2010-03-05 | 1 | -0/+4 |
* | mesa: enable GL_EXT_texture_array for sw drivers | Brian Paul | 2010-02-25 | 1 | -0/+1 |
* | mesa: added new extension flag for GL_EXT_texture_array | Brian Paul | 2010-02-25 | 1 | -0/+1 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -3/+3 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -3/+3 |
* | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | 2010-02-19 | 1 | -2/+2 |
* | Remove _mesa_strlen in favor of plain strlen. | Kenneth Graunke | 2010-02-19 | 1 | -5/+5 |
* | mesa: enable GL_ARB_fragment_coord_conventions for sw drivers | Brian Paul | 2010-02-13 | 1 | -2/+2 |
* | mesa: Export GL_EXT_texture_cube_map. | José Fonseca | 2010-02-13 | 1 | -0/+1 |
* | mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done | Luca Barbieri | 2010-01-29 | 1 | -1/+2 |
* | mesa: add core support for ARB_half_float_vertex. | Dave Airlie | 2010-01-23 | 1 | -0/+2 |
* | mesa: minor whitespace fix | Brian Paul | 2010-01-21 | 1 | -1/+1 |
* | mesa: support for GL_ARB_fragment_coord_conventions | Luca Barbieri | 2010-01-21 | 1 | -0/+1 |
* | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -10/+75 |
|\ |
|
| * | mesa: enable GL_EXT_draw_buffers2 for sw drivers | Brian Paul | 2009-12-31 | 1 | -0/+1 |
| * | mesa: turn on NV_conditional_render for software drivers | Brian Paul | 2009-12-31 | 1 | -0/+1 |