Age | Commit message (Expand) | Author |
2007-03-21 | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao |
2007-03-18 | mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT) | Xiang, Haihao |
2007-03-16 | Colortable re-org. | Brian |
2007-03-15 | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float... | Brian |
2007-03-14 | Re-org of gl_pixel_attrib struct. | Brian |
2007-03-13 | mesa: _mesa_unpack_image | Xiang, Haihao |
2007-03-12 | clean-up, simplify _mesa_image_row_stride() | Brian |
2007-03-12 | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM... | Brian |
2007-03-09 | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian |
2007-01-31 | _mesa_pack_rgba_span_float: fix for packing data into group | Xiang, Haihao |
2006-11-16 | fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044 | Brian Paul |
2006-10-13 | remove needless condition | Brian Paul |
2006-10-13 | Consolidate, move, fix code related to color index and stencil image transfer | Brian Paul |
2006-10-13 | In _mesa_pack_rgba_span_float() we don't need to make a temporary copy of | Brian Paul |
2006-10-13 | s/GLuint/GLbitfield/ | Brian Paul |
2006-10-13 | removed obsolete _mesa_pack_rgba_span_chan() | Brian Paul |
2006-10-12 | don't use temp storage in _mesa_convert_colors() when possible | Brian Paul |
2006-10-11 | Added _mesa_convert_colors(). | Brian Paul |
2006-09-11 | undo some accidental changes in _mesa_is_legal_format_and_type() | Brian Paul |
2006-09-10 | Redefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macros to avoid problems | Brian Paul |
2006-05-07 | misc clean-ups | Brian Paul |
2006-05-05 | check for float->uint overflow in _mesa_unpack_depth_span() | Brian Paul |
2006-03-28 | comment about byteswapping in _mesa_unpack_depth_span() | Brian Paul |
2006-03-26 | merge from texman branch | Brian Paul |
2005-11-12 | Added OSMesaColorClamp(), bug 4917 | Brian Paul |
2005-11-09 | Bug 4996. | Brian Paul |
2005-10-01 | added _mesa_pack_depth_stencil_span() | Brian Paul |
2005-09-28 | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul |
2005-09-06 | remove DEFARRAY, CHECKARRAY stuff | Brian Paul |
2004-12-03 | silence a variety of warnings found with g++ 3.4.2 | Brian Paul |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-11-09 | added a comment and assertion in _mesa_clip_drawpixels() for PixelZoom | Brian Paul |
2004-11-09 | added _mesa_clip_drawpixels() and _mesa_clip_readpixels() | Brian Paul |
2004-10-31 | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul |
2004-10-02 | fix a comment | Brian Paul |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-06-11 | disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of ... | Brian Paul |
2004-05-12 | GL_BGR can't be used with the packed types, according to the GL spec. Enforc... | Brian Paul |
2004-05-12 | some component ordering bugs in extract_float_rgba() | Brian Paul |
2004-04-22 | New glTexImage code. | Brian Paul |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul |
2004-02-28 | Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the | Brian Paul |
2004-02-28 | minor clean-ups | Brian Paul |
2004-02-28 | consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ... | Brian Paul |
2004-02-28 | rename some span pack/unpack functions for better uniformity | Brian Paul |
2004-02-28 | move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan() | Brian Paul |
2003-11-25 | casts for g++ | Brian Paul |
2003-11-18 | Some groundwork for supporting GLhalf datatype. | Brian Paul |
2003-07-23 | fix a few more glitches from last big check-in | Brian Paul |
2003-07-17 | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell |