| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/clear: fix crashes with illegal clear tests. | Dave Airlie | 2012-01-11 | 1 | -4/+11 |
* | mesa: Move RasterDiscard to toplevel of gl_context. | Paul Berry | 2011-12-21 | 1 | -7/+7 |
* | mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCIL | Ian Romanick | 2011-11-07 | 1 | -0/+84 |
* | mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations. | Eric Anholt | 2011-10-01 | 1 | -5/+11 |
* | mesa: introduce a clear color union to be used for int/unsigned buffers | Dave Airlie | 2011-09-14 | 1 | -49/+33 |
* | mesa: implement clamping controls (ARB_color_buffer_float) | Marek Olšák | 2011-03-29 | 1 | -6/+14 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: fix error msg typo | Brian Paul | 2010-11-21 | 1 | -1/+1 |
* | mesa: _mesa_ClearColorIuiEXT() and _mesa_ClearColorIiEXT() | Brian Paul | 2010-10-23 | 1 | -0/+62 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | mesa: Include macros.h in files that use symbols from macros.h. | Vinson Lee | 2010-07-30 | 1 | -0/+1 |
* | mesa: Remove checks of Visual.rgbMode | Ian Romanick | 2010-03-03 | 1 | -26/+1 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 1 | -9/+9 |
* | mesa: implement GL3 glClearBuffer() functions | Brian Paul | 2009-12-30 | 1 | -0/+344 |
* | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-09-21 | 1 | -0/+184 |