added GL_ARB_texture_border_clamp
[mesa.git] / src / mesa / tnl /
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesClean up install, restore for exec vtxfmts.
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Pauladded fog coord clamping
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-14 Brian Paulfixed a CI-mode spot light conformance failure, but...
2001-02-13 Brian Paulfixed a CI mode segfault, minor clean-ups
2001-02-13 Brian Paulgl_error clean-ups
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
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