summaryrefslogtreecommitdiff
path: root/src/mesa/main/macros.h
AgeCommit message (Expand)Author
2010-07-09mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee
2010-05-09mesa: added UNCLAMPED_FLOAT_TO_SHORT macroBrian Paul
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-13mesa: Fix compiler warningsKarl Schultz
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt
2009-12-03mesa: use _mesa_memcpy for COPY_4FV macroRoland Scheidegger
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick
2009-06-22mesa: From float type modifier from values to large for singlesIan Romanick
2009-06-15mesa: Use type modifier for float constants.José Fonseca
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2008-09-21mesa: refactor: move various ENUM_TO_x macros into macros.hBrian Paul
2006-10-18minor re-org, doxygen commentsBrian Paul
2005-11-09Bug 4996.Brian Paul
2005-11-09Move COPY_FLOAT() macro down into glide driver.Brian Paul
2004-09-09Update the doxygen configuration file.Jose Fonseca
2004-05-14minor doxygen updatesBrian Paul
2004-01-01whitespace changes and new commentsBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-18Add casts to quiet compiler warnings.Karl Schultz
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-12Moved big/little endian code to glheader.h.Brian Paul
2002-06-05more big-endian tweaksBrian Paul
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2001-06-11 Committing in .Jouk Jansen
2001-06-08only copy GLubyte[4] as a GLuint on x86Brian Paul
2001-06-08use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b...Brian Paul
2001-04-19Fix striding of color material inputs. (Fixes glean colorLitPerf)Keith Whitwell
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-09-17new comments, misc clean-upBrian Paul
1999-11-22added SET/CLEAR/TEST_BITS macros, misc clean-upBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul