New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module.
[mesa.git] / src / mesa / tnl / t_context.c
2007-12-09 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-10-31 Brianremove dead program cache code
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Brianfix a fragment fog regression
2007-03-27 Brianmore parenthesis
2007-03-27 Brianadd parenthesis around a bit-wise AND term in _tnl_Inva...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 BrianWhen computing render_inputs_bitset, omit primary color...
2007-03-21 Brianmerge from master
2007-03-19 BrianProperly compute render_inputs_bitset when using a...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Brianvarying changes
2006-12-13 BrianCheckpoint work for new GLSL compiler back-end.
2006-11-22 Roland Scheideggerremove unneded call to _tnl_invalidate_state() in _tnl_...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-10-31 Keith Whitwellpickup structs from vbo.h
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-11 Michal KrolMore GLSL code:
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-22 Keith WhitwellMake sure tnl->_DoVertexFog is kept uptodate. Fixes...
2005-11-05 Brian Paulremove unneeded #includes
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-06-27 Brian Paulinclude t_vp_build.h
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-05-10 Keith WhitwellUpdate for FragmentProgram._Active
2005-04-26 Brian Paultweak previous fog/fragment program fix
2005-04-26 Brian Paulenable fog render input if fragment program fog option set
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-15 Ben CrossmanReverted the last change back to fix bug 3035
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-05 Daniel Borcaprotected all codegen behind AllowCodegen
2004-03-29 Keith WhitwellFirst round of codegen for t_vtx_api.c -- ie the Begin...
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.
2003-12-13 Brian Paulcall _ae_destroy_context() and _ae_invalidate_state...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-02-04 Brian Pauladded a comment for _tnl_need_projected_coords()
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-08-21 Brian Paulreplace Current.Color with Current.Attrib[VERT_ATTRIB_C...
2002-08-21 Keith Whitwellupdate colormaterial state on swtcl wakeup
2002-04-19 Brian Paulpass context pointer to _tnl_free_immediate(), removed...
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-02-13 Keith WhitwellMore suport for t&l drivers
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
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-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-09 Keith Whitwellfix possible segfault on destroy context
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-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
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-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
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-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories