Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane | 2003-10-21 | 1 | -1/+1 |
| | |||||
* | added more debug code and tests | Brian Paul | 2003-10-21 | 1 | -5/+23 |
| | |||||
* | 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 | 4 | -5/+566 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-10-21 | 2 | -7/+7 |
| | | | | | | | | | | | The latest version of the OpenVMS DECCRTL contains (v)snprintf If this one is beeing used the (v)snprintf routines are not compiled in from mesa's source. Modified Files: Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/main/imports.c ---------------------------------------------------------------------- | ||||
* | 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 | 96 | -1280/+3605 |
| | |||||
* | Define GLAPIENTRYP properly so that GLU compiles on Windows. | Karl Schultz | 2003-10-20 | 1 | -1/+1 |
| | |||||
* | Fix error in last check-in. | Karl Schultz | 2003-10-20 | 1 | -2/+2 |
| | |||||
* | Add missing files for building Windows distribution. | Karl Schultz | 2003-10-20 | 1 | -1/+7 |
| | |||||
* | 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 |
| | | | | bufferobj.c so all the drivers don't have to worry about them. | ||||
* | fix CVS info | Brian Paul | 2003-10-17 | 1 | -2/+2 |
| | |||||
* | add .dsp files to tarballs | Brian Paul | 2003-10-16 | 1 | -3/+12 |
| | |||||
* | update list of files for tarballs | Brian Paul | 2003-10-16 | 1 | -137/+72 |
| | |||||
* | obsolete | Brian Paul | 2003-10-16 | 1 | -74/+0 |
| | |||||
* | added GL_ARB_point_sprite tokens | Brian Paul | 2003-10-16 | 1 | -0/+10 |
| | |||||
* | Define SOLO so that check is possible for SOLO in project makefiles | Jon Smirl | 2003-10-16 | 1 | -0/+1 |
| | |||||
* | Minor changes to make linux-solo build again | Jon Smirl | 2003-10-16 | 6 | -18/+144 |
| | |||||
* | protect whole file with #ifdef FX | Brian Paul | 2003-10-15 | 1 | -0/+4 |
| | |||||
* | fix minor warnings from g++ 3.2 | Brian Paul | 2003-10-15 | 8 | -28/+28 |
| | |||||
* | initialize GetBufferSubData pointer | Brian Paul | 2003-10-15 | 2 | -0/+2 |
| | |||||
* | minor tweaks | Brian Paul | 2003-10-15 | 2 | -4/+4 |
| | |||||
* | Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵ | Kendall Bennett | 2003-10-14 | 18 | -2845/+2886 |
| | | | | | | | | | compiler. Most of the changes were to get rid of warnings, but many of the warnings could not be removed in the code so I also added #pragma's to disable the warnings. Someone really should clean up this code, but I didn't want to mess with it that much (and potentially break it). | ||||
* | Updates to x86 assembler support for Open Watcom and SNAP | Kendall Bennett | 2003-10-14 | 3 | -11/+10 |
| | |||||
* | remove some cruft | Brian Paul | 2003-10-14 | 1 | -2/+0 |
| | |||||
* | exercise more vertex buffer object functions | Brian Paul | 2003-10-14 | 1 | -7/+34 |
| | |||||
* | bufObj->Access wasn't being set | Brian Paul | 2003-10-14 | 1 | -1/+3 |
| | |||||
* | minor fixes + doc update | Daniel Borca | 2003-10-14 | 4 | -3/+33 |
| | |||||
* | minor fix in buffer_object_get_target() | Brian Paul | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 11 | -161/+202 |
| | |||||
* | GameMode | Daniel Borca | 2003-10-13 | 1 | -0/+77 |
| | |||||
* | added GL_ARB_point_sprite demo, texgen bug fix | Brian Paul | 2003-10-11 | 1 | -0/+2 |
| | |||||
* | 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 missing entry points. (Warren Cashen) | Karl Schultz | 2003-10-10 | 1 | -0/+2 |
| | |||||
* | 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 | 4 | -93/+417 |
| | |||||
* | Add notes about building with the mangled namespace on Windows. | Karl Schultz | 2003-10-10 | 1 | -0/+6 |
| | |||||
* | Added missing #undef SPAN_VARS to swrast/s_spantemp.h | Kendall Bennett | 2003-10-09 | 1 | -0/+1 |
| | |||||
* | Minor MinGW fixes | Daniel Borca | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | FEATURE_ARB_vertex_buffer_object | Daniel Borca | 2003-10-09 | 1 | -2/+13 |
| |