summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-092-10/+13
|
* 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
|
* turned off 'conditional expression is constant' warning for win32Ted Jump1999-11-051-2/+2
|
* removed printf'sBrian Paul1999-11-051-3/+1
|
* added xfont demoBrian Paul1999-11-051-2/+2
|
* new xfont demoBrian Paul1999-11-051-111/+172
|
* 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).
* Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1999-11-041-325/+440
| | | | by saving the output of the tessellation into display lists.
* Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly.Gareth Hughes1999-11-041-2/+2
|
* Added glColorTable, etc.Miklos Fazekas1999-11-041-1/+6
|
* 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
|
* new texture image, cleaned-up codeBrian Paul1999-11-021-48/+48
|
* added linux-glide-debug configBrian Paul1999-11-022-3/+15
|
* fixed a typo in a commentBrian Paul1999-10-311-2/+2
|
* Changed over to maximal warnings on Win32 builds.Ted Jump1999-10-301-16/+10
|
* 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
|
* minor changes to Usage() functionBrian Paul1999-10-281-10/+19
|
* removed -lm from link commandBrian Paul1999-10-274-8/+8
|
* added -lm to XLIBS for all configsBrian Paul1999-10-271-88/+88
|
* disabled glXGetProcAddress codeBrian Paul1999-10-272-3/+5
|
* disabled gluGetProcAddressEXTBrian Paul1999-10-271-2/+5
|
* removed cvs history logs and old commentsBrian Paul1999-10-271-43/+1
|
* removed glXGetProcAddressEXTBrian Paul1999-10-271-8/+4
|
* removed gluGetProcAddressEXT()Brian Paul1999-10-271-14/+1
|
* better texture matrix, better end-cap reflections on cylinderBrian Paul1999-10-261-11/+22
|
* fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul1999-10-261-5/+5
|
* more comments, removed unneeded glDepthFunc callBrian Paul1999-10-231-3/+7
|
* added gloss demoBrian Paul1999-10-223-77/+14
|
* initial revBrian Paul1999-10-221-0/+358
|
* 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
|
* removed revision history infoBrian Paul1999-10-221-59/+1
|
* define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul1999-10-221-1/+16
|
* minor clean-up of linux-elf-debug targetBrian Paul1999-10-221-2/+2
|
* applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1999-10-221-3/+22
|
* added f key to toggle front/back drawingBrian Paul1999-10-211-4/+23
|