summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-11-05removed printf'sBrian Paul1-3/+1
1999-11-05added xfont demoBrian Paul1-2/+2
1999-11-05new xfont demoBrian Paul1-111/+172
1999-11-05clean-up to reduce MSVC warningsBrian Paul5-93/+117
1999-11-04Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell1-7/+22
1999-11-04Major winding rule updates, especially stacked contour support.Gareth Hughes2-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).
1999-11-04Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1-325/+440
by saving the output of the tessellation into display lists.
1999-11-04Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly.Gareth Hughes1-2/+2
1999-11-04Added glColorTable, etc.Miklos Fazekas1-1/+6
1999-11-03include assert.h with rest of system headersBrian Paul1-2/+2
1999-11-03swap operand order for Intel style REGOFFJosh Vanderhoof1-6/+6
1999-11-03added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul1-6/+9
1999-11-03new texture image processingBrian Paul5-1564/+2205
1999-11-02new texture image, cleaned-up codeBrian Paul1-48/+48
1999-11-02added linux-glide-debug configBrian Paul2-3/+15
1999-10-31fixed a typo in a commentBrian Paul1-2/+2
1999-10-30Changed over to maximal warnings on Win32 builds.Ted Jump1-16/+10
1999-10-30Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵Ted Jump1-1/+3
appropriate
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul1-1/+5
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul2-11/+111
1999-10-28minor changes to Usage() functionBrian Paul1-10/+19
1999-10-27removed -lm from link commandBrian Paul4-8/+8
1999-10-27added -lm to XLIBS for all configsBrian Paul1-88/+88
1999-10-27disabled glXGetProcAddress codeBrian Paul2-3/+5
1999-10-27disabled gluGetProcAddressEXTBrian Paul1-2/+5
1999-10-27removed cvs history logs and old commentsBrian Paul1-43/+1
1999-10-27removed glXGetProcAddressEXTBrian Paul1-8/+4
1999-10-27removed gluGetProcAddressEXT()Brian Paul1-14/+1
1999-10-26better texture matrix, better end-cap reflections on cylinderBrian Paul1-11/+22
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul1-5/+5
1999-10-23more comments, removed unneeded glDepthFunc callBrian Paul1-3/+7
1999-10-22added gloss demoBrian Paul3-77/+14
1999-10-22initial revBrian Paul1-0/+358
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul1-10/+11
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1-2/+14
1999-10-22removed revision history infoBrian Paul1-59/+1
1999-10-22define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul1-1/+16
1999-10-22minor clean-up of linux-elf-debug targetBrian Paul1-2/+2
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul1-3/+22
1999-10-21added f key to toggle front/back drawingBrian Paul1-4/+23
1999-10-21added -info command line optionBrian Paul4-17/+81
1999-10-21updated some comments/docsBrian Paul1-23/+32
1999-10-21silenced some uninitialized var warningsBrian Paul1-7/+38
1999-10-21silenced ininitialized var warningsBrian Paul1-1/+4
1999-10-21silenced uninitialized variable warningsBrian Paul1-1/+9
1999-10-21Added pragma to disable warning about unk pragmas for MSVC5Ted Jump1-1/+2
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul1-18/+19
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul1-28/+46
1999-10-20enable lighting even if no light sources are turned onBrian Paul1-2/+2
1999-10-20added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCESHolger Waechtler1-17/+19