| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Remove glClear optimization based on drawable size | Kristian Høgsberg | 2014-06-18 | 1 | -5/+0 |
* | mesa: Skip clearing color buffers when color writes are disabled. | Kenneth Graunke | 2014-03-24 | 1 | -1/+26 |
* | mesa: use signed temporary variable to store _ColorDrawBufferIndexes | Emil Velikov | 2014-01-15 | 1 | -1/+1 |
* | mesa: handle GL_NONE draw buffers correctly in glClear | Marek Olšák | 2014-01-13 | 1 | -1/+5 |
* | mesa: fix interpretation of glClearBuffer(drawbuffer) | Marek Olšák | 2013-12-12 | 1 | -6/+25 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndex | Marek Olšák | 2013-04-24 | 1 | -37/+12 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -10/+5 |
* | mesa: remove #if _HAVE_FULL_GL checks | Brian Paul | 2012-10-16 | 1 | -2/+0 |
* | mesa/es: Validate glClear mask in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 1 | -0/+9 |
* | mesa: remove COPY_4V_CAST() macro | Brian Paul | 2012-08-29 | 1 | -1/+1 |
* | mesa: remove ctx->Driver.ClearColor() hook | Brian Paul | 2012-03-12 | 1 | -30/+0 |
* | mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 1 | -16/+0 |
* | 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 |