misc updates to match latest device driver changes
[mesa.git] / src / mesa / tnl /
2001-02-04 Keith WhitwellFast no-copy drawarrays for large tristrips
2001-01-29 Brian Paulonly compute separate specular if texturing really...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-13 Keith Whitwellfix conform dlist test
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith WhitwellAdd call to Driver.RenderPrimitive()
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-03 Brian Pauladded divide by zero check
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-27 Keith WhitwellFix evalpoints bug (samples/nurb)
2000-12-27 Keith Whitwellfix sproingies bug
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith Whitwellfix xscreensaver cores
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-11-27 Jouk Jansen Modified Files:
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-11-20 Keith Whitwellfix lvalue cast on ctx->swtnl_im
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories