| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -7/+519 |
|\ |
|
| * | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul | 2008-06-17 | 1 | -1/+1 |
| * | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul | 2008-06-09 | 1 | -3/+64 |
| * | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul | 2008-06-09 | 1 | -1/+421 |
| * | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 1 | -3/+3 |
| * | don't use scissored bounds in _mesa_clip_copytexsubimage() | Brian | 2007-09-26 | 1 | -1/+1 |
| * | Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ... | Brian | 2007-09-26 | 1 | -0/+31 |
* | | mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo... | Brian Paul | 2008-06-17 | 1 | -1/+1 |
* | | fix byte swap bug for GLint stencil indexes (bug 11909) | Brian | 2007-08-09 | 1 | -1/+1 |
* | | fix stencil value masking bug 11805, and fix sizeof() bug | Brian | 2007-08-02 | 1 | -6/+3 |
* | | handle LSB_FIRST in _mesa_pack_bitmap by the way used in | Xiang, Haihao | 2007-07-30 | 1 | -8/+8 |
|/ |
|
* | Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax. | Brian | 2007-07-08 | 1 | -11/+11 |
* | check depthScale value for optimized ushort->uint case (fixes bug 11474) | Brian | 2007-07-08 | 1 | -1/+13 |
* | stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475 | Brian | 2007-07-05 | 1 | -12/+12 |
* | avoid unnecessary clamping of depth values (bug 11448) | Brian | 2007-07-02 | 1 | -28/+51 |
* | more indentation fixes, remove 'register' keywords | Brian | 2007-05-10 | 1 | -29/+26 |
* | re-indent some code | Brian | 2007-05-10 | 1 | -54/+62 |
* | fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 | Brian | 2007-04-21 | 1 | -4/+4 |
* | In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G... | Brian | 2007-04-19 | 1 | -0/+31 |
* | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao | 2007-03-21 | 1 | -14/+5 |
* | mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT) | Xiang, Haihao | 2007-03-18 | 1 | -53/+45 |
* | Colortable re-org. | Brian | 2007-03-16 | 1 | -3/+3 |
* | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float... | Brian | 2007-03-15 | 1 | -20/+17 |
* | Re-org of gl_pixel_attrib struct. | Brian | 2007-03-14 | 1 | -6/+6 |
* | mesa: _mesa_unpack_image | Xiang, Haihao | 2007-03-13 | 1 | -3/+89 |
* | clean-up, simplify _mesa_image_row_stride() | Brian | 2007-03-12 | 1 | -23/+19 |
* | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM... | Brian | 2007-03-12 | 1 | -1/+6 |
* | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian | 2007-03-09 | 1 | -5/+14 |
* | _mesa_pack_rgba_span_float: fix for packing data into group | Xiang, Haihao | 2007-01-31 | 1 | -3/+5 |
* | fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044 | Brian Paul | 2006-11-16 | 1 | -3/+3 |
* | remove needless condition | Brian Paul | 2006-10-13 | 1 | -3/+1 |
* | Consolidate, move, fix code related to color index and stencil image transfer | Brian Paul | 2006-10-13 | 1 | -48/+111 |
* | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul | 2006-10-13 | 1 | -17/+9 |
* | s/GLuint/GLbitfield/ | Brian Paul | 2006-10-13 | 1 | -7/+7 |
* | removed obsolete _mesa_pack_rgba_span_chan() | Brian Paul | 2006-10-13 | 1 | -72/+0 |
* | don't use temp storage in _mesa_convert_colors() when possible | Brian Paul | 2006-10-12 | 1 | -47/+60 |
* | Added _mesa_convert_colors(). | Brian Paul | 2006-10-11 | 1 | -14/+146 |
* | undo some accidental changes in _mesa_is_legal_format_and_type() | Brian Paul | 2006-09-11 | 1 | -4/+7 |
* | Redefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macros to avoid problems | Brian Paul | 2006-09-10 | 1 | -4/+20 |
* | misc clean-ups | Brian Paul | 2006-05-07 | 1 | -35/+38 |
* | check for float->uint overflow in _mesa_unpack_depth_span() | Brian Paul | 2006-05-05 | 1 | -3/+16 |
* | comment about byteswapping in _mesa_unpack_depth_span() | Brian Paul | 2006-03-28 | 1 | -0/+1 |
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -1/+41 |
* | Added OSMesaColorClamp(), bug 4917 | Brian Paul | 2005-11-12 | 1 | -1/+1 |
* | Bug 4996. | Brian Paul | 2005-11-09 | 1 | -27/+28 |
* | added _mesa_pack_depth_stencil_span() | Brian Paul | 2005-10-01 | 1 | -0/+47 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -34/+114 |
* | remove DEFARRAY, CHECKARRAY stuff | Brian Paul | 2005-09-06 | 1 | -21/+6 |
* | silence a variety of warnings found with g++ 3.4.2 | Brian Paul | 2004-12-03 | 1 | -2/+2 |
* | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | 2004-11-10 | 1 | -24/+67 |