summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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