Age | Commit message (Expand) | Author |
2010-09-30 | main: remove duplicated includes | Nicolas Kaiser |
2010-09-27 | Remove GL_EXT_cull_vertex | Ian Romanick |
2010-09-14 | mesa: Less FEATURE_ARB_sync tests. | Chia-I Wu |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-10 | mesa: move nvprogram.[ch] to main/ | Brian Paul |
2010-06-10 | mesa: move arbprogram.[ch] to main/ | Brian Paul |
2010-06-10 | mesa: move atifragshader.[ch] to main/ | Brian Paul |
2010-06-10 | mesa: move uniforms.c to main/ | Brian Paul |
2010-06-10 | mesa: refactor shader api / object code | Brian Paul |
2010-05-25 | mesa: make a bunch of shader API functions static | Brian Paul |
2010-05-12 | mesa: Make FEATURE_ATI_fragment_shader more modular. | Chia-I Wu |
2010-05-12 | mesa/es: Update sources.mak and fix the build. | Chia-I Wu |
2010-05-12 | mesa: Make FEATURE_EXT_transform_feedback more modular. | Chia-I Wu |
2010-05-02 | mesa: #ifdef out more remap_table related code when disabled. | José Fonseca |
2010-04-27 | mesa: Move references to main/remap_helper.h to api_exec.c | Kristian Høgsberg |
2010-04-22 | mesa: Move struct _glapi_table allocation out of context.c | Kristian Høgsberg |
2010-04-02 | mesa: plug in GL_EXT_transform_feedback functions into dispatch | Brian Paul |
2010-03-05 | APPLE_object_purgeable: core | Chris Wilson |
2010-02-26 | Set API dispatch pointers for OES_EGL_image functions | Kristian Høgsberg |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2010-02-01 | mesa: Remove unnecessary headers. | Vinson Lee |
2010-01-31 | mesa: Remove unnecessary headers. | Vinson Lee |
2009-12-31 | mesa: plug in API functions for conditional rendering | Brian Paul |
2009-12-29 | mesa: plug in GL_EXT_draw_buffers2 functions | Brian Paul |
2009-09-30 | mesa/main: Make FEATURE_dlist follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_evaluators follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_feedback follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_drawpix follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: New feature FEATURE_rastpos. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_histogram follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_attrib_stack follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_accum follow feature conventions. | Chia-I Wu |
2009-09-24 | mesa/main: Make FEATURE_convolve follow feature conventions. | Chia-I Wu |
2009-09-24 | mesa/main: Make FEATURE_colortable follow feature conventions. | Chia-I Wu |
2009-09-24 | mesa/main: Make FEATURE_pixel_transfer follow feature conventions. | Chia-I Wu |
2009-09-03 | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick |
2009-09-01 | mesa: Make MultiDrawElements submit multiple primitives at once. | Eric Anholt |
2009-08-13 | mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c | Brian Paul |
2009-06-22 | mesa: plug in glBindVertexArray, glGenVertexArrays functions | Brian Paul |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul |
2009-06-08 | mesa: implement GL_ARB_map_buffer_range | Brian Paul |
2009-06-02 | mesa: plug in new _mesa_CopyBufferSubData() functions | Brian Paul |
2009-05-28 | mesa: exec/dlist functions for glProvokingVertexEXT() | Brian Paul |
2009-03-12 | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger |
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul |
2009-02-22 | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul |
2009-01-22 | mesa: stub for _mesa_RenderbufferStorageMultisample() | Brian Paul |
2008-10-06 | mesa: fix convolve/convolution mix-ups | Brian |