Be more consistant with paths in #includes. Eventually, eliminate a bunch of -I...
[mesa.git] / src / mesa / tnl / t_context.h
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-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brianremove unused VaryingPtr
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-10-31 Keith Whitwellpickup structs from vbo.h
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-09-25 Keith Whitwellbring in active_sz mechanism from i965 driver. Fixes...
2006-07-19 Brian PaulSeveral loops over the map1/2 evaluator arrays were...
2006-06-29 Tilman Sauerbeckadded _TNL_NUM_GENERIC
2006-06-27 Brian PaulDon't use nested struct definitions in tnl_clipspace_fa...
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
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.
next