Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed redundant fxCloseHardware() decl | Brian Paul | 1999-11-22 | 1 | -1/+0 |
| | |||||
* | added more ASM_SRCS | Andre Werthmann | 1999-11-22 | 1 | -1/+7 |
| | |||||
* | renamed struct gl_palette as struct gl_color_table | Brian Paul | 1999-11-19 | 2 | -8/+8 |
| | |||||
* | updates for thread safety | Brian Paul | 1999-11-19 | 1 | -572/+1113 |
| | |||||
* | updates for Mesa 3.3 | Brian Paul | 1999-11-19 | 2 | -55/+49 |
| | |||||
* | replace encounteed with encountered | Brian Paul | 1999-11-19 | 1 | -2/+5 |
| | |||||
* | fixes for andree's drawarrays problems | Keith Whitwell | 1999-11-19 | 1 | -7/+18 |
| | |||||
* | two fixes in gl_DrawArrays (Andree Borrman) | Brian Paul | 1999-11-18 | 1 | -1/+4 |
| | |||||
* | reordered the extensions and numbered them | Brian Paul | 1999-11-18 | 1 | -225/+224 |
| | |||||
* | fixed FX_grSstControl(), now returns FxBool | Brian Paul | 1999-11-18 | 2 | -15/+18 |
| | |||||
* | removed unused fxTMNewTMFreeNode decl | Brian Paul | 1999-11-18 | 1 | -1/+0 |
| | |||||
* | silence an uninitialized var warning | Brian Paul | 1999-11-18 | 1 | -1/+3 |
| | |||||
* | test visinfo, not vishandle in save_glx_visual (Wolfram Gloger) | Brian Paul | 1999-11-18 | 1 | -3/+3 |
| | |||||
* | checked in the first new PIII vertex-transformation code | Andre Werthmann | 1999-11-18 | 5 | -10/+72 |
| | |||||
* | fixed some glitches (Eero Pajarre) | Brian Paul | 1999-11-17 | 2 | -6/+19 |
| | |||||
* | make clean removes .lo .la and .libs/ | Brian Paul | 1999-11-16 | 2 | -20/+6 |
| | |||||
* | fixed several texture state bugs found with objbug.c program | Brian Paul | 1999-11-15 | 1 | -12/+4 |
| | |||||
* | texture palette update | Brian Paul | 1999-11-15 | 1 | -14/+14 |
| | |||||
* | include mem.h | Brian Paul | 1999-11-15 | 1 | -0/+1 |
| | |||||
* | fixed mistake in merge regarding texture palettes | Brian Paul | 1999-11-15 | 1 | -14/+14 |
| | |||||
* | update/merge with Daryll's X server changes | Brian Paul | 1999-11-15 | 10 | -712/+1872 |
| | |||||
* | changed multi-include guard symbol | Brian Paul | 1999-11-15 | 2 | -10/+8 |
| | |||||
* | fixed SSE bugs | Josh Vanderhoof | 1999-11-13 | 1 | -17/+17 |
| | |||||
* | replaced EXT_color_table with EXT_paletted_texture | Brian Paul | 1999-11-12 | 3 | -6/+6 |
| | |||||
* | replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_texture | Brian Paul | 1999-11-12 | 2 | -9/+9 |
| | |||||
* | reordered some functions | Brian Paul | 1999-11-12 | 1 | -63/+63 |
| | |||||
* | moved assembly-related macros from types.h to glheader.h | Brian Paul | 1999-11-12 | 1 | -2/+40 |
| | |||||
* | restored the gl_Viewport function | Brian Paul | 1999-11-12 | 2 | -4/+22 |
| | |||||
* | . More Watcom C++ warnings fixed in Mesa. | Kendall Bennett | 1999-11-12 | 2 | -3/+9 |
| | |||||
* | . More fixed to | Kendall Bennett | 1999-11-12 | 2 | -2/+0 |
| | |||||
* | added glxdpyinfo | Brian Paul | 1999-11-12 | 1 | -2/+2 |
| | |||||
* | initial check-in | Brian Paul | 1999-11-12 | 1 | -0/+1073 |
| | |||||
* | Workaround for the VMS 32 character maximum limit. | Jouk Jansen | 1999-11-12 | 1 | -1/+6 |
| | |||||
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 23 | -113/+108 |
| | | | | | | | C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++. | ||||
* | added GL_EXT_texture_env_add extension | Brian Paul | 1999-11-12 | 3 | -7/+26 |
| | |||||
* | added gl_extension_is_enabled() | Brian Paul | 1999-11-12 | 2 | -2/+21 |
| | |||||
* | added some braces to silence gcc warnings | Brian Paul | 1999-11-12 | 1 | -3/+6 |
| | |||||
* | minor clean-ups | Brian Paul | 1999-11-12 | 1 | -8/+12 |
| | |||||
* | changed a warning string | Brian Paul | 1999-11-11 | 1 | -2/+2 |
| | |||||
* | ColorTableEXT clean-up | Brian Paul | 1999-11-11 | 4 | -59/+58 |
| | |||||
* | removed redundant extension prototypes | Brian Paul | 1999-11-11 | 1 | -409/+2 |
| | |||||
* | updated for new texture color palette struct | Brian Paul | 1999-11-11 | 1 | -14/+14 |
| | |||||
* | don't include strings.h or stdio.h | Brian Paul | 1999-11-11 | 1 | -4/+2 |
| | |||||
* | added missing braces in array initializations | Brian Paul | 1999-11-11 | 1 | -12/+12 |
| | |||||
* | Added missing GLAPIENTRY to glConvolution* and glCopy* | sio | 1999-11-11 | 1 | -9/+9 |
| | |||||
* | version 3.3 update | Jouk Jansen | 1999-11-11 | 1 | -7/+14 |
| | |||||
* | tess_macro.h included | Jouk Jansen | 1999-11-11 | 1 | -1/+6 |
| | |||||
* | . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibility | Kendall Bennett | 1999-11-11 | 6 | -57/+101 |
| | | | | | | | | | | | | | | | | with the IBM VisualAge C++ compiler. Eventually some more code will be needed in the headers to enable the reversal of (__stdcall*) to (*__stdcall) for the IBM compilers, however we currently build using our own header files that already handle this. . Changed instances of (GLCALLBACK*) to GLCALLBACKP for compatibility with the IBM VisualAge C++ compiler in src-glu. . Misc cleanups for warnings generated with Watcom C++ in src-glu. Compiles with 0 warnings now. . tess_hash.c: line 244 - Why is this function stubbed out? I removed the code with a #if 0 to avoid a compiler warning, but it looks dangerous. | ||||
* | initial changes for Mesa 3.3 | Brian Paul | 1999-11-11 | 2 | -84/+84 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 72 | -5183/+11268 |
| |