Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix for colormaterial | Keith Whitwell | 1999-11-10 | 2 | -3/+60 |
| | |||||
* | use glClientActiveTexture in interleaved setup | Keith Whitwell | 1999-11-09 | 1 | -13/+7 |
| | |||||
* | more fixes for glDrawArrays | Keith Whitwell | 1999-11-09 | 2 | -48/+58 |
| | |||||
* | second try at drawarrays fix | Keith Whitwell | 1999-11-09 | 1 | -117/+63 |
| | |||||
* | fix for (some of?) the vertex array problems | Keith Whitwell | 1999-11-09 | 1 | -75/+13 |
| | |||||
* | fixed typo: replaced |= with != in conditional | Brian Paul | 1999-11-09 | 1 | -2/+2 |
| | |||||
* | replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps() | Brian Paul | 1999-11-09 | 2 | -10/+13 |
| | |||||
* | header includes clean-up (Daryll) | Brian Paul | 1999-11-08 | 2 | -9/+6 |
| | |||||
* | changes to silence MSVC warnings | Brian Paul | 1999-11-08 | 5 | -42/+39 |
| | |||||
* | flush pb after each line segment - for conformance | Brian Paul | 1999-11-08 | 1 | -16/+16 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 22 | -85/+34 |
| | |||||
* | Added filename, line number output for debugging messages. | Gareth Hughes | 1999-11-05 | 2 | -3/+10 |
| | |||||
* | turned off 'conditional expression is constant' warning for win32 | Ted Jump | 1999-11-05 | 1 | -2/+2 |
| | |||||
* | removed printf's | Brian Paul | 1999-11-05 | 1 | -3/+1 |
| | |||||
* | added xfont demo | Brian Paul | 1999-11-05 | 1 | -2/+2 |
| | |||||
* | new xfont demo | Brian Paul | 1999-11-05 | 1 | -111/+172 |
| | |||||
* | clean-up to reduce MSVC warnings | Brian Paul | 1999-11-05 | 5 | -93/+117 |
| | |||||
* | Fix for glerror on compilation of list containing gldrawelements calls | Keith Whitwell | 1999-11-04 | 1 | -7/+22 |
| | |||||
* | Major winding rule updates, especially stacked contour support. | Gareth Hughes | 1999-11-04 | 2 | -87/+96 |
| | | | | | | Improved debugging output that can be altered with an environment variable instead of hard coded at compile time. Fixed bug in vertex sorting function, so vertices are now indexed correctly (left to right). | ||||
* | Updated demo for new GLU 1.3 tessellation. Added optimized rendering | Gareth Hughes | 1999-11-04 | 1 | -325/+440 |
| | | | | by saving the output of the tessellation into display lists. | ||||
* | Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly. | Gareth Hughes | 1999-11-04 | 1 | -2/+2 |
| | |||||
* | Added glColorTable, etc. | Miklos Fazekas | 1999-11-04 | 1 | -1/+6 |
| | |||||
* | include assert.h with rest of system headers | Brian Paul | 1999-11-03 | 1 | -2/+2 |
| | |||||
* | swap operand order for Intel style REGOFF | Josh Vanderhoof | 1999-11-03 | 1 | -6/+6 |
| | |||||
* | added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments | Brian Paul | 1999-11-03 | 1 | -6/+9 |
| | |||||
* | new texture image processing | Brian Paul | 1999-11-03 | 5 | -1564/+2205 |
| | |||||
* | new texture image, cleaned-up code | Brian Paul | 1999-11-02 | 1 | -48/+48 |
| | |||||
* | added linux-glide-debug config | Brian Paul | 1999-11-02 | 2 | -3/+15 |
| | |||||
* | fixed a typo in a comment | Brian Paul | 1999-10-31 | 1 | -2/+2 |
| | |||||
* | Changed over to maximal warnings on Win32 builds. | Ted Jump | 1999-10-30 | 1 | -16/+10 |
| | |||||
* | Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵ | Ted Jump | 1999-10-30 | 1 | -1/+3 |
| | | | | appropriate | ||||
* | pixel pack/unpack ImageHeight and SkipImages was not initialized | Brian Paul | 1999-10-30 | 1 | -1/+5 |
| | |||||
* | added a few more scale/bias/lookup functions (for future use) | Brian Paul | 1999-10-30 | 2 | -11/+111 |
| | |||||
* | minor changes to Usage() function | Brian Paul | 1999-10-28 | 1 | -10/+19 |
| |