summaryrefslogtreecommitdiff
path: root/src/mesa/main/colormac.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2011-09-20mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macrosBrian Paul1-2/+2
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul1-75/+0
2011-09-20mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macroBrian Paul1-16/+0
2011-09-20mesa: remove unused <type>_TO_CHAN() macrosBrian Paul1-40/+0
2011-09-14mesa: minor clean-up on _mesa_unclamped_float_rgba_to_ubyte()Brian Paul1-1/+7
2011-09-14mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie1-1/+6
2011-08-31mesa: fix broken store_texel() functionsBrian Paul1-0/+6
2011-01-04mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010Marek Olšák1-1/+5
2010-12-23mesa: implement new texture format AL44Marek Olšák1-0/+3
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák1-0/+4
2010-07-30mesa: Remove unnecessary header from colormac.h.Vinson Lee1-1/+1
2009-11-16AL1616: Add macros to pack two GLushorts into a texelIan Romanick1-0/+6
2009-10-05mesa: add parenthesisBrian Paul1-7/+7
2009-04-01swrast: do texture sampling/combining in floating pointBrian Paul1-9/+0
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom1-0/+4
2008-10-10mesa: rename macro params to emphasize that there's no particular color orderingBrian Paul1-12/+12
2004-09-09Update the doxygen configuration file.Jose Fonseca1-0/+2
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul1-5/+15
2004-05-12Added big-endian texture formats.Brian Paul1-55/+31
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-11/+59
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-7/+63
2002-04-04fixup float/ushort conversion macrosBrian Paul1-7/+5
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul1-2/+2
2001-03-11Support for swappable tnl modules.Gareth Hughes1-2/+5
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul1-2/+2
2001-03-07added some casts in the 16-bit GLchan macros, just to be safeBrian Paul1-4/+4
2001-01-03More color macro clean-ups.Brian Paul1-7/+16
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul1-94/+24
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell1-2/+2
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-2/+3
2000-10-29More GLchan color channel changes.Brian Paul1-1/+9
2000-10-28New colormac.h file for color-related macros.Brian Paul1-0/+187