summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-4/+4
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-24/+24
* mesa: Fix compiler warningsKarl Schultz2010-02-131-4/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mesa: Remove unnecessary header from image.c.Vinson Lee2010-01-181-1/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-0/+2
|\ \ | |/
| * mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul2010-01-041-0/+2
* | mesa: more detailed error message in extract_float_rgba()Brian Paul2010-01-041-1/+3
|/
* mesa: fix return value when clipping {Read,Draw}Pixels height <= 0Ben Skeggs2009-10-051-2/+2
* mesa: new _mesa_expand_bitmap() functionBrian Paul2009-09-011-0/+85
* mesa: added _mesa_is_stencil_format()Brian Paul2009-08-311-0/+16
* mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul2009-08-131-0/+204
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-0/+178
|\
| * mesa: make _mesa_clip_blit() a shared functionBrian Paul2009-08-051-0/+178
* | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-1/+1
|\ \ | |/
| * mesa: Fix typo in bitmask.José Fonseca2009-06-101-1/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-221-13/+23
|\ \ | |/
| * mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul2009-05-221-13/+23
* | mesa: add GL_DOUBLE case in _mesa_sizeof_type()Brian Paul2009-05-071-0/+2
|/
* mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian Paul2009-04-071-0/+11
* mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul2009-04-031-3/+6
* mesa: add new signed rgba texture formatRoland Scheidegger2009-03-281-14/+3
* mesa: use the IROUND() macro in pixel packing codeBrian Paul2009-03-181-108/+108
* mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format()Brian Paul2009-03-121-0/+1
* mesa: move declarations before codeBrian Paul2009-03-121-2/+2
* mesa: add support for ATI_envmap_bumpmapRoland Scheidegger2009-03-121-3/+150
* mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao2009-01-061-1/+1
* mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt2008-12-181-1/+1
* mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt2008-12-181-2/+2
* mesa: clamp luminance if needed.Xiang, Haihao2008-11-191-1/+1
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-3/+3
* Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian2008-09-231-0/+31
* mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul2008-09-211-3/+64
* mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul2008-09-211-1/+421
* mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul2008-06-171-1/+1
* fix byte swap bug for GLint stencil indexes (bug 11909)Brian2007-08-091-1/+1
* fix stencil value masking bug 11805, and fix sizeof() bugBrian2007-08-021-6/+3
* handle LSB_FIRST in _mesa_pack_bitmap by the way used inXiang, Haihao2007-07-301-8/+8
* Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian2007-07-081-11/+11
* check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian2007-07-081-1/+13
* stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475Brian2007-07-051-12/+12
* avoid unnecessary clamping of depth values (bug 11448)Brian2007-07-021-28/+51
* more indentation fixes, remove 'register' keywordsBrian2007-05-101-29/+26
* re-indent some codeBrian2007-05-101-54/+62
* fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian2007-04-211-4/+4
* In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian2007-04-191-0/+31
* mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao2007-03-211-14/+5
* mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao2007-03-181-53/+45
* Colortable re-org.Brian2007-03-161-3/+3
* implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float...Brian2007-03-151-20/+17