mesa.git
2001-12-15 Brian Paulrotating, lit torus via vertex program
2001-12-15 Brian Pauldivide by W and clipping now work - in pretty good...
2001-12-15 Brian Paultemporary hack for divide by W
2001-12-15 Brian Paulbetter api trace/log messages
2001-12-15 Brian Paulvertex program fixes
2001-12-15 Brian Pauldisable debug printf's, fix a crash
2001-12-15 Brian Paulfree the NormalLengthPtr if non-null in _tnl_free_immed...
2001-12-14 Brian Pauladded newline characters to trace strings
2001-12-14 Karl SchultzUse $(MAKE) on the irix targets, instead of hard-coding...
2001-12-14 Karl SchultzAdd .cc as a valid suffix.
2001-12-14 Karl SchultzCleanup for IRIX 6 platforms. Build src-glu instead...
2001-12-14 Karl SchultzFix up targets for
2001-12-14 Karl SchultzRemove rules that were put into place to deal with...
2001-12-14 Brian Pauls/glxGetProcAddress/glXGetProcAddressARB/
2001-12-14 Brian Pauloops, wrong value for GLX_SAMPLES
2001-12-14 Brian Pauladded GLX_SAMPLE_BUFFERS, GLX_SAMPLES
2001-12-14 Brian Paulminor tweaks
2001-12-14 Brian Paul4.1 extensions
2001-12-14 Brian Paulplanned extensions for 4.1
2001-12-14 Brian Paulminor dispatach table changes
2001-12-14 Brian Paulvertex program test program
2001-12-14 Brian Paulvertex program check-in
2001-12-14 Brian Pauladd dispatch offsets for vertex program functions
2001-12-13 Karl SchultzRemove const from save_TexParameteri to match prototype...
2001-12-13 Karl SchultzAdded missing entry points
2001-12-13 Brian Paulfixed errors in feedback for glDraw/CopyPixels and...
2001-12-13 Brian Paulspecial case blend optmizations (Jeremy Fitzhardinge)
2001-12-13 Brian Paulcall FLUSH_VERTICES() in _mesaTexParameterfv() (bug...
2001-12-13 Keith Whitwellfix for ubyte colors
2001-12-13 Keith Whitwellfix primitive calculation in 1-line dlist immediates...
2001-12-11 Keith Whitwellfix glut tess lockup
2001-12-05 Brian Pauladded enums for GL_ARB_depth_texture/shadow/shadow_ambi...
2001-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-12-04 Brian Paulfixed potential array overwrite problem
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-12-04 Keith Whitwellfurther tweak to dlist change
2001-12-03 Keith Whitwellguard ResetStipple calls
2001-12-03 Keith Whitwellfx another place where PRIM_PARITY is calculated
2001-12-03 Keith Whitwellsimplify drawarrays paths
2001-12-03 Keith Whitwellavoid side-effects in macro param
2001-12-03 Keith Whitwellcorrectly reset input after dlist execution
2001-11-30 Karl SchultzCorrected bad line breaks in macro definitions within...
2001-11-30 Karl SchultzAdd darwin target
2001-11-30 Karl Schultzmalloc() prototype is in stdlib.h for darwin
2001-11-30 Alan HourihaneDon't reset _tnl_CurrentInput when in DestroyContext.
2001-11-29 Karl Schultzmain trunk is now 4.1
2001-11-29 Karl Schultzupdate to version 4.0
2001-11-29 Karl SchultzUpdate notes on si-glu NURBS.
2001-11-29 Karl SchultzFix compilation errors and warnings for NURBS support...
2001-11-29 Keith Whitwelluse smaller buffer when decomposing large drawarrays...
2001-11-28 Brian Paulupdated comment about CHAN_BITS
2001-11-28 Brian Pauluse v2 color, not v0 in flat_ci_triangle()
2001-11-27 Brian Pauluse glXGetProcAddressARB to avoid extension linkage...
2001-11-27 Brian Pauldon't directly call glSecondaryColor*EXT() or glFogCoor...
2001-11-26 Brian Pauldon't use near and far for parameter names
2001-11-26 Karl Schultzavoid using near and far as variable names since they...
2001-11-26 Brian Paulfix some warnings
2001-11-26 Keith WhitwellPossible fix for vtk tristrip bug
2001-11-23 Brian Paulfix for bug 474479, remove Trace/* stuff
2001-11-23 Brian Paulfixed bug 484142, missing backslash
2001-11-22 Keith WhitwellAnother locked drawarrys fix
2001-11-21 Brian Paulminor update
2001-11-19 Keith Whitwell3dnow normalize_normals broken, disable
2001-11-19 Keith Whitwellpossible fix for cva ignore start index bug
2001-11-19 Brian PaulMore span rendering optimizations from Klaus Niederkrueger
2001-11-19 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-19 Brian Paulfixed a glitch
2001-11-19 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian Paultest for glXGetProcAddress()
2001-11-18 Brian Paulremove -DMESA_TRACE from linux-debug config
2001-11-18 Brian Paulremove Glide and SVGA support from mesa-debug config
2001-11-18 Brian Paulincluded by glapi.c
2001-11-18 Brian PaulAPI dispath updates
2001-11-18 Brian Paulnew, simpler API specification file
2001-11-18 Brian Paulnew Python API generator scripts
2001-11-18 Brian Pauladded missing const to glXGetContextIDEXT() prototype
2001-11-13 Brian Paulimproved AA subpixel sample positions (Ray Tice)
2001-11-12 Brian PaulBeOS thread support (Philippe Houdoin)
2001-11-09 Brian Paulfix typedef problem found with MSDev 6.0
2001-11-09 Brian Pauladded GLX 1.4 function manglers
2001-11-09 Brian Pauladded 1.3 function manglers
2001-11-09 Brian Pauldefine GL_VERSION_1_3 (doh!)
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-11-03 Brian Paulfix error in error checking conditional (bug 476846)
2001-11-02 Brian Paulinit the hash table mutex in _mesa_NewHashTable (Won...
2001-11-01 Karl SchultzUpdates for improved DirectDraw support (Daniel Slater)
2001-11-01 Brian Pauladded some (void *) casts to silence gcc 2.96 warnings
2001-10-26 Karl SchultzChange name of glut lib from glut32 to MesaGlut.
2001-10-26 Karl SchultzCopy the readtex.[ch] files from ../util
2001-10-25 Brian Pauladded a bunch of missing breaks for multisample gets
2001-10-22 Brian Paultemplate for 4.1 release notes
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-10-22 Brian Pauladded latest bug fixes
2001-10-22 Brian Paulapplied Andrew Lewycky's patches
2001-10-20 Keith Whitwellforgotten diffuse alpha fix
2001-10-18 Jouk Jansen Committing in .
2001-10-17 Brian Pauladded a few comments
next