Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | ||||
* | 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 |
| | | | | | | | | | | | 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 | 95 | -1279/+3604 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 | 17 | -2844/+2885 |
| | | | | | | | | | 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 |
| | |||||
* | 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 |
| | |||||
* | GameMode | Daniel Borca | 2003-10-13 | 1 | -0/+77 |
| | |||||
* | 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 |
| | | | | 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 | 8 | -14/+16 |
| | |||||
* | 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 |
| |