Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | This adds proper support for the GL_ARB_shader_stencil_export extension to the GLSL compiler. Thanks to Ian for pointing out where I need to add things. | ||||
* | 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 ↵ | Ian Romanick | 2010-10-01 | 1 | -1/+2 |
| | | | | | | EXT_texture_compression_rgtc Change the name in the extension tracking structure to ARB (from EXT). | ||||
* | 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 |
| | | | | | This is only used in the i915 driver where it provides little benefit for very few applications that use it with fixed function TNL. | ||||
* | Remove GL_MESA_packed_depth_stencil | Ian Romanick | 2010-09-27 | 1 | -1/+0 |
| | | | | This extension was never enabled in any driver. | ||||
* | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick | 2010-09-27 | 1 | -3/+3 |
| | | | | As per discussions at XDS. | ||||
* | mesa: Force GL_ARB_copy_buffer to always be enabled | Ian Romanick | 2010-09-27 | 1 | -2/+2 |
| | | | | As per discussions at XDS. | ||||
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
| | | | | More optional code. | ||||
* | mesa: Remove SGI_color_matrix. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
| | | | | Another optional ARB_imaging subset extension. | ||||
* | mesa: Remove SGI_color_table. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
| | | | | Another optional ARB_imaging subset extension. | ||||
* | mesa: Remove EXT_histogram. | Eric Anholt | 2010-09-23 | 1 | -3/+0 |
| | | | | This has always been optional, and not useful. | ||||
* | mesa: Remove the non-required ARB_imaging extension. | Eric Anholt | 2010-09-23 | 1 | -4/+1 |
| | | | | | | | Many of the EXT_ extensions in the subset have significant code overhead with no users. It is not a required part of GL -- though text describing the extension is part of the core spec since 1.2, it is always conditional on the ARB_imaging extension. | ||||
* | mesa: don't advertise bogus GL_ARB_shading_language_120 extension | Brian Paul | 2010-09-21 | 1 | -7/+0 |
| | | | | | | | | | | | Instead of using the invalid GL_ARB_shading_language_120 extension to determine the GLSL version, use a new ctx->Const.GLSLVersion field. Updated the intel and r600 drivers, but untested. See fd.o bug 29910 NOTE: This is a candidate for the 7.9 branch (but let's wait and see if there's any regressions). | ||||
* | mesa: don't expose unsupported GL_ARB_geometry_shader4 for now | Luca Barbieri | 2010-09-05 | 1 | -1/+2 |
| | | | | | | | The new GLSL compiler doesn't support it. Advertising it prevents Unigine Heaven from working, since it attempts to use it. | ||||
* | 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 |
| | | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left. | ||||
* | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | 2010-06-05 | 1 | -0/+1 |
| | | | | The specifications are identical. | ||||
* | 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 |
| | | | | | Includes GL_ARB_transform_feedback2 which encapsulates transform feedback state in objects. | ||||
* | mesa: Compute extension string according to API | Kristian Høgsberg | 2010-04-22 | 1 | -15/+111 |
| | | | | We can now stop special casing glGetString() and drop specials_es*.c. | ||||
* | 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 |
| | | | | | | | Add features tested in the code but missing from mfeatures.h. This also fixes some tests of features. They should be tested with "#if", not "#ifdef". | ||||
* | APPLE_object_purgeable: core | Chris Wilson | 2010-03-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Chris Wilson <[email protected]> | ||||
* | 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 |
| | | | | This may break the SUNOS4 build, but it's no longer relevant. | ||||
* | 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 |
| | | | | | This extension is now implemented in the GLSL compiler so it can be enabled by other drivers where applicable. | ||||
* | mesa: Export GL_EXT_texture_cube_map. | José Fonseca | 2010-02-13 | 1 | -0/+1 |
| | | | | Still used by some applications. | ||||
* | mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done | Luca Barbieri | 2010-01-29 | 1 | -1/+2 |
| | | | | | | | | Exposing it was incorrect, as the GLSL part of the extension is missing. We still keep the ARB_fragment_coord_conventions field, so that the ARBfp parser can know whether to accept or reject the keywords. | ||||
* | mesa: add core support for ARB_half_float_vertex. | Dave Airlie | 2010-01-23 | 1 | -0/+2 |
| | | | | | | | | Adds the extension to the list + support to the APIs. also add t_draw.c support to convert for sw rast. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | 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 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 2010-01-12 | 1 | -10/+75 |
|\ | | | | | | | | | Conflicts: src/mesa/main/dd.h | ||||
| * | 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 |
| | | |||||
| * | mesa: add flag for GL_NV_conditional_render extension | Brian Paul | 2009-12-31 | 1 | -0/+1 |
| | |