summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07mesa: add another special/optimized case in _mesa_unpack_depth_span()Brian Paul1-0/+11
2009-04-03mesa: remove the noClamp parameter to _mesa_pack_rgba_span_float()Brian Paul1-3/+6
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-14/+3
2009-03-18mesa: use the IROUND() macro in pixel packing codeBrian Paul1-108/+108
2009-03-12mesa: added GL_DU8DV8_ATI case in _mesa_components_in_format()Brian Paul1-0/+1
2009-03-12mesa: move declarations before codeBrian Paul1-2/+2
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-3/+150
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao1-1/+1
2008-12-18mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt1-1/+1
2008-12-18mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt1-2/+2
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao1-1/+1
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-3/+3
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian1-0/+31
2008-09-21mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul1-3/+64
2008-09-21mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul1-1/+421
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul1-1/+1
2007-08-09fix byte swap bug for GLint stencil indexes (bug 11909)Brian1-1/+1
2007-08-02fix stencil value masking bug 11805, and fix sizeof() bugBrian1-6/+3
2007-07-30handle LSB_FIRST in _mesa_pack_bitmap by the way used inXiang, Haihao1-8/+8
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian1-11/+11
2007-07-08check depthScale value for optimized ushort->uint case (fixes bug 11474)Brian1-1/+13
2007-07-05stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475Brian1-12/+12
2007-07-02avoid unnecessary clamping of depth values (bug 11448)Brian1-28/+51
2007-05-10more indentation fixes, remove 'register' keywordsBrian1-29/+26
2007-05-10re-indent some codeBrian1-54/+62
2007-04-21fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian1-4/+4
2007-04-19In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian1-0/+31
2007-03-21mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao1-14/+5
2007-03-18mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao1-53/+45
2007-03-16Colortable re-org.Brian1-3/+3
2007-03-15implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float...Brian1-20/+17
2007-03-14Re-org of gl_pixel_attrib struct.Brian1-6/+6
2007-03-13mesa: _mesa_unpack_imageXiang, Haihao1-3/+89
2007-03-12clean-up, simplify _mesa_image_row_stride()Brian1-23/+19
2007-03-12take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM...Brian1-1/+6
2007-03-09New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian1-5/+14
2007-01-31_mesa_pack_rgba_span_float: fix for packing data into groupXiang, Haihao1-3/+5
2006-11-16fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044Brian Paul1-3/+3
2006-10-13remove needless conditionBrian Paul1-3/+1
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul1-48/+111
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul1-17/+9
2006-10-13s/GLuint/GLbitfield/Brian Paul1-7/+7
2006-10-13removed obsolete _mesa_pack_rgba_span_chan()Brian Paul1-72/+0
2006-10-12don't use temp storage in _mesa_convert_colors() when possibleBrian Paul1-47/+60
2006-10-11Added _mesa_convert_colors().Brian Paul1-14/+146
2006-09-11undo some accidental changes in _mesa_is_legal_format_and_type()Brian Paul1-4/+7
2006-09-10Redefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macros to avoid problemsBrian Paul1-4/+20
2006-05-07misc clean-upsBrian Paul1-35/+38
2006-05-05check for float->uint overflow in _mesa_unpack_depth_span()Brian Paul1-3/+16
2006-03-28comment about byteswapping in _mesa_unpack_depth_span()Brian Paul1-0/+1