fix evaluator data and matrix stack mem leaks (Robert Bergkvist)
[mesa.git] / src /
2002-02-05 Brian Paulfix evaluator data and matrix stack mem leaks (Robert...
2002-02-04 Brian PaulClean-up and remove dead code related to depth/stecil...
2002-02-02 Brian Paulremoved references to removed source files
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-30 Brian Pauldon't use affine/persp_textured_triangle funcs when...
2002-01-30 Brian Paulreturn GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS...
2002-01-30 Brian Paulreplace GLushort w/ GLubyte in DEST_4US template (fixes...
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-25 Brian Paulmore info about building for Motif
2002-01-22 Brian Pauladded missing IsEnabled() cases for fog coord and secon...
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-21 Brian Paulminor update
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2002-01-16 Brian Paulchanged PB (pixel buffer) to use texcoord[4] array
2002-01-16 Brian Paulset PB->haveSpec in line functions that emit specular...
2002-01-16 Brian Pauladded another test in regions_overlap() (Klaus)
2002-01-16 Brian Paullatest changes from Klaus
2002-01-16 Karl SchultzFixes for 24-bit Windows devices. The old code was...
2002-01-15 Brian Pauladded some missing error checks
2002-01-15 Brian PaulFixed Windows compile problem with gl__unused413()...
2002-01-15 Karl SchultzCorrect typo (vpstate.c) so that makefile works.
2002-01-15 Karl SchultzRemove phantom tab on a blank line to allow compile...
2002-01-15 Brian Paulremoved api_compat stuff
2002-01-15 Karl SchultzFixed pixel color component problem and clear code...
2002-01-15 Karl SchultzRemove trailing CR's. No logical changes.
2002-01-14 Brian Paulremove api_compat.c
2002-01-14 Brian PaulRemoved api_compat stuff, there's a better way.
2002-01-14 Brian Pauloops, missed vpstate.c
2002-01-14 Brian Pauladded vertex program sources
2002-01-12 Brian Pauldon't apply scissor box in read_fast_rgba_pixels()
2002-01-12 Brian Pauladded some comments
2002-01-12 Brian Paulupdated some comments
2002-01-12 Brian Paulset _NeedEyeCoords to zero if vertex program is enabled
2002-01-11 Brian PaulChanged gl_client_array's Enabled field to GLuint so...
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 Paulfixed int->float conversion bug in _mesa_TexEnviv()
2002-01-09 Brian Paulfixed GL_REPLACE / GL_RGB bug
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 Paulfix bug 498555 - test for __GNUC__
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 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 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 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 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 SchultzAdd .cc as a valid suffix.
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 Paulminor tweaks
2001-12-14 Brian Paulminor dispatach table changes
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 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 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
next