summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)Author
2010-02-13mesa: Fix compiler warningsKarl Schultz
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-18mesa: Remove unnecessary header from image.c.Vinson Lee
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul
2010-01-04mesa: more detailed error message in extract_float_rgba()Brian Paul
2009-10-05mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Ben Skeggs
2009-09-01mesa: new _mesa_expand_bitmap() functionBrian Paul
2009-08-31mesa: added _mesa_is_stencil_format()Brian Paul
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-10mesa: Fix typo in bitmask.José Fonseca
2009-05-22Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-22mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul
2009-05-07mesa: add GL_DOUBLE case in _mesa_sizeof_type()Brian Paul
2009-04-07mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian Paul
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-18mesa: use the IROUND() macro in pixel packing codeBrian Paul
2009-03-12mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format()Brian Paul
2009-03-12mesa: move declarations before codeBrian Paul
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao
2008-12-18mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt
2008-12-18mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2008-09-21mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2007-08-09fix byte swap bug for GLint stencil indexes (bug 11909)Brian
2007-08-02fix stencil value masking bug 11805, and fix sizeof() bugBrian
2007-07-30handle LSB_FIRST in _mesa_pack_bitmap by the way used inXiang, Haihao
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian
2007-07-08check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian
2007-07-05stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475Brian
2007-07-02avoid unnecessary clamping of depth values (bug 11448)Brian
2007-05-10more indentation fixes, remove 'register' keywordsBrian
2007-05-10re-indent some codeBrian
2007-04-21fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian
2007-04-19In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian
2007-03-21mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao
2007-03-18mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao
2007-03-16Colortable re-org.Brian
2007-03-15implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float...Brian
2007-03-14Re-org of gl_pixel_attrib struct.Brian
2007-03-13mesa: _mesa_unpack_imageXiang, Haihao