Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-02 | mesa: fix some printf warnings with casts | Brian Paul | |
2010-07-07 | mesa: initial support for new GL 3.0 texture formats | Brian Paul | |
2010-07-01 | mesa: extension flags and version testing for GL 3.x features | Brian Paul | |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | |
laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left. | |||
2010-06-05 | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | |
The specifications are identical. | |||
2010-05-11 | mesa: remove unused header | Brian Paul | |
2010-05-10 | mesa: more transform feedback infrastructure | Brian Paul | |
Includes GL_ARB_transform_feedback2 which encapsulates transform feedback state in objects. | |||
2010-04-22 | mesa: Compute extension string according to API | Kristian Høgsberg | |
We can now stop special casing glGetString() and drop specials_es*.c. | |||
2010-04-22 | es2: Move over es2 code to compute extensions | Kristian Høgsberg | |
2010-04-06 | mesa: Add OES_EGL_image to extension list. | Chia-I Wu | |
2010-04-04 | mesa: don't turn on GL_EXT_transform_feedback yet | Brian Paul | |
2010-04-04 | mesa: new extension flag for GL_EXT/ARB_draw_instanced | Brian Paul | |
2010-03-30 | mesa: add EXT_transform_feedback to extension list | Brian Paul | |
2010-03-30 | mesa: Add missing features. | Chia-I Wu | |
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". | |||
2010-03-05 | APPLE_object_purgeable: core | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-02-25 | mesa: enable GL_EXT_texture_array for sw drivers | Brian Paul | |
2010-02-25 | mesa: added new extension flag for GL_EXT_texture_array | Brian Paul | |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | |
This may break the SUNOS4 build, but it's no longer relevant. | |||
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | |
2010-02-19 | Remove _mesa_strlen in favor of plain strlen. | Kenneth Graunke | |
2010-02-13 | mesa: enable GL_ARB_fragment_coord_conventions for sw drivers | Brian Paul | |
This extension is now implemented in the GLSL compiler so it can be enabled by other drivers where applicable. | |||
2010-02-13 | mesa: Export GL_EXT_texture_cube_map. | José Fonseca | |
Still used by some applications. | |||
2010-01-29 | mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done | Luca Barbieri | |
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. | |||
2010-01-23 | mesa: add core support for ARB_half_float_vertex. | Dave Airlie | |
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 <airlied@redhat.com> | |||
2010-01-21 | mesa: minor whitespace fix | Brian Paul | |
2010-01-21 | mesa: support for GL_ARB_fragment_coord_conventions | Luca Barbieri | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | |
Conflicts: src/mesa/main/dd.h | |||
2009-12-31 | mesa: enable GL_EXT_draw_buffers2 for sw drivers | Brian Paul | |
2009-12-31 | mesa: turn on NV_conditional_render for software drivers | Brian Paul | |
2009-12-31 | mesa: add flag for GL_NV_conditional_render extension | Brian Paul | |
2009-12-30 | mesa: _mesa_get_enabled_extension() function | Brian Paul | |
2009-12-30 | mesa: implement GL3 GL_NUM_EXTENSIONS query | Brian Paul | |
2009-12-30 | mesa: simplify some extension testing code | Brian Paul | |
2009-12-29 | mesa: added infrastructure for GL_EXT_draw_buffers2 | Brian Paul | |
2009-11-17 | ARB_fbo: Enable GL_EXT_framebuffer_multisample | Ian Romanick | |
All of this functionality is already included in ARB_fbo. This just enables the string. I was a bit lazy in using FEATURE_ARB_framebuffer_object for this feature as well. I don't think it makes much difference in the long run. | |||
2009-11-17 | EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencil | Ian Romanick | |
GL_EXT_packed_depth_stencil is a functional superset of GL_NV_packed_depth_stencil. If a driver enables EXT_pds, make NV_pds available as well. | |||
2009-11-05 | mesa/es: Add support for GL_OES_draw_texture. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-09-30 | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | |
It merges FEATURE_ARB_occlusion_query and FEATURE_EXT_timer_query, and follows the feature conventions. | |||
2009-09-25 | Merge branch 'asm-shader-rework-2' | Ian Romanick | |
Conflicts: src/mesa/shader/program_parse.tab.c | |||
2009-09-15 | mesa: added GL_ARB_provoking_vertex (same as EXT version) | Brian Paul | |
2009-09-10 | Merge branch 'master' into asm-shader-rework-2 | Ian Romanick | |
Conflicts: src/mesa/shader/lex.yy.c src/mesa/shader/program_parse.tab.c src/mesa/shader/program_parse.tab.h | |||
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt | |
2009-09-08 | mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported. | Eric Anholt | |
The wording of these two is exactly the same, except for the issue "Can fragments with wc<=0 be generated when this extension is supported?", which idr thinks is a non-issue for us. | |||
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt | |
This currently doesn't include fixing up the cliptests in the assembly paths to support ARB_depth_clamp, so enabling depth_clamp forces the C path. | |||
2009-09-03 | Enable GL_NV_fragment_program_option for software rendering | Ian Romanick | |
At this point the extension is not fully implemented. | |||
2009-09-03 | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick | |
This isn't quite right yet. The delete behavior and the context clean-up needs some work. | |||
2009-08-31 | NV fp: Add tracking for NV_fragment_program_option | Ian Romanick | |
2009-08-14 | Infrastructure for GL_ARB_seamless_cube_map | Ian Romanick | |
2009-08-06 | GL_ARB_vertex_array_bgra is (basically) a synonym for the EXT version | Ian Romanick | |