| Commit message (Expand) | Author | Age | Files | Lines |
* | direct bug reports to freedesktop.org | Brian Paul | 2004-12-05 | 1 | -3/+3 |
* | in _mesa_problem() include version number in error message | Brian Paul | 2004-09-15 | 1 | -3/+4 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -2/+8 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -5/+5 |
* | fix compiler warning | Alan Hourihane | 2003-12-05 | 1 | -7/+7 |
* | added reference to original half/float conversion code | Brian Paul | 2003-11-18 | 1 | -0/+4 |
* | Some groundwork for supporting GLhalf datatype. | Brian Paul | 2003-11-18 | 1 | -3/+145 |
* | Committing in . | Jouk Jansen | 2003-10-21 | 1 | -1/+4 |
* | tweak an error message | Brian Paul | 2003-09-18 | 1 | -1/+1 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -1/+1 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -97/+172 |
* | added _mesa_realloc() | Brian Paul | 2003-04-08 | 1 | -2/+13 |
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 1 | -1/+111 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -6/+155 |
* | replace _mesa_strtof() with _mesa_strtod() | Brian Paul | 2003-02-08 | 1 | -5/+5 |
* | add some casts | Brian Paul | 2003-01-19 | 1 | -2/+2 |
* | remove const from _mesa_strtof() | Brian Paul | 2003-01-14 | 1 | -3/+3 |
* | added _mesa_strtof() | Brian Paul | 2003-01-14 | 1 | -1/+23 |
* | let _mesa_problem() take variable arguments | Brian Paul | 2002-12-06 | 1 | -5/+12 |
* | declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba) | Brian Paul | 2002-12-01 | 1 | -2/+4 |
* | added a comment about future work | Brian Paul | 2002-10-30 | 1 | -1/+8 |
* | test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ... | Brian Paul | 2002-10-30 | 1 | -27/+27 |
* | fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch) | Brian Paul | 2002-10-30 | 1 | -6/+13 |
* | wrapped a few more C library functions | Brian Paul | 2002-10-25 | 1 | -1/+111 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -116/+310 |
* | make a few static function non-static for highpc.c | Brian Paul | 2002-10-15 | 1 | -5/+5 |
* | context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu... | Brian Paul | 2002-10-14 | 1 | -6/+5 |
* | Coerce vsnprintf to _vsnprintf for windows | Karl Schultz | 2002-08-03 | 1 | -1/+4 |
* | define MAXSTRING and use vsnprintf to preven overflows | Brian Paul | 2002-08-01 | 1 | -9/+11 |
* | Committing in . | Jouk Jansen | 2002-07-01 | 1 | -2/+2 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -29/+184 |
* | Committing in . | Jouk Jansen | 2002-06-18 | 1 | -1/+2 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -3/+11 |
* | Committing in . | Jouk Jansen | 2002-06-13 | 1 | -2/+2 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -11/+19 |
* | Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) | Brian Paul | 2001-07-16 | 1 | -7/+7 |
* | Updates required for DRI drivers on mesa-3-5-branch. | Gareth Hughes | 2001-03-27 | 1 | -8/+10 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -2/+2 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -3/+3 |
* | fixed _mesa_getenv() weirdness | Brian Paul | 2001-03-02 | 1 | -3/+3 |
* | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell | 2001-02-06 | 1 | -2/+2 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -5/+10 |
* | Committing in . | Jouk Jansen | 2000-11-22 | 1 | -2/+2 |
* | include types.h | Brian Paul | 2000-09-27 | 1 | -2/+3 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -0/+163 |