| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move _mesa_es_error_check_format_and_type() to glformats.c | Brian Paul | 2012-09-26 | 1 | -1/+0 |
* | mesa: move GL_HALF_FLOAT_OES definition to glheader.h | Brian Paul | 2012-09-26 | 1 | -5/+0 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -5/+5 |
* | mesa/es: Validate glReadPixels format and type in Mesa code rather than the E... | Ian Romanick | 2012-08-29 | 1 | -0/+33 |
* | mesa ReadPixels: handle signed/unsigned integer clamping | Jordan Justen | 2012-08-14 | 1 | -3/+10 |
* | mesa pack: handle uint and int clamping properly | Jordan Justen | 2012-08-14 | 1 | -2/+2 |
* | mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo() | Paul Berry | 2012-07-26 | 1 | -1/+3 |
* | mesa: add glformats integer type/format detection routines | Jordan Justen | 2012-07-21 | 1 | -3/+4 |
* | mesa: Check for framebuffer completeness before looking at the rb. | Eric Anholt | 2012-05-17 | 1 | -6/+6 |
* | mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy() | Brian Paul | 2012-04-17 | 1 | -7/+55 |
* | mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels code | Brian Paul | 2012-03-08 | 1 | -0/+4 |
* | mesa: Don't disable fast path for normalized types | Neil Roberts | 2012-02-28 | 1 | -7/+15 |
* | mesa: stop using MAX_WIDTH in glReadPixels code | Brian Paul | 2012-02-24 | 1 | -45/+75 |
* | mesa: remove unused _mesa_error_check_format_type() function | Brian Paul | 2012-02-07 | 1 | -117/+0 |
* | mesa: stop using _mesa_error_check_format_type() in glReadPixels | Brian Paul | 2012-02-07 | 1 | -2/+7 |
* | mesa: remove redundant format/type checks in glReadPixels() | Brian Paul | 2012-02-07 | 1 | -35/+0 |
* | mesa: new _mesa_error_check_format_and_type() function | Brian Paul | 2012-02-07 | 1 | -4/+5 |
* | mesa: remove byteswap check in fast_read_rgba_pixels_memcpy() | Brian Paul | 2012-01-27 | 1 | -5/+0 |
* | mesa: added swapBytes parameter to _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -1/+2 |
* | mesa: remove LSB-first pixel packing check in glReadPixels | Brian Paul | 2012-01-27 | 1 | -2/+1 |
* | mesa: Throw the required error for glReadPixels() from a multisampled FBO. | Eric Anholt | 2012-01-12 | 1 | -0/+5 |
* | mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row() | Brian Paul | 2012-01-09 | 1 | -1/+1 |
* | mesa: use malloc instead of MAX_WIDTH array in glReadPixels() | Brian Paul | 2011-12-08 | 1 | -9/+14 |
* | mesa: Make formats.c "datatype" values match glGetTexLevelParameter return. | Eric Anholt | 2011-11-22 | 1 | -2/+2 |
* | mesa: handle MapRenderbuffer() failures in glReadPixels | Brian Paul | 2011-11-19 | 1 | -0/+45 |
* | mesa: make slow_read_rgba_pixels() a void function | Brian Paul | 2011-11-19 | 1 | -3/+1 |
* | Revert "read_rgba_pixels: Don't force clamping if the renderbuffer is normali... | Michel Dänzer | 2011-11-17 | 1 | -2/+1 |
* | read_rgba_pixels: Don't force clamping if the renderbuffer is normalized. | Michel Dänzer | 2011-11-17 | 1 | -1/+2 |
* | mesa: initialize stencilMap, Stride if stencilRb==depthRb | Brian Paul | 2011-11-16 | 1 | -0/+4 |
* | mesa: don't map depth+stencil buffer twice in glReadPixels() | Brian Paul | 2011-11-16 | 1 | -3/+11 |
* | mesa: move swrast ReadPixels code into core Mesa | Brian Paul | 2011-11-15 | 1 | -0/+484 |
* | mesa: initial ARB_depth_buffer_float support | Marek Olšák | 2011-07-10 | 1 | -4/+25 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -12/+25 |
* | mesa: 80-column wrapping | Brian Paul | 2011-03-19 | 1 | -2/+2 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -0/+1 |
* | mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer | Brian Paul | 2011-02-18 | 1 | -0/+8 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: rename function to _mesa_is_format_integer_color() | Brian Paul | 2010-10-26 | 1 | -1/+1 |
* | 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 |
* | mesa: Remove checks of Visual.rgbMode | Ian Romanick | 2010-03-03 | 1 | -12/+4 |
* | 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 |
* | 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 |