summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.h
Commit message (Expand)AuthorAgeFilesLines
* added _mesa_pack_depth_stencil_span()Brian Paul2005-10-011-0/+7
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-10/+6
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-4/+28
* added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul2004-11-091-1/+15
* New glTexImage code.Brian Paul2004-04-221-1/+1
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-3/+0
* Remove clamp parameter from _mesa_unpack_color_span_float(). Pass theBrian Paul2004-02-281-5/+5
* consolidate image transfer operations in new _mesa_apply_rgba_transfer_ops() ...Brian Paul2004-02-281-2/+6
* rename some span pack/unpack functions for better uniformityBrian Paul2004-02-281-4/+4
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+4
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* added _mesa_image_image_stride()Brian Paul2002-03-131-3/+8
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-4/+3
* moved depth/index/stencil span packing into image.cBrian Paul2001-02-161-2/+19
* Committing in .Jouk Jansen2000-11-221-6/+6
* More GLchan color channel changes.Brian Paul2000-10-291-17/+17
* renamed some variablesBrian Paul2000-08-311-10/+10
* added _mesa_pack_float_rgba_span()Brian Paul2000-08-301-1/+9
* implemented new ImageTransferState bitmaskBrian Paul2000-08-211-8/+8
* more GL_EXT_convolution workBrian Paul2000-05-101-2/+2
* more color table and imaging workBrian Paul2000-04-181-3/+12
* made _mesa_native_packing constBrian Paul2000-03-211-2/+2
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-211-21/+24
* added _mesa_image_row_stride()Brian Paul2000-03-211-1/+6
* fixed polygon stipple packing/unpackingBrian Paul2000-03-131-9/+11
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-42/+33
* new texture image processingBrian Paul1999-11-031-1/+28
* Initial revisionjtg1999-08-191-0/+109