summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-08Change float depthScale param to _mesa_unpack_depth_span() to GLuint depthMax.Brian1-3/+3
2006-10-13Consolidate, move, fix code related to color index and stencil image transferBrian Paul1-0/+11
2006-10-13In _mesa_pack_rgba_span_float() we don't need to make a temporary copy ofBrian Paul1-2/+1
2006-10-13s/GLuint/GLbitfield/Brian Paul1-7/+7
2006-10-13removed obsolete _mesa_pack_rgba_span_chan()Brian Paul1-8/+0
2006-10-11Added _mesa_convert_colors().Brian Paul1-1/+7
2006-03-26merge from texman branchmesa_20060325Brian Paul1-1/+6
2005-10-01added _mesa_pack_depth_stencil_span()Brian Paul1-0/+7
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-10/+6
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-4/+28
2004-11-09added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul1-1/+15
2004-04-22New glTexImage code.Brian Paul1-1/+1
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-3/+0
2004-02-28Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul1-5/+5
2004-02-28consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul1-2/+6
2004-02-28rename some span pack/unpack functions for better uniformityBrian Paul1-4/+4
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+4
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-03-13added _mesa_image_image_stride()Brian Paul1-3/+8
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-2/+2
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul1-4/+3
2001-02-16moved depth/index/stencil span packing into image.cBrian Paul1-2/+19
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-10-29More GLchan color channel changes.Brian Paul1-17/+17
2000-08-31renamed some variablesBrian Paul1-10/+10
2000-08-30added _mesa_pack_float_rgba_span()Brian Paul1-1/+9
2000-08-21implemented new ImageTransferState bitmaskBrian Paul1-8/+8
2000-05-10more GL_EXT_convolution workBrian Paul1-2/+2
2000-04-18more color table and imaging workBrian Paul1-3/+12
2000-03-21made _mesa_native_packing constBrian Paul1-2/+2
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul1-21/+24
2000-03-21added _mesa_image_row_stride()Brian Paul1-1/+6
2000-03-13fixed polygon stipple packing/unpackingBrian Paul1-9/+11
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-42/+33
1999-11-03new texture image processingBrian Paul1-1/+28
1999-08-19Initial revisionjtg1-0/+109