summaryrefslogtreecommitdiff
path: root/src/mesa/main/colormac.h
AgeCommit message (Expand)Author
2011-01-04mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010Marek Olšák
2010-12-23mesa: implement new texture format AL44Marek Olšák
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák
2010-07-30mesa: Remove unnecessary header from colormac.h.Vinson Lee
2009-11-16AL1616: Add macros to pack two GLushorts into a texelIan Romanick
2009-10-05mesa: add parenthesisBrian Paul
2009-04-01swrast: do texture sampling/combining in floating pointBrian Paul
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom
2008-10-10mesa: rename macro params to emphasize that there's no particular color orderingBrian Paul
2004-09-09Update the doxygen configuration file.Jose Fonseca
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-05-12Added big-endian texture formats.Brian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-04-04fixup float/ushort conversion macrosBrian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-03-11Support for swappable tnl modules.Gareth Hughes
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-07added some casts in the 16-bit GLchan macros, just to be safeBrian Paul
2001-01-03More color macro clean-ups.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul