Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | ||||
* | index wasn't being calculated correctly (result was being discarded) | Keith Whitwell | 2003-10-07 | 1 | -5/+6 |
| | | | | in light_ci() | ||||
* | VertexAttrib4fv wasn't being installed (4f was). | Keith Whitwell | 2003-10-06 | 1 | -0/+1 |
| | |||||
* | Fix typo | Keith Whitwell | 2003-10-06 | 1 | -1/+1 |
| | |||||
* | fix error message (bug 816876) | Brian Paul | 2003-10-03 | 1 | -1/+1 |
| | |||||
* | improved 'clean' targets (Otto Solares) | Brian Paul | 2003-10-03 | 13 | -45/+77 |
| | |||||
* | Removed bogus OS/2 floating point->integer conversion routine | Kendall Bennett | 2003-10-03 | 1 | -12/+2 |
| | |||||
* | Fixed incorrect Watcom assembler macros | Kendall Bennett | 2003-10-03 | 1 | -2/+2 |
| |