| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: add macros MIN3 and MAX3 | Marek Olšák | 2011-04-27 | 1 | -0/+4 |
* | mesa: initial EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 1 | -2/+1 |
* | mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h. | Vinson Lee | 2010-07-09 | 1 | -0/+35 |
* | mesa: added UNCLAMPED_FLOAT_TO_SHORT macro | Brian Paul | 2010-05-09 | 1 | -0/+3 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -1/+1 |
* | mesa: Fix compiler warnings | Karl Schultz | 2010-02-13 | 1 | -2/+2 |
* | mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage. | Eric Anholt | 2009-12-22 | 1 | -6/+0 |
* | mesa: use _mesa_memcpy for COPY_4FV macro | Roland Scheidegger | 2009-12-03 | 1 | -8/+3 |
* | ARB sync: Add infrastructure for glGetInteger64v | Ian Romanick | 2009-09-03 | 1 | -0/+3 |
* | mesa: From float type modifier from values to large for singles | Ian Romanick | 2009-06-22 | 1 | -7/+7 |
* | mesa: Use type modifier for float constants. | José Fonseca | 2009-06-15 | 1 | -7/+7 |
* | mesa: add new signed rgba texture format | Roland Scheidegger | 2009-03-28 | 1 | -0/+22 |
* | mesa: add support for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 1 | -2/+5 |
* | mesa: refactor: move various ENUM_TO_x macros into macros.h | Brian Paul | 2008-09-21 | 1 | -0/+7 |
* | minor re-org, doxygen comments | Brian Paul | 2006-10-18 | 1 | -11/+13 |
* | Bug 4996. | Brian Paul | 2005-11-09 | 1 | -3/+0 |
* | Move COPY_FLOAT() macro down into glide driver. | Brian Paul | 2005-11-09 | 1 | -10/+14 |
* | Update the doxygen configuration file. | Jose Fonseca | 2004-09-09 | 1 | -3/+0 |
* | minor doxygen updates | Brian Paul | 2004-05-14 | 1 | -0/+2 |
* | whitespace changes and new comments | Brian Paul | 2004-01-01 | 1 | -86/+87 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -0/+2 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -301/+300 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -0/+9 |
* | Re-org of register files for vertex/fragment programs. Will be easier to | Brian Paul | 2003-08-17 | 1 | -9/+0 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -105/+172 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 1 | -2/+2 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -86/+149 |
* | Add casts to quiet compiler warnings. | Karl Schultz | 2002-10-18 | 1 | -1/+22 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -10/+1 |
* | Moved big/little endian code to glheader.h. | Brian Paul | 2002-06-12 | 1 | -15/+3 |
* | more big-endian tweaks | Brian Paul | 2002-06-05 | 1 | -4/+5 |
* | bring over Michel Daenzer's DRI changes | Brian Paul | 2002-06-03 | 1 | -1/+44 |
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 1 | -1/+8 |
* | Committing in . | Jouk Jansen | 2001-06-11 | 1 | -1/+2 |
* | only copy GLubyte[4] as a GLuint on x86 | Brian Paul | 2001-06-08 | 1 | -16/+8 |
* | use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b... | Brian Paul | 2001-06-08 | 1 | -2/+11 |
* | Fix striding of color material inputs. (Fixes glean colorLitPerf) | Keith Whitwell | 2001-04-19 | 1 | -2/+3 |
* | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes | 2001-03-18 | 1 | -1/+28 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -9/+9 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -1/+2 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -2/+2 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -1/+19 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -2/+2 |
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -1/+3 |
* | - Changes for new software rasterizer modules | Keith Whitwell | 2000-11-05 | 1 | -1/+7 |
* | more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) | Brian Paul | 2000-10-29 | 1 | -25/+1 |
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -83/+17 |
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -1/+7 |
* | new comments, misc clean-up | Brian Paul | 2000-09-17 | 1 | -10/+13 |