summaryrefslogtreecommitdiff
path: root/src/mesa/main/macros.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick1-0/+3
2009-06-22mesa: From float type modifier from values to large for singlesIan Romanick1-7/+7
2009-06-15mesa: Use type modifier for float constants.José Fonseca1-7/+7
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-0/+22
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-2/+5
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul1-0/+7
2006-10-18minor re-org, doxygen commentsBrian Paul1-11/+13
2005-11-09Bug 4996.Brian Paul1-3/+0
2005-11-09Move COPY_FLOAT() macro down into glide driver.Brian Paul1-10/+14
2004-09-09Update the doxygen configuration file.Jose Fonseca1-3/+0
2004-05-14minor doxygen updatesBrian Paul1-0/+2
2004-01-01whitespace changes and new commentsBrian Paul1-86/+87
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-0/+2
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-301/+300
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-0/+9
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul1-9/+0
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-105/+172
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul1-2/+2
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-86/+149
2002-10-18Add casts to quiet compiler warnings.Karl Schultz1-1/+22
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-10/+1
2002-06-12Moved big/little endian code to glheader.h.Brian Paul1-15/+3
2002-06-05more big-endian tweaksBrian Paul1-4/+5
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul1-1/+44
2002-02-13More suport for t&l driversKeith Whitwell1-1/+8
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