summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett1999-11-1223-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 extensionBrian Paul1999-11-122-6/+14
|
* added gl_extension_is_enabled()Brian Paul1999-11-122-2/+21
|
* added some braces to silence gcc warningsBrian Paul1999-11-121-3/+6
|
* minor clean-upsBrian Paul1999-11-121-8/+12
|
* changed a warning stringBrian Paul1999-11-111-2/+2
|
* ColorTableEXT clean-upBrian Paul1999-11-114-59/+58
|
* updated for new texture color palette structBrian Paul1999-11-111-14/+14
|
* don't include strings.h or stdio.hBrian Paul1999-11-111-4/+2
|
* Added missing GLAPIENTRY to glConvolution* and glCopy*sio1999-11-111-9/+9
|
* version 3.3 updateJouk Jansen1999-11-111-7/+14
|
* tess_macro.h includedJouk Jansen1999-11-111-1/+6
|
* . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP macros for compatibilityKendall Bennett1999-11-114-54/+94
| | | | | | | | | | | | | | | | 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.3Brian Paul1999-11-111-4/+4
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-1169-3967/+9560
|
* fix for colormaterialKeith Whitwell1999-11-102-3/+60
|
* use glClientActiveTexture in interleaved setupKeith Whitwell1999-11-091-13/+7
|
* more fixes for glDrawArraysKeith Whitwell1999-11-092-48/+58
|
* second try at drawarrays fixKeith Whitwell1999-11-091-117/+63
|
* fix for (some of?) the vertex array problemsKeith Whitwell1999-11-091-75/+13
|
* fixed typo: replaced |= with != in conditionalBrian Paul1999-11-091-2/+2
|
* replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1999-11-091-5/+8
|
* header includes clean-up (Daryll)Brian Paul1999-11-082-9/+6
|
* changes to silence MSVC warningsBrian Paul1999-11-085-42/+39
|
* flush pb after each line segment - for conformanceBrian Paul1999-11-081-16/+16
|
* clean-up of header includes (Daryll)Brian Paul1999-11-0822-85/+34
|
* Added filename, line number output for debugging messages.Gareth Hughes1999-11-052-3/+10
|
* clean-up to reduce MSVC warningsBrian Paul1999-11-055-93/+117
|
* Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell1999-11-041-7/+22
|
* Major winding rule updates, especially stacked contour support.Gareth Hughes1999-11-042-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).
* include assert.h with rest of system headersBrian Paul1999-11-031-2/+2
|
* swap operand order for Intel style REGOFFJosh Vanderhoof1999-11-031-6/+6
|
* added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul1999-11-031-6/+9
|
* new texture image processingBrian Paul1999-11-035-1564/+2205
|
* fixed a typo in a commentBrian Paul1999-10-311-2/+2
|
* Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵Ted Jump1999-10-301-1/+3
| | | | appropriate
* pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul1999-10-301-1/+5
|
* added a few more scale/bias/lookup functions (for future use)Brian Paul1999-10-302-11/+111
|
* disabled glXGetProcAddress codeBrian Paul1999-10-272-3/+5
|
* disabled gluGetProcAddressEXTBrian Paul1999-10-271-2/+5
|
* fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul1999-10-261-5/+5
|
* fixed byteswapping bug in gl_pack_rgba_span()Brian Paul1999-10-221-10/+11
|
* added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1999-10-221-2/+14
|
* applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1999-10-221-3/+22
|
* updated some comments/docsBrian Paul1999-10-211-23/+32
|
* silenced some uninitialized var warningsBrian Paul1999-10-211-7/+38
|
* silenced ininitialized var warningsBrian Paul1999-10-211-1/+4
|
* silenced uninitialized variable warningsBrian Paul1999-10-211-1/+9
|
* clean-up of optimized GL_RETURN codeBrian Paul1999-10-201-18/+19
|
* fixed divTable precision problem in GL_RETURN caseBrian Paul1999-10-201-28/+46
|