| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. | Mathias Fröhlich | 2011-12-28 | 1 | -4/+0 |
* | mesa: plug in dispatch functions for GL_ARB_texture_storage | Brian Paul | 2011-10-31 | 1 | -0/+9 |
* | mesa: initialize ARB_transform_feedback2 dispatch | Marek Olšák | 2011-10-27 | 1 | -0/+1 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -0/+9 |
* | mesa: plug in new functions for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 1 | -0/+7 |
* | mesa: core support for GL_ARB_texture_buffer_object | Brian Paul | 2011-04-05 | 1 | -0/+3 |
* | mesa: implement clamping controls (ARB_color_buffer_float) | Marek Olšák | 2011-03-29 | 1 | -0/+2 |
* | mesa: add NV_texture_barrier | Marek Olšák | 2011-03-15 | 1 | -0/+4 |
* | mesa: plug in GL_ARB_draw_buffers_blend functions | Brian Paul | 2011-01-15 | 1 | -0/+6 |
* | mesa: support for GL_ARB_instanced_arrays | Brian Paul | 2011-01-15 | 1 | -0/+2 |
* | mesa: Add support for glDepthRangef and glClearDepthf. | Eric Anholt | 2011-01-14 | 1 | -0/+4 |
* | mesa: hook up GL 3.x entrypoints | Brian Paul | 2010-11-21 | 1 | -0/+9 |
* | mesa: Allow contexts of different APIs to coexist. | Chia-I Wu | 2010-11-02 | 1 | -40/+0 |
* | Merge branch 'glapi-reorg' | Chia-I Wu | 2010-10-29 | 1 | -1/+1 |
|\ |
|
| * | mesa: Remove unnecessary glapitable.h includes. | Chia-I Wu | 2010-10-27 | 1 | -1/+1 |
* | | mesa: plug in more GL_EXT_gpu_shader4 functions | Brian Paul | 2010-10-28 | 1 | -0/+5 |
|/ |
|
* | mesa: plug in GL_EXT_texture_integer functions | Brian Paul | 2010-10-23 | 1 | -0/+7 |
* | mesa: plug in primitive restart function | Brian Paul | 2010-10-21 | 1 | -0/+3 |
* | main: remove duplicated includes | Nicolas Kaiser | 2010-09-30 | 1 | -4/+1 |
* | Remove GL_EXT_cull_vertex | Ian Romanick | 2010-09-27 | 1 | -2/+0 |
* | mesa: Less FEATURE_ARB_sync tests. | Chia-I Wu | 2010-09-14 | 1 | -11/+1 |
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -0/+6 |
* | mesa: move nvprogram.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -2/+2 |
* | mesa: move arbprogram.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | mesa: move atifragshader.[ch] to main/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | mesa: move uniforms.c to main/ | Brian Paul | 2010-06-10 | 1 | -1/+1 |
* | mesa: refactor shader api / object code | Brian Paul | 2010-06-10 | 1 | -1/+3 |
* | mesa: make a bunch of shader API functions static | Brian Paul | 2010-05-25 | 1 | -72/+2 |
* | mesa: Make FEATURE_ATI_fragment_shader more modular. | Chia-I Wu | 2010-05-12 | 1 | -18/+1 |
* | mesa/es: Update sources.mak and fix the build. | Chia-I Wu | 2010-05-12 | 1 | -0/+6 |
* | mesa: Make FEATURE_EXT_transform_feedback more modular. | Chia-I Wu | 2010-05-12 | 1 | -9/+1 |
* | mesa: #ifdef out more remap_table related code when disabled. | José Fonseca | 2010-05-02 | 1 | -0/+4 |
* | mesa: Move references to main/remap_helper.h to api_exec.c | Kristian Høgsberg | 2010-04-27 | 1 | -0/+34 |
* | mesa: Move struct _glapi_table allocation out of context.c | Kristian Høgsberg | 2010-04-22 | 1 | -2/+10 |
* | mesa: plug in GL_EXT_transform_feedback functions into dispatch | Brian Paul | 2010-04-02 | 1 | -0/+13 |
* | APPLE_object_purgeable: core | Chris Wilson | 2010-03-05 | 1 | -0/+6 |
* | Set API dispatch pointers for OES_EGL_image functions | Kristian Høgsberg | 2010-02-26 | 1 | -0/+5 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-02-01 | 1 | -2/+0 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-01-31 | 1 | -4/+0 |
* | mesa: plug in API functions for conditional rendering | Brian Paul | 2009-12-31 | 1 | -0/+5 |
* | mesa: plug in GL_EXT_draw_buffers2 functions | Brian Paul | 2009-12-29 | 1 | -0/+8 |
* | mesa/main: Make FEATURE_dlist follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -12/+1 |
* | mesa/main: Make FEATURE_evaluators follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -15/+3 |
* | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu | 2009-09-30 | 1 | -17/+1 |
* | mesa/main: Make FEATURE_texgen follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -13/+1 |
* | mesa/main: Make FEATURE_feedback follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -12/+1 |
* | mesa/main: Make FEATURE_drawpix follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -7/+3 |
* | mesa/main: New feature FEATURE_rastpos. | Chia-I Wu | 2009-09-30 | 1 | -53/+3 |
* | mesa/main: Make FEATURE_histogram follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -14/+1 |