summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/colortab.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-2/+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: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-3/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-3/+23
* mesa: remove FEATURE_colortable define.Oliver McFadden2012-09-151-26/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-3/+3
* mesa: Remove unused struct gl_color_tableIan Romanick2011-09-061-1/+0
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-061-7/+0
* mesa: Clean up header file inclusion in colortab.h.Vinson Lee2010-11-071-3/+6
* mesa: Remove SGI_color_table.Eric Anholt2010-09-231-7/+0
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-141-9/+0
* mesa: Include compiler.h for ASSERT.Chia-I Wu2010-08-201-0/+2
* mesa/main: Make FEATURE_colortable follow feature conventions.Chia-I Wu2009-09-241-38/+33
* Revamp color table code.Brian Paul2006-10-131-12/+2
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-9/+9
* Restore more code lost during last big merge.Brian Paul2003-07-221-9/+14
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-15/+34
* 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-3/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-1/+8
* more GL_SGI_color_table extension workBrian Paul2000-04-121-1/+25
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-17/+12
* Workaround for the VMS 32 character maximum limit.Jouk Jansen1999-11-121-1/+6
* ColorTableEXT clean-upBrian Paul1999-11-111-12/+12
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-15/+16
* Initial revisionjtg1999-08-191-0/+55