mesa.git
1999-11-08 Brian Paulheader includes clean-up (Daryll)
1999-11-08 Brian Paulchanges to silence MSVC warnings
1999-11-08 Brian Paulflush pb after each line segment - for conformance
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-11-05 Gareth HughesAdded filename, line number output for debugging messages.
1999-11-05 Ted Jumpturned off 'conditional expression is constant' warning...
1999-11-05 Brian Paulremoved printf's
1999-11-05 Brian Pauladded xfont demo
1999-11-05 Brian Paulnew xfont demo
1999-11-05 Brian Paulclean-up to reduce MSVC warnings
1999-11-04 Keith WhitwellFix for glerror on compilation of list containing gldra...
1999-11-04 Gareth HughesMajor winding rule updates, especially stacked contour...
1999-11-04 Gareth HughesUpdated demo for new GLU 1.3 tessellation. Added optim...
1999-11-04 Gareth HughesChanged ($MAKE) to $(MAKE) to allow real-clean to work...
1999-11-04 Miklos FazekasAdded glColorTable, etc.
1999-11-03 Brian Paulinclude assert.h with rest of system headers
1999-11-03 Josh Vanderhoofswap operand order for Intel style REGOFF
1999-11-03 Brian Pauladded another fast-path in _mesa_unpack_ubyte_color_spa...
1999-11-03 Brian Paulnew texture image processing
1999-11-02 Brian Paulnew texture image, cleaned-up code
1999-11-02 Brian Pauladded linux-glide-debug config
1999-10-31 Brian Paulfixed a typo in a comment
1999-10-30 Ted JumpChanged over to maximal warnings on Win32 builds.
1999-10-30 Ted JumpAdded checking for FXMESA_USE_ARGB to disable pixel...
1999-10-30 Brian Paulpixel pack/unpack ImageHeight and SkipImages was not...
1999-10-30 Brian Pauladded a few more scale/bias/lookup functions (for futur...
1999-10-28 Brian Paulminor changes to Usage() function
1999-10-27 Brian Paulremoved -lm from link command
1999-10-27 Brian Pauladded -lm to XLIBS for all configs
1999-10-27 Brian Pauldisabled glXGetProcAddress code
1999-10-27 Brian Pauldisabled gluGetProcAddressEXT
1999-10-27 Brian Paulremoved cvs history logs and old comments
1999-10-27 Brian Paulremoved glXGetProcAddressEXT
1999-10-27 Brian Paulremoved gluGetProcAddressEXT()
1999-10-26 Brian Paulbetter texture matrix, better end-cap reflections on...
1999-10-26 Brian Paulfixed stupid error in GL_RGA case in gl_pack_rgba_span()
1999-10-23 Brian Paulmore comments, removed unneeded glDepthFunc call
1999-10-22 Brian Pauladded gloss demo
1999-10-22 Brian Paulinitial rev
1999-10-22 Brian Paulfixed byteswapping bug in gl_pack_rgba_span()
1999-10-22 Brian Pauladded optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pac...
1999-10-22 Brian Paulremoved revision history info
1999-10-22 Brian Pauldefine GLUAPI, GLAPIENTRY and GLCALLBACK to nothing...
1999-10-22 Brian Paulminor clean-up of linux-elf-debug target
1999-10-22 Brian Paulapplied Jonn Carmack's patch for faster glTexSubImage2D...
1999-10-21 Brian Pauladded f key to toggle front/back drawing
1999-10-21 Brian Pauladded -info command line option
1999-10-21 Brian Paulupdated some comments/docs
1999-10-21 Brian Paulsilenced some uninitialized var warnings
1999-10-21 Brian Paulsilenced ininitialized var warnings
1999-10-21 Brian Paulsilenced uninitialized variable warnings
1999-10-21 Ted JumpAdded pragma to disable warning about unk pragmas for...
1999-10-20 Brian Paulclean-up of optimized GL_RETURN code
1999-10-20 Brian Paulfixed divTable precision problem in GL_RETURN case
1999-10-20 Brian Paulenable lighting even if no light sources are turned on
1999-10-20 Holger Waechtleradded X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCES
1999-10-20 Ted JumpMinor patches to cleanup some compiler warnings in...
1999-10-19 Brian Paulfixed a number of error-test bugs
1999-10-19 Brian Paulmore image type error checking in draw_stencil_pixels()
1999-10-19 Brian Paulclean-up in gl_LightModelfv()
1999-10-19 Brian Pauladded more format/type error checking code
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-17 Brian PaulGL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values
1999-10-17 Brian Paulnegative offsets to TexSubImage w/ texture borders...
1999-10-17 Brian Pauladded glGet cases for vertex array enable state
1999-10-17 Brian Paulmore ARB_imaging colortable functions
1999-10-17 Brian Pauladded missing GL_ARB_imaging color table functions
1999-10-16 Miklos FazekasFixed a MacOS specific compile error.
1999-10-16 Miklos FazekasAdded glGetMinmax
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-16 Brian Paulremoved GL_EXT_get_proc_address
1999-10-15 Brian Pauladded sco5 config
1999-10-15 Brian Paulreplaced glGetMinMax() with glGetMinmax()
1999-10-14 Brian Paulfixed an RGB vs CI bug in overlay visual selection
1999-10-14 Gareth HughesAdded point_contour_test, taken from O'Rourke 1998.
1999-10-13 Ted JumpFixed parameter type for notify function pointer parame...
1999-10-13 Gareth HughesRemoved CVS logs from files, as they were getting rathe...
1999-10-13 Gareth HughesAdded edge flag callback support.
1999-10-13 Brian Paulnow using MALLOC, CALLOC, FREE, etc macros
1999-10-13 Brian Paulremoved GL_ prefix from memory macros
1999-10-13 Brian Pauluse texture objects now
1999-10-12 Gareth HughesFixed delete_all_contours memory deallocation.
1999-10-12 Gareth HughesUpdated memory allocation to allow new macros to be...
1999-10-11 Gareth HughesRenamed GLUtesselator user data pointer to avoid confusion.
1999-10-11 Gareth HughesCorrectly initialized GLUtesselator user data pointer.
1999-10-11 Gareth HughesAllow debugging output capture under Win32. This seems...
1999-10-11 Gareth HughesUpdated debugging output. I'm going to change it all...
1999-10-11 Jouk JansenRepaired definition of GL_CALLOC_STRUC
1999-10-11 Jouk Jansen#include <stdlib.h>
1999-10-11 Jouk Jansen#include <assert.h>
1999-10-11 Jouk Jansen misc -> glmisc
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Paulfixed dumb typo
1999-10-10 Brian Paulnow using GL_MALLOC, GL_FREE
1999-10-10 Brian Pauladded memory macros
1999-10-09 Josh Vanderhoofno underscore prefix for freebsd >= 3 (Simon Walton)
1999-10-09 Brian Paultexture units now share default texture objects
1999-10-09 Brian Paulfixed reference count bug in save_TexImage3DEXT()
1999-10-08 Keith Whitwellfixed voodoo initialization
next