summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* enable lighting even if no light sources are turned onBrian Paul1999-10-201-2/+2
|
* Minor patches to cleanup some compiler warnings in MSVCTed Jump1999-10-201-3/+3
|
* fixed a number of error-test bugsBrian Paul1999-10-191-7/+13
|
* more image type error checking in draw_stencil_pixels()Brian Paul1999-10-191-1/+13
|
* clean-up in gl_LightModelfv()Brian Paul1999-10-191-5/+8
|
* added more format/type error checking codeBrian Paul1999-10-191-3/+41
|
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-1912-134/+320
|
* negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul1999-10-171-12/+50
|
* added glGet cases for vertex array enable stateBrian Paul1999-10-171-4/+73
|
* Fixed a MacOS specific compile error.Miklos Fazekas1999-10-161-1/+1
|
* removed GL_EXT_get_proc_addressBrian Paul1999-10-161-1/+6
|
* removed GL_EXT_get_proc_addressBrian Paul1999-10-163-140/+132
|
* fixed an RGB vs CI bug in overlay visual selectionBrian Paul1999-10-141-3/+27
|
* Added point_contour_test, taken from O'Rourke 1998.Gareth Hughes1999-10-141-10/+12
|
* Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump1999-10-131-2/+2
|
* Removed CVS logs from files, as they were getting rather large.Gareth Hughes1999-10-132-81/+4
|
* Added edge flag callback support.Gareth Hughes1999-10-132-3/+13
|
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-135-24/+24
|
* removed GL_ prefix from memory macrosBrian Paul1999-10-1316-198/+197
|
* Fixed delete_all_contours memory deallocation.Gareth Hughes1999-10-121-16/+12
|
* Updated memory allocation to allow new macros to be used.Gareth Hughes1999-10-121-38/+16
|
* Renamed GLUtesselator user data pointer to avoid confusion.Gareth Hughes1999-10-111-3/+6
|
* Correctly initialized GLUtesselator user data pointer.Gareth Hughes1999-10-112-4/+11
|
* Allow debugging output capture under Win32. This seems reallyGareth Hughes1999-10-111-2/+11
| | | | broken to me, but that's Windows for you...
* Updated debugging output. I'm going to change it all to somethingGareth Hughes1999-10-111-33/+39
| | | | | much more like the GLX project. This was a set of macros left over from a research project I'd done, and I like the GLX logging more.