| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: fix SwapBytes handling in numerous places | Dave Airlie | 2015-09-02 | 1 | -13/+7 |
* | DD: Refactor BlitFramebuffer. | Laura Ekstrand | 2015-02-02 | 1 | -0/+3 |
* | mesa: Add _mesa_swap2_copy and _mesa_swap4_copy | Iago Toral Quiroga | 2015-01-12 | 1 | -2/+15 |
* | 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: move _mesa_error_check_format_and_type() to glformats.c | Brian Paul | 2012-07-24 | 1 | -4/+0 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -18/+0 |
* | mesa: move some format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -24/+0 |
* | mesa: add glformats integer type/format detection routines | Jordan Justen | 2012-07-21 | 1 | -3/+0 |
* | mesa: new _mesa_error_check_format_and_type() function | Brian Paul | 2012-02-07 | 1 | -3/+3 |
* | mesa: add _mesa_image_offset() | nobled | 2011-12-08 | 1 | -0/+7 |
* | mesa: move _mesa_base_format_has_channel() into image.c | Brian Paul | 2011-11-28 | 1 | -0/+3 |
* | mesa: Remove all mention of GL_COLOR_INDEX*_EXT | Ian Romanick | 2011-09-06 | 1 | -3/+0 |
* | mesa: Clean up header file inclusion in image.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
* | mesa: add const qualifier to _mesa_is_legal_format_and_type() | Brian Paul | 2010-10-28 | 1 | -1/+2 |
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -158/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -25/+25 |
* | mesa: Remove SGI_color_matrix. | Eric Anholt | 2010-09-23 | 1 | -5/+0 |
* | mesa: initial support for unnormalized integer texture formats | Brian Paul | 2010-07-05 | 1 | -0/+3 |
* | mesa: move/rename is_depth_or_stencil_format() | Brian Paul | 2010-04-27 | 1 | -0/+3 |
* | mesa: make is_compressed_format() non-static | Brian Paul | 2010-04-23 | 1 | -0/+2 |
* | mesa: rename params in prototype to match implementation | Brian Paul | 2010-03-17 | 1 | -1/+1 |
* | mesa: new _mesa_expand_bitmap() function | Brian Paul | 2009-09-01 | 1 | -0/+7 |
* | mesa: added _mesa_is_stencil_format() | Brian Paul | 2009-08-31 | 1 | -0/+3 |
* | mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c | Brian Paul | 2009-08-13 | 1 | -0/+18 |
* | mesa: make _mesa_clip_blit() a shared function | Brian Paul | 2009-08-05 | 1 | -0/+6 |
* | mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float() | Brian Paul | 2009-04-03 | 1 | -1/+1 |
* | mesa: add new signed rgba texture format | Roland Scheidegger | 2009-03-28 | 1 | -1/+1 |
* | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -0/+7 |
* | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao | 2009-01-06 | 1 | -0/+3 |
* | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ... | Brian | 2008-09-23 | 1 | -0/+6 |
* | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul | 2008-09-21 | 1 | -1/+46 |
* | Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. | Brian | 2007-07-08 | 1 | -3/+3 |
* | Consolidate, move, fix code related to color index and stencil image transfer | Brian Paul | 2006-10-13 | 1 | -0/+11 |
* | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul | 2006-10-13 | 1 | -2/+1 |
* | s/GLuint/GLbitfield/ | Brian Paul | 2006-10-13 | 1 | -7/+7 |
* | removed obsolete _mesa_pack_rgba_span_chan() | Brian Paul | 2006-10-13 | 1 | -8/+0 |
* | Added _mesa_convert_colors(). | Brian Paul | 2006-10-11 | 1 | -1/+7 |
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -1/+6 |
* | added _mesa_pack_depth_stencil_span() | Brian Paul | 2005-10-01 | 1 | -0/+7 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -10/+6 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -4/+28 |
* | added _mesa_clip_drawpixels() and _mesa_clip_readpixels() | Brian Paul | 2004-11-09 | 1 | -1/+15 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -1/+1 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -3/+0 |
* | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul | 2004-02-28 | 1 | -5/+5 |
* | consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ... | Brian Paul | 2004-02-28 | 1 | -2/+6 |
* | rename some span pack/unpack functions for better uniformity | Brian Paul | 2004-02-28 | 1 | -4/+4 |