summaryrefslogtreecommitdiff
path: root/src/mesa/main/macros.h
AgeCommit message (Expand)AuthorFilesLines
2001-06-11 Committing in .Jouk Jansen1-1/+2
2001-06-08only copy GLubyte[4] as a GLuint on x86Brian Paul1-16/+8
2001-06-08use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b...Brian Paul1-2/+11
2001-04-19Fix striding of color material inputs. (Fixes glean colorLitPerf)Keith Whitwell1-2/+3
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes1-1/+28
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-9/+9
2001-01-24Lots of GLchan datatype changes.Brian Paul1-1/+2
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell1-2/+2
2000-12-26Major rework of tnl moduleKeith Whitwell1-1/+19
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-1/+3
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell1-1/+7
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul1-25/+1
2000-10-28New colormac.h file for color-related macros.Brian Paul1-83/+17
2000-10-28Basic work to support deep color channels:Brian Paul1-1/+7
2000-09-17new comments, misc clean-upBrian Paul1-10/+13
1999-11-22added SET/CLEAR/TEST_BITS macros, misc clean-upBrian Paul1-38/+38
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-87/+16
1999-11-08header includes clean-up (Daryll)Brian Paul1-5/+5
1999-10-13removed GL_ prefix from memory macrosBrian Paul1-12/+12
1999-10-11Repaired definition of GL_CALLOC_STRUCJouk Jansen1-2/+2
1999-10-10added memory macrosBrian Paul1-1/+23
1999-10-08Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1-3/+6
1999-08-19Initial revisionjtg1-0/+546