| Commit message (Expand) | Author | Age | Files | Lines |
* | changes to accomodate texture compression | Daniel Borca | 2003-10-29 | 10 | -84/+746 |
* | texture compression | Daniel Borca | 2003-10-29 | 6 | -8/+130 |
* | Pass $(MKLIB_OPTIONS) to mklib script to allow setting extra options. | Brian Paul | 2003-10-27 | 1 | -2/+2 |
* | entrypoints... again | Daniel Borca | 2003-10-23 | 1 | -5/+7 |
* | more MinGW fixes | Daniel Borca | 2003-10-23 | 3 | -7/+7 |
* | s/GLuint */GLvoid */ | Brian Paul | 2003-10-23 | 1 | -1/+1 |
* | added a few missing GLAPIENTRYs to make MinGW compile again | Daniel Borca | 2003-10-23 | 2 | -4/+4 |
* | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | 2003-10-22 | 13 | -229/+268 |
* | More SciTech SNAP updates. Some of these files didn't really change, but | Kendall Bennett | 2003-10-22 | 4 | -1811/+1824 |
* | cosmetics and memos | Daniel Borca | 2003-10-22 | 2 | -11/+4 |
* | small fixes to accomodate Intel compiler/linker | Daniel Borca | 2003-10-22 | 1 | -2/+2 |
* | fixed a typo (array size) | Daniel Borca | 2003-10-22 | 1 | -1/+1 |
* | Updates to SSE assembler support for Open Watcom | Kendall Bennett | 2003-10-21 | 3 | -10/+10 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 83 | -2511/+2523 |
* | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane | 2003-10-21 | 1 | -1/+1 |
* | wrap in #ifdef FX / #endif | Brian Paul | 2003-10-21 | 1 | -0/+5 |
* | fix an error message | Brian Paul | 2003-10-21 | 1 | -1/+1 |
* | documentation update; also new makefiles for Win32 MesaFX build | Daniel Borca | 2003-10-21 | 1 | -0/+433 |
* | Committing in . | Jouk Jansen | 2003-10-21 | 2 | -7/+7 |
* | fixed some NASM opcodes; added segment overrides and temporary labels | Daniel Borca | 2003-10-21 | 1 | -12/+26 |
* | Napalm total immersion | Daniel Borca | 2003-10-21 | 15 | -402/+2098 |
* | cosmetics; translated asm routines for use with ASSYNTAX.H | Daniel Borca | 2003-10-21 | 3 | -389/+40 |
* | Clean out some unused files | Jon Smirl | 2003-10-21 | 3 | -2411/+0 |
* | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | 2003-10-21 | 93 | -1277/+3596 |
* | Fix Makefiles to copy lib to $(TOP)/lib if missing | Jon Smirl | 2003-10-20 | 9 | -14/+50 |
* | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | 2003-10-19 | 3 | -22/+12 |
* | obsolete | Brian Paul | 2003-10-16 | 1 | -74/+0 |
* | Minor changes to make linux-solo build again | Jon Smirl | 2003-10-16 | 5 | -18/+140 |
* | protect whole file with #ifdef FX | Brian Paul | 2003-10-15 | 1 | -0/+4 |
* | initialize GetBufferSubData pointer | Brian Paul | 2003-10-15 | 2 | -0/+2 |
* | minor tweaks | Brian Paul | 2003-10-15 | 2 | -4/+4 |
* | Updates to x86 assembler support for Open Watcom and SNAP | Kendall Bennett | 2003-10-14 | 3 | -11/+10 |
* | bufObj->Access wasn't being set | Brian Paul | 2003-10-14 | 1 | -1/+3 |
* | minor fixes + doc update | Daniel Borca | 2003-10-14 | 3 | -3/+15 |
* | minor fix in buffer_object_get_target() | Brian Paul | 2003-10-14 | 1 | -1/+1 |
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 10 | -157/+198 |
* | fix some sphere texgen bugs (reported by Daniel Borca) | Brian Paul | 2003-10-11 | 1 | -12/+12 |
* | s/GL_COLOR_INDEX/OSMESA_COLOR_INDEX/ | Brian Paul | 2003-10-11 | 1 | -1/+1 |
* | don't request accum buffer in color index mode | Brian Paul | 2003-10-11 | 1 | -1/+2 |
* | don't use color table's format to determine texture env functions | Brian Paul | 2003-10-11 | 1 | -3/+0 |
* | add switch defaults to silence warnings | Brian Paul | 2003-10-10 | 1 | -0/+6 |
* | remove bogus _swrast_texture_table_lookup() call (Eric Plante) | Brian Paul | 2003-10-10 | 1 | -5/+0 |
* | old/unused | Brian Paul | 2003-10-10 | 2 | -486/+0 |
* | Eric Plante's updates for OSMesa16. | Brian Paul | 2003-10-10 | 1 | -0/+300 |
* | Added missing #undef SPAN_VARS to swrast/s_spantemp.h | Kendall Bennett | 2003-10-09 | 1 | -0/+1 |
* | FEATURE_ARB_vertex_buffer_object | Daniel Borca | 2003-10-09 | 1 | -2/+13 |
* | Reorganized combiners. Added optimized span functions. | Daniel Borca | 2003-10-09 | 12 | -882/+924 |
* | Eric's mesa-depth32.diff | Keith Whitwell | 2003-10-09 | 2 | -4/+5 |
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 5 | -40/+52 |
* | index wasn't being calculated correctly (result was being discarded) | Keith Whitwell | 2003-10-07 | 1 | -5/+6 |