pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's...
[mesa.git] / src / mesa / tnl / t_context.h
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-11 Michal KrolMore GLSL code:
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-01 Keith WhitwellClean up clipping somewhat
2005-11-16 Brian PaulAdded error checking in _tnl_Begin to detect incomplete...
2005-11-01 Keith WhitwellAdd a NotifyInputChanges() callback so that drivers...
2005-10-31 Aapo TahkolaImprove tnl program searching performance.
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-05-19 Keith WhitwellInvalidate current fastpath on changes to attribute...
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-04-23 Keith WhitwellFix the worst problems with dangling edgeflag references in
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-02-28 Brian Pauladditional parenthesis in TNL_CONTEXT macro (Nicolai...
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-16 Brian Paulmake tnl_clipspace_attr->insert field const, to silence...
2005-01-05 Keith WhitwellAdd a couple of hardwired fastpaths to t_vertex.c.
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-03-31 Keith Whitwelldynfn --> _tnl_dynfn
2004-03-29 Keith WhitwellFirst round of codegen for t_vtx_api.c -- ie the Begin...
2004-03-15 Keith WhitwellStreamline the error path in VertexAttrib functions...
2004-03-13 Brian PaulAdded some comments. Minor const, int->GLint type...
2004-02-24 Brian Paulturns out we probably need a _tnl_allow_pixel_fog(...
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2004-01-01 Brian Paulwhitespace changes and new comments
2003-12-09 Keith WhitwellCall UpdateMaterials when they have changed
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
2003-05-01 Brian Paulmore docs (Klaus Niederkruger)
2003-04-28 Brian Paulnew comments (Klaus Niederkruger)
2003-03-31 Brian Paulreduce memory needed for vertex attributes (allocate...
2003-03-28 Brian Paulminor clean-ups, comments, etc
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-09 Brian Paulremoved old VERT_* defines, use VERT_BIT_* instead
2002-06-23 Brian PaulAdded new bitfields to tnl_eval_store for NV_vertex_pro...
2002-04-19 Brian Paulpass context pointer to _tnl_free_immediate(), removed...
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-04-04 Karl Schultzcasts to silence compiler warnings
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
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