Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-12 | dirty hack to advertise vanilla extension names | Daniel Borca | |
2003-11-10 | Redo array element checking for vertex array buffers. | Brian Paul | |
Now, compute ctx->Array._MaxElement as the min of enabled array's max element. Test against ctx->Array._MaxElement in glDrawArrays/Elements. Note: testing in glArrayElement not done yet. Only do element checking if ctx->Const.CheckArrayBounds is set. | |||
2003-11-07 | s/GGIMesaContext/ggi_mesa_context_t/ | Brian Paul | |
2003-11-07 | fix comments | Brian Paul | |
2003-11-07 | s/xoffset/zoffset/ (Cedric Gautier) | Brian Paul | |
2003-11-07 | NCC fixes and some cosmetics | Daniel Borca | |
2003-11-04 | fix AccessViolation bug (#835861) | Brian Paul | |
2003-11-03 | small fixes wrt texture handling | Daniel Borca | |
2003-11-03 | small fixes wrt texture handling | Daniel Borca | |
2003-11-03 | Voodoo2 happiness | Daniel Borca | |
2003-11-03 | accomodate decorated names | Daniel Borca | |
2003-10-31 | removed detritus | Daniel Borca | |
2003-10-30 | bugfixes wrt texture compression | Daniel Borca | |
2003-10-29 | changes to accomodate texture compression | Daniel Borca | |
2003-10-29 | texture compression | Daniel Borca | |
2003-10-27 | Pass $(MKLIB_OPTIONS) to mklib script to allow setting extra options. | Brian Paul | |
2003-10-24 | Fix for missing GLAPIENTRYP definition | Jon Smirl | |
2003-10-23 | entrypoints... again | Daniel Borca | |
2003-10-23 | more MinGW fixes | Daniel Borca | |
2003-10-23 | s/GLuint */GLvoid */ | Brian Paul | |
2003-10-23 | added a few missing GLAPIENTRYs to make MinGW compile again | Daniel Borca | |
2003-10-22 | Initial work for bounds checking of vertex arrays and vertex buffer objects. | Brian Paul | |
Only glDrawArrays() done so far. Simplified glVertex/Color/etcPointer functions. Misc casts added here and there. | |||
2003-10-22 | More SciTech SNAP updates. Some of these files didn't really change, but | Kendall Bennett | |
they show up in the list (GLU stuff) for some reason. The major change here is the addition of code in the glx86asm.py file to generate assembler stub entry points with the correct name decorations for _stdcall calling conventions so this can be used on Windows boxes. | |||
2003-10-22 | cosmetics and memos | Daniel Borca | |
2003-10-22 | small fixes to accomodate Intel compiler/linker | Daniel Borca | |
2003-10-22 | fixed a typo (array size) | Daniel Borca | |
2003-10-21 | Updates to SSE assembler support for Open Watcom | Kendall Bennett | |
2003-10-21 | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | |
points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler. | |||
2003-10-21 | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane | |
2003-10-21 | wrap in #ifdef FX / #endif | Brian Paul | |
2003-10-21 | fix an error message | Brian Paul | |
2003-10-21 | documentation update; also new makefiles for Win32 MesaFX build | Daniel Borca | |
2003-10-21 | Committing in . | Jouk Jansen | |
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 ---------------------------------------------------------------------- | |||
2003-10-21 | fixed some NASM opcodes; added segment overrides and temporary labels | Daniel Borca | |
2003-10-21 | Napalm total immersion | Daniel Borca | |
2003-10-21 | cosmetics; translated asm routines for use with ASSYNTAX.H | Daniel Borca | |
2003-10-21 | Clean out some unused files | Jon Smirl | |
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | |
2003-10-20 | Fix Makefiles to copy lib to $(TOP)/lib if missing | Jon Smirl | |
2003-10-19 | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | |
bufferobj.c so all the drivers don't have to worry about them. | |||
2003-10-16 | obsolete | Brian Paul | |
2003-10-16 | Minor changes to make linux-solo build again | Jon Smirl | |
2003-10-15 | protect whole file with #ifdef FX | Brian Paul | |
2003-10-15 | fix minor warnings from g++ 3.2 | Brian Paul | |
2003-10-15 | initialize GetBufferSubData pointer | Brian Paul | |
2003-10-15 | minor tweaks | Brian Paul | |
2003-10-14 | Updates to SGI GLU code to get it to compile clean with the Open Watcom ↵ | Kendall Bennett | |
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). | |||
2003-10-14 | Updates to x86 assembler support for Open Watcom and SNAP | Kendall Bennett | |
2003-10-14 | bufObj->Access wasn't being set | Brian Paul | |
2003-10-14 | minor fixes + doc update | Daniel Borca | |