Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: rename function to _mesa_is_format_integer_color() | Brian Paul | 2010-10-26 | 1 | -1/+1 |
| | | | | Be a bit more clear about its operation. | ||||
* | mesa: additional glReadPixels error checks for GL_EXT_texture_integer | Brian Paul | 2010-10-25 | 1 | -0/+15 |
| | |||||
* | mesa: added cases for GL_EXT_texture_integer | Brian Paul | 2010-10-23 | 1 | -0/+10 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
| | |||||
* | ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats | Ian Romanick | 2010-10-01 | 1 | -0/+1 |
| | |||||
* | mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX) | Brian Paul | 2010-04-20 | 1 | -0/+6 |
| | | | | We no longer support CI-mode color buffers so this is always an error. | ||||
* | mesa: Remove checks of Visual.rgbMode | Ian Romanick | 2010-03-03 | 1 | -12/+4 |
| | | | | | | This must always be true now, so there is no reason to check it. Ever. Signed-off-by: Ian Romanick <[email protected]> | ||||
* | mesa: use _mesa_is_bufferobj() | Brian Paul | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | mesa: use _mesa_bufferobj_mapped() | Brian Paul | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | mesa: fix some incorrect error checks in _mesa_error_check_format_type() | Brian Paul | 2009-08-07 | 1 | -17/+34 |
| | | | | Plus, simplify the code a bit. | ||||
* | mesa: don't call ctx->Driver.ReadPixels() if width or height is zero | Brian Paul | 2009-04-02 | 1 | -0/+3 |
| | |||||
* | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-09-21 | 1 | -0/+190 |