Allow different max texture sizes for 1/2D, 3D and cube maps.
[mesa.git] / src / mesa / tnl / t_context.h
2001-06-04 Keith WhitwellAdaptor code that lets tnl convert compiled (display...
2001-06-01 Brian Pauladded minor comments
2001-05-31 Brian Paulswapped in/out arguments to interp_func. Improved...
2001-05-16 Keith Whitwellfix for Jouk's glplanet bug
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-26 Keith Whitwellfirst pass at eval fixes
2001-04-09 Keith WhitwellPerform fixup on material values
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-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-27 Keith WhitwellFix evalpoints bug (samples/nurb)
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
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 Keith Whitwellfix lvalue cast on ctx->swtnl_im
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories