summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-10fix for colormaterialKeith Whitwell
1999-11-09use glClientActiveTexture in interleaved setupKeith Whitwell
1999-11-09more fixes for glDrawArraysKeith Whitwell
1999-11-09second try at drawarrays fixKeith Whitwell
1999-11-09fix for (some of?) the vertex array problemsKeith Whitwell
1999-11-09fixed typo: replaced |= with != in conditionalBrian Paul
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul
1999-11-08header includes clean-up (Daryll)Brian Paul
1999-11-08changes to silence MSVC warningsBrian Paul
1999-11-08flush pb after each line segment - for conformanceBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-11-05Added filename, line number output for debugging messages.Gareth Hughes
1999-11-05turned off 'conditional expression is constant' warning for win32Ted Jump
1999-11-05removed printf'sBrian Paul
1999-11-05added xfont demoBrian Paul
1999-11-05new xfont demoBrian Paul
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-11-04Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell
1999-11-04Major winding rule updates, especially stacked contour support.Gareth Hughes
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 Hughes
by saving the output of the tessellation into display lists.
1999-11-04Changed ($MAKE) to $(MAKE) to allow real-clean to work correctly.Gareth Hughes
1999-11-04Added glColorTable, etc.Miklos Fazekas
1999-11-03include assert.h with rest of system headersBrian Paul
1999-11-03swap operand order for Intel style REGOFFJosh Vanderhoof
1999-11-03added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul
1999-11-03new texture image processingBrian Paul
1999-11-02new texture image, cleaned-up codeBrian Paul
1999-11-02added linux-glide-debug configBrian Paul
1999-10-31fixed a typo in a commentBrian Paul
1999-10-30Changed over to maximal warnings on Win32 builds.Ted Jump
1999-10-30Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not ↵Ted Jump
appropriate
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul
1999-10-28minor changes to Usage() functionBrian Paul
1999-10-27removed -lm from link commandBrian Paul
1999-10-27added -lm to XLIBS for all configsBrian Paul
1999-10-27disabled glXGetProcAddress codeBrian Paul
1999-10-27disabled gluGetProcAddressEXTBrian Paul
1999-10-27removed cvs history logs and old commentsBrian Paul
1999-10-27removed glXGetProcAddressEXTBrian Paul
1999-10-27removed gluGetProcAddressEXT()Brian Paul
1999-10-26better texture matrix, better end-cap reflections on cylinderBrian Paul
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul
1999-10-23more comments, removed unneeded glDepthFunc callBrian Paul
1999-10-22added gloss demoBrian Paul
1999-10-22initial revBrian Paul
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul
1999-10-22removed revision history infoBrian Paul
1999-10-22define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing if not using Mesa's gl.hBrian Paul