summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/colormac.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused macros from colormac.hBrian Paul2015-04-011-45/+0
* mesa/colormac: Remove an unused macroJason Ekstrand2015-01-121-3/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macrosBrian Paul2011-09-201-2/+2
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-201-75/+0
* mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macroBrian Paul2011-09-201-16/+0
* mesa: remove unused <type>_TO_CHAN() macrosBrian Paul2011-09-201-40/+0
* mesa: minor clean-up on _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-141-1/+7
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-1/+6
* mesa: fix broken store_texel() functionsBrian Paul2011-08-311-0/+6
* mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010Marek Olšák2011-01-041-1/+5
* mesa: implement new texture format AL44Marek Olšák2010-12-231-0/+3
* mesa: implement new texture format ARGB2101010Marek Olšák2010-12-231-0/+4
* mesa: Remove unnecessary header from colormac.h.Vinson Lee2010-07-301-1/+1
* AL1616: Add macros to pack two GLushorts into a texelIan Romanick2009-11-161-0/+6
* mesa: add parenthesisBrian Paul2009-10-051-7/+7
* swrast: do texture sampling/combining in floating pointBrian Paul2009-04-011-9/+0
* Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-201-0/+4
* mesa: rename macro params to emphasize that there's no particular color orderingBrian Paul2008-10-101-12/+12
* Update the doxygen configuration file.Jose Fonseca2004-09-091-0/+2
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-5/+15
* Added big-endian texture formats.Brian Paul2004-05-121-55/+31
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-11/+59
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-7/+63
* fixup float/ushort conversion macrosBrian Paul2002-04-041-7/+5
* Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul2001-07-161-2/+2
* Support for swappable tnl modules.Gareth Hughes2001-03-111-2/+5
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-2/+2
* added some casts in the 16-bit GLchan macros, just to be safeBrian Paul2001-03-071-4/+4
* More color macro clean-ups.Brian Paul2001-01-031-7/+16
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-94/+24
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-2/+2
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+3
* More GLchan color channel changes.Brian Paul2000-10-291-1/+9
* New colormac.h file for color-related macros.Brian Paul2000-10-281-0/+187