mesa.git
2002-01-11 Brian PaulMoved _mesa_VertexAttribPointerNV into varray.c.
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2002-01-10 Brian Paulinit whole immediate struct to zero
2002-01-09 Brian Pauladded glTexEnviv bug fix
2002-01-09 Brian Paulfixed int->float conversion bug in _mesa_TexEnviv()
2002-01-09 Brian Pauladded GL_REPLACE / GL_RGB texture bug fix
2002-01-09 Brian Paulfixed GL_REPLACE / GL_RGB bug
2002-01-09 Brian Pauladded GL_BLEND/texenv color bug fix
2002-01-09 Brian Paultexture env color wasn't used correctly in GL_BLEND...
2002-01-08 Brian Paulcompile with -DNDEBUG
2002-01-08 Brian Paulwork-around for QNX compiler problem
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian Paulminor clean-ups
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2002-01-05 Brian Paulcomments, clean-ups, added lots of const qualifiers
2002-01-05 Brian Paulcomments, clean-ups, added lots of const qualifiers
2002-01-04 Brian Paultest multitexture and vertex arrays
2002-01-04 Brian Pauladded some assertions to exercise glIsTexture()
2002-01-04 Brian Pauladded info about which drivers work and don't work
2002-01-04 Brian Paulfix bug 498555 - test for __GNUC__
2002-01-04 Gareth Hughes- Clean up state bitmask.
2002-01-03 Brian Paulregenerated from updated glsparcasm.py script
2002-01-03 Brian Pauldon't use macros, just expand them in-line
2001-12-28 Gareth HughesAdd missing items from .cvsignore files, tests/Makefile
2001-12-28 Gareth HughesRemove warnings about the difference between function...
2001-12-21 Keith Whitwelladd _compat_VertexAttrib4fNV
2001-12-20 Karl SchultzDefine finite as _finite for Windows.
2001-12-20 Keith WhitwellFurther help with dri libGL version skew
2001-12-20 Keith WhitwellFix clipping problem on mga
2001-12-19 Brian Paulsome display list support for vertex program extension
2001-12-19 Brian Pauladded separate specular bug fix to 4.0.1 list
2001-12-19 Brian Paulfix a comment typo
2001-12-19 Brian Paulhave to clamp color+specular in _swrast_add_spec_terms_...
2001-12-19 Brian Paulremove some cruft
2001-12-18 Brian Paulbring 4.0.1 info into trunk
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-17 Brian Pauldisable prototype matrix stack code
2001-12-17 Jouk Jansen Committing in .
2001-12-17 Brian Pauladded some debug printfs (disabled)
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-17 Brian Paulremove conditional in RESET_STIPPLE to fix conformance...
2001-12-16 Brian Paulupdated vertex buffer identifiers
2001-12-15 Brian Paulwarp a quadmesh with a gravitational source via vertex...
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...
next