| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added a comment and assertion in _mesa_clip_drawpixels() for PixelZoom | Brian Paul | 2004-11-09 | 1 | -0/+3 |
* | added _mesa_clip_drawpixels() and _mesa_clip_readpixels() | Brian Paul | 2004-11-09 | 1 | -1/+97 |
* | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul | 2004-10-31 | 1 | -5/+5 |
* | fix a comment | Brian Paul | 2004-10-02 | 1 | -2/+2 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+2 |
* | disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of ... | Brian Paul | 2004-06-11 | 1 | -0/+2 |
* | GL_BGR can't be used with the packed types, according to the GL spec. Enforc... | Brian Paul | 2004-05-12 | 1 | -1/+15 |
* | some component ordering bugs in extract_float_rgba() | Brian Paul | 2004-05-12 | 1 | -24/+32 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -41/+46 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -26/+8 |
* | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul | 2004-02-28 | 1 | -19/+13 |
* | minor clean-ups | Brian Paul | 2004-02-28 | 1 | -10/+15 |
* | consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ... | Brian Paul | 2004-02-28 | 1 | -199/+110 |
* | rename some span pack/unpack functions for better uniformity | Brian Paul | 2004-02-28 | 1 | -7/+7 |
* | move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan() | Brian Paul | 2004-02-28 | 1 | -9/+9 |
* | casts for g++ | Brian Paul | 2003-11-25 | 1 | -1/+1 |
* | Some groundwork for supporting GLhalf datatype. | Brian Paul | 2003-11-18 | 1 | -0/+160 |
* | fix a few more glitches from last big check-in | Brian Paul | 2003-07-23 | 1 | -6/+6 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -75/+104 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -4/+9 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -8/+2 |
* | GL_MESA_pack_invert | Brian Paul | 2002-09-21 | 1 | -6/+24 |
* | updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) | Brian Paul | 2002-09-21 | 1 | -2/+20 |
* | replaced GLshort with GLushort in _mesa_sizeof_packed_type() | Brian Paul | 2002-04-26 | 1 | -8/+8 |
* | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul | 2002-03-19 | 1 | -38/+116 |
* | added _mesa_image_image_stride() | Brian Paul | 2002-03-13 | 1 | -3/+43 |
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 1 | -1/+14 |
* | fixed an assertion | Brian Paul | 2001-06-13 | 1 | -2/+2 |