mesa.git
2000-03-27 Brian Paulput _mesa prefix on some functions
2000-03-27 Brian Pauladded missing glEnd() call (Tim Beckmann)
2000-03-27 Jon TaylorMinor fixups
2000-03-24 Brian Paulfixed a Driver.TexImage call typo, misc clean-up
2000-03-24 Brian Pauladded texutil.c source
2000-03-24 Brian Paulinitial check-in
2000-03-24 Brian Paulversion 4, all extensions up to 197, added some missing...
2000-03-23 Brian Pauladded benchmarking
2000-03-23 Brian Paulchanged some Linux -O2 flags to -O3
2000-03-23 Brian Pauladded new texture image functions, minor clean-up
2000-03-23 Brian Pauladded some comments and new texture image functions
2000-03-23 Brian Paulreplaced HaveTexObj with UseTexObj
2000-03-23 Brian Pauladded 3.3 To Do items
2000-03-23 Brian Paulremoved some unpopular extensions (now in glext.h)
2000-03-23 Brian Paulreplaced decode_internal_format() with _mesa_base_tex_f...
2000-03-23 Brian Paulmore clean-up and rearranging
2000-03-22 Brian Pauladded instructions to build widgets-sgi
2000-03-22 Brian Paulminor tweaks
2000-03-22 Brian Pauladded Daryll's patches for texture alignment
2000-03-22 Brian Pauladded code to die on FP exceptions if DEBEG env var...
2000-03-22 Brian Paulchanged TDA to [4] for glMaterialfv() calls
2000-03-22 Brian Paulconverted from GL_EXT_texture3D to GL 1.2
2000-03-22 Brian Paultweaked the animation rate
2000-03-22 Brian Paulupdated renderer string version to 20000322
2000-03-22 Brian Paullots of changes for single-copy texture image DD interface
2000-03-22 Brian Paulfixed Cygwin patch typos
2000-03-21 Brian Paulremoved a few const keywords because of mutex calls
2000-03-21 Brian Pauladded more locking
2000-03-21 Brian Paulremoved retainInternalCopy from TexSubImage functions
2000-03-21 Brian Paulmade _mesa_native_packing const
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-21 Brian Paulclean-up of texture image construction
2000-03-21 Brian Pauladded _mesa_image_row_stride()
2000-03-20 Brian Paulmore reorganization and clean-up
2000-03-20 Brian Paulrearranged order of some functions
2000-03-20 Brian Pauladded new TexImage and TexSubImage functions
2000-03-20 Brian Pauladded new_texture_image()
2000-03-20 Brian Pauladded lodbias demo
2000-03-20 Brian Paulinitial check-in
2000-03-20 Brian Pauladded more extensions, now at version 3
2000-03-20 Brian Paulremoved test for MESA symbol
2000-03-20 Brian PaulCygwin changes, removed two ARB extensions, now in...
2000-03-20 Brian Paulpatched for Cygwin (Sven Panne)
2000-03-20 Brian Pauladded device driver functions for CopyTexImage, CopyTex...
2000-03-20 Brian Pauladded aa triangles
2000-03-19 Brian Paulremoved GL_FXMESA_global_texture_lod_bias extension
2000-03-19 Brian Paulremoved debug printf
2000-03-19 Brian Paulupdated for Mesa 3.3
2000-03-19 Brian Paulfixed compiler warnings on BeOS R4
2000-03-19 Brian Pauladded glext.h to tar file list
2000-03-18 Brian Paulremoved MGL files
2000-03-18 Brian Paulcolors were computed incorrectly (Hans Nelles)
2000-03-17 Brian Paulsilence some warnings
2000-03-17 Brian Pauladded missing error checks
2000-03-17 Brian Paulremoved old Depth buffer pointer var
2000-03-16 Keith Whitwellfix for tristrip bug and unfilled quad/polygon bug
2000-03-13 Brian Paulremoved old comment
2000-03-13 Brian Paulfixed polygon stipple packing/unpacking
2000-03-13 Brian Pauladded final GL_HP_occlusion_test values
2000-03-13 Jouk Jansen Committing in .
2000-03-11 Brian Paulgave temp values to GL_HP_occlusion_test tokens
2000-03-11 Brian Paulinitial implementation of GL_HP_occlusion_test extension
2000-03-10 Brian PaulglPopAttrib() now calls Driver's ClearColor, ClearIndex...
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Paulminor clean-up
2000-03-07 Brian Paulimplemented FX_grSstPerfStats()
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias
2000-03-07 Brian Pauladded GL_HP_occlusion_test, GL_EXT_texture_lod_bias
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Paulmade gl_make_fog_coords() static
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-06 Brian Paulnow save Targa image. misc clean-up
2000-03-06 Brian Pauladded demos/geartrain
2000-03-06 Brian Pauladded geartrain
2000-03-06 Brian Paulinitial check-in
2000-03-06 Brian Paulfixed off-by-one errors in matrix stack setup/cleanup
2000-03-06 Jouk Jansen Committing in .
2000-03-03 Brian Paulremoved obsolete logicop function
2000-03-03 Brian Pauladded LineWidth device driver function
2000-03-03 Brian Pauldepth buffer change, BGR/RGB setup change
2000-03-03 Brian Paulclean-up warnings
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulsave ColorTable and ColorSubTable commands
2000-03-03 Brian Paulmoved device driver DrawPixels call
2000-03-03 Brian Pauladded device driver ReadPixels and CopyPixels functions
2000-03-03 Brian Paulremoved GLX_VERSION_1_3 for now
2000-03-03 Brian Paulchanges to _WIN32 test and APIENTRY test
2000-03-02 Brian Paulminor clean-up
2000-03-01 Brian Paulsimplification of GLNAME macro setup (David Dawes)
2000-03-01 Brian Paulinserted static const in make_null_texture()
2000-03-01 Brian Paulminor reformatting
2000-03-01 Brian Pauladded readpix program
2000-03-01 Brian Paultest glDraw/Read/CopyPixels()
2000-03-01 Brian Pauladded GL_GLEXT_VERSION_EXT
2000-03-01 Brian Paultest for GL 1.2
2000-02-28 Brian Pauladded proxy texture targets to GetColorTableParameter...
2000-02-28 Brian Pauladded GL_BGR and GL_BGRA support
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-27 Brian Paulchanged glXCopyContext() mask to unsigned long, per...
2000-02-27 Brian Pauladded a bit of GLAPIENTRY, APIENTRY setup
next