summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.h
Commit message (Expand)AuthorAgeFilesLines
* added _mesa_scale_and_bias_depth()Brian Paul2005-09-281-2/+7
* Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul2004-10-311-2/+2
* minor doxygen updatesBrian Paul2004-05-141-1/+1
* move _swrast_texture_table_lookup() to _mesa_lookup_rgba_chan()Brian Paul2004-02-281-4/+8
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-11/+12
* Fix glPixelMap: s/GLint/GLsizei/Brian Paul2003-08-191-5/+5
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-7/+17
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-131-1/+6
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-3/+6
* Committing in .Jouk Jansen2000-11-221-6/+6
* More GLchan color channel changes.Brian Paul2000-10-291-6/+6
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-121-41/+28
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-5/+10
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-13/+28
* added a few more scale/bias/lookup functions (for future use)Brian Paul1999-10-301-1/+14
* Initial revisionjtg1999-08-191-0/+111