| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries | Brian Paul | 2010-01-05 | 1 | -0/+24 |
* | mesa: implement GL3 GL_NUM_EXTENSIONS query | Brian Paul | 2009-12-30 | 1 | -0/+12 |
* | mesa: added infrastructure for GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 1 | -0/+6 |
* | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 1 | -19/+46 |
* | mesa: implement indexed glGet functions | Brian Paul | 2009-12-29 | 1 | -0/+74 |
* | mesa: per-buffer blend enabled flags | Brian Paul | 2009-12-29 | 1 | -4/+4 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-11 | 1 | -8/+9 |
|\ |
|
| * | mesa: Move OES_read_format support from drivers into the core. | Eric Anholt | 2009-12-09 | 1 | -8/+9 |
* | | mesa: Update vertex texture code after gallium changes. | Michal Krol | 2009-12-01 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-11-04 | 1 | -172/+172 |
|\ |
|
| * | mesa: (GLint64) casts in get.c to silence Visual Studio warnings | Brian Paul | 2009-11-03 | 1 | -172/+172 |
* | | mesa: regenerate get.c form get_gen.py | Brian Paul | 2009-09-09 | 1 | -0/+16 |
|/ |
|
* | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick | 2009-09-03 | 1 | -0/+19 |
* | ARB sync: Add infrastructure for glGetInteger64v | Ian Romanick | 2009-09-03 | 1 | -0/+1832 |
* | mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS query | Brian Paul | 2009-08-18 | 1 | -0/+3 |
* | Regenerate files for GL_ARB_seamless_cube_map | Ian Romanick | 2009-08-14 | 1 | -0/+12 |
* | mesa: glGet queries for GL_EXT_provoking_vertex | Brian Paul | 2009-05-28 | 1 | -0/+24 |
* | mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE | Brian Paul | 2009-05-21 | 1 | -0/+12 |
* | mesa: remove GL_MESA_program_debug extension | Brian Paul | 2009-03-07 | 1 | -48/+0 |
* | mesa: use an array for current texture objects | Brian Paul | 2009-02-21 | 1 | -21/+21 |
* | mesa: more display list cleanups | Brian | 2009-01-31 | 1 | -3/+3 |
* | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -15/+0 |
* | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -30/+0 |
* | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -24/+0 |
* | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -9/+0 |
* | mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo | Brian Paul | 2009-01-22 | 1 | -0/+12 |
* | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul | 2009-01-06 | 1 | -3/+3 |
* | mesa: fix cast/conversion for optional code | Brian | 2008-09-25 | 1 | -2/+2 |
* | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) | Brian Paul | 2008-09-25 | 1 | -2/+2 |
* | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-09-23 | 1 | -2/+2 |
* | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | 2008-09-21 | 1 | -4/+0 |
* | mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO... | Brian Paul | 2008-07-16 | 1 | -36/+27 |
* | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file | Brian | 2008-03-24 | 1 | -0/+60 |
* | merge from master | Brian | 2007-03-21 | 1 | -39/+39 |
|\ |
|
| * | Colortable re-org. | Brian | 2007-03-16 | 1 | -9/+9 |
| * | Re-org of gl_pixel_attrib struct. | Brian | 2007-03-14 | 1 | -30/+30 |
* | | added GL_CURRENT_PROGRAM | Brian | 2007-03-09 | 1 | -0/+12 |
* | | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -3/+3 |
|\| |
|
| * | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 1 | -0/+9 |
| |\ |
|
| * | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 1 | -12/+12 |
| * | | oops, get.c is autogenerated | Keith Whitwell | 2006-10-30 | 1 | -3/+3 |
| * | | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 1 | -3/+3 |
* | | | Lots of assorted changes for new GLSL compiler backend. | Brian | 2006-12-15 | 1 | -3/+3 |
| |/
|/| |
|
* | | Added GL_STENCIL_BACK_WRITEMASK | Brian Paul | 2006-11-02 | 1 | -0/+9 |
* | | Added a few new ctx->Const. fields for shader-related limits. | Brian Paul | 2006-11-01 | 1 | -12/+12 |
|/ |
|
* | whitespace clean-up | Brian Paul | 2006-10-24 | 1 | -3/+3 |
* | added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1) | Brian Paul | 2006-09-13 | 1 | -0/+18 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -153/+153 |
* | Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether | Brian Paul | 2006-05-09 | 1 | -6/+6 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -3/+3 |