Use ALIGN_MALLOC for parameter lists.
[mesa.git] / src / mesa / tnl /
2005-06-08 Keith WhitwellRemove ARL opcode from interpreter.
2005-06-08 Keith Whitwellnew file
2005-06-07 Keith WhitwellInitialize some variables.
2005-06-07 Keith WhitwellSplit out runtime assembly functions.
2005-06-07 Keith WhitwellSimplify interpreted language:
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-20 Jouk Jansen Committing in .
2005-05-19 Keith WhitwellInvalidate current fastpath on changes to attribute...
2005-05-19 Keith WhitwellCope with the common 3ub and 1ub cases.
2005-05-19 Keith WhitwellRe-initialize viewport shadows each time.
2005-05-19 Keith WhitwellRename emit functions to reflect instruction set in...
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-05-18 Keith WhitwellFix a few typos, initialize p->identity.
2005-05-18 Keith WhitwellEliminate a couple of swizzles.
2005-05-18 Keith WhitwellGenerates working SSE code for gears under the swrast...
2005-05-18 Keith WhitwellCheckpoint commit: Preliminary version of a facility...
2005-05-17 Brian Pauldon't include strings.h
2005-05-12 Keith WhitwellTurn disassem off (oops).
2005-05-12 Keith WhitwellWhen lighting is enabled, but no lights are enabled...
2005-05-11 Keith WhitwellUse _mesa_memset rather than memset
2005-05-11 Keith WhitwellRename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
2005-05-10 Keith WhitwellEnsure programs don't overflow allocated instruction...
2005-05-10 Keith WhitwellImproved detection of program changes.
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellMissing from previous commit
2005-05-10 Keith WhitwellUpdate for FragmentProgram._Active
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-05-03 Keith WhitwellImport all texture coordinate arrays. Import them...
2005-04-29 Keith WhitwellFormat for 80 columns. Add alternate matrix mul based...
2005-04-29 Keith WhitwellAdd DISASSEM define, similar to other program generator...
2005-04-28 Brian Paulfix _tnl_copy_to_current() so that current edge flag...
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-25 Keith WhitwellEnsure all VB->AttribPtr[] are populated. Reported...
2005-04-23 Keith WhitwellFix the worst problems with dangling edgeflag references in
2005-04-22 Keith WhitwellMove the call to _tnl_UpdateFixedFunctionProgram to...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellFacility to construct a vertex program which executes...
2005-04-21 Keith WhitwellNew software implementation of ARB_vertex_program....
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-03-02 Alan Hourihaneuse COPY_CLEAN_4V macro to replace using both ASSIGN_4V...
2005-03-02 Brian PaulAdded a bunch of new comments, minor code clean-ups.
2005-03-02 Brian PaulUsing glColor3 commands to update materials could resul...
2005-02-28 Brian Pauladditional parenthesis in TNL_CONTEXT macro (Nicolai...
2005-02-14 Daniel Borca`static const' instead of `const static'
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2005-02-10 Keith WhitwellCatch no-op vertex buffers consisting only of vertices...
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-18 Keith WhitwellFix calculation of last_count in _tnl_wrap_buffers()
2005-01-16 Brian Paulmake tnl_clipspace_attr->insert field const, to silence...
2005-01-12 Keith Whitwellfree buffer in t_vertex_c.c on context delete
2005-01-10 Keith WhitwellFix segfault in pipes by dealing with stride == 0 case...
2005-01-08 Felix KuehlingAdded missing break; to fix infinite recursion between...
2005-01-07 Keith WhitwellAnd fix the obvious bugs in higher-numbered templates.
2005-01-07 Keith WhitwellTemplatize the fastpaths.
2005-01-07 Keith WhitwellAdd some more hardcoded fastpaths.
2005-01-07 Keith WhitwellCope with the possibility that incoming vectors may...
2005-01-06 Daniel Borcasolved classic "char*" vs "char[]" conflict. we were...
2005-01-05 Keith WhitwellMake the format of the fastpaths cleaner at the expense...
2005-01-05 Keith WhitwellGive attributes with zero-stride a count of 1 to make...
2005-01-05 Keith WhitwellAdd a couple of hardwired fastpaths to t_vertex.c.
2005-01-05 Keith WhitwellIf there is only one normal, don't transform it multipl...
2004-12-03 Brian Paulre-disable TRACE
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Alan HourihaneFix some warnings
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-01 Daniel Borcasmall aesthetic correction
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-17 Ian RomanickAdd ARGB modes to support big-endian systems.
2004-09-17 Eric AnholtSymbol names are prepended with an underscore on CYGWIN...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-22 Brian Pauldon't use __FUNCTION__ - not portable
2004-08-19 Jouk Jansen Committing in .
2004-08-18 Brian Paulupdates from Jouk
2004-08-14 Karl SchultzUpdate Visual Studio Project file for src tree updates.
2004-08-14 Karl SchultzMinor tweaks to deal with vsnprintf and __FUNCTION__...
2004-08-10 Brian Pauladded some handy debug code (disabled)
2004-07-23 Brian Paulminor comments
2004-07-02 Brian Pauldisable some debug printfs
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-07-01 Keith WhitwellAdd t_context.h include for drivers.
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-20 Daniel Borcadoc update; minor changes
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-04-20 Keith WhitwellSimplify last fix slightly, apply to vtx paths as well.
2004-04-20 Keith WhitwellWhen upgrading copied vertices, distinguish between...
2004-04-16 Keith WhitwellMake sure ctx->Driver.NeedFlush is set for Eval-generat...
2004-04-13 Daniel Borcaupdated Glide driver documentation
2004-04-12 Ian RomanickMissed one with the last commit.
2004-04-12 Ian RomanickConditionally compile code for x86 specific TNL codegen...
2004-04-07 Brian Pauluse # comments instead of //, etc (ajax@nwnk.net)
next