summaryrefslogtreecommitdiff
path: root/src/mesa/main/macros.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-15mesa: new BYTE/SHORT_TO_FLOATZ() macrosBrian Paul1-0/+7
2011-11-15mesa: move CEILING() macro into macros.hBrian Paul1-0/+4
2011-11-15mesa: remove unused macros in macros.hBrian Paul1-26/+0
2011-09-20mesa: remove unused interp/stride chan macrosBrian Paul1-27/+0
2011-04-27mesa: add macros MIN3 and MAX3Marek Olšák1-0/+4
2011-03-29mesa: initial EXT_texture_snorm supportMarek Olšák1-2/+1
2010-07-09mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee1-0/+35
2010-05-09mesa: added UNCLAMPED_FLOAT_TO_SHORT macroBrian Paul1-0/+3
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2010-02-13mesa: Fix compiler warningsKarl Schultz1-2/+2
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt1-6/+0
2009-12-03mesa: use _mesa_memcpy for COPY_4FV macroRoland Scheidegger1-8/+3
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