summaryrefslogtreecommitdiff
path: root/src/mesa/main/readpix.c
AgeCommit message (Expand)Author
2010-10-26mesa: rename function to _mesa_is_format_integer_color()Brian Paul
2010-10-25mesa: additional glReadPixels error checks for GL_EXT_texture_integerBrian Paul
2010-10-23mesa: added cases for GL_EXT_texture_integerBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick
2010-04-20mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)Brian Paul
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-08-07mesa: use _mesa_bufferobj_mapped()Brian Paul
2009-08-07mesa: fix some incorrect error checks in _mesa_error_check_format_type()Brian Paul
2009-04-02mesa: don't call ctx->Driver.ReadPixels() if width or height is zeroBrian Paul
2008-09-21mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul