Make the vertex program source register Index field a signed int since
[mesa.git] / src / mesa / tnl /
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-15 Brian PaulCheck for null program->Parameters pointer in validate_...
2005-07-15 Brian Pauladded comments
2005-07-13 Keith WhitwellUse the LDEXPF wrapper macro.
2005-07-13 Keith WhitwellWrap RESTORE_FPU/RND_NEG_FPU declarations with check...
2005-07-10 Keith WhitwellAdd runtime compiled x87 implementations for most of...
2005-07-01 Karl SchultzUse frexp on Windows; frexpf is not available.
2005-07-01 Brian Paulreplace some free() calls with _mesa_free()
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-28 Brian Pauljust code clean-ups and new comments
2005-06-27 Brian Paulinclude t_vp_build.h
2005-06-27 Brian Pauladded _tnl_ProgramCacheDestroy() prototype
2005-06-27 Brian Paulmake create_new_program() static
2005-06-21 Brian Paulinclude light.h to silence warning
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-14 Jouk Jansen Committing in .
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellAllow the print opcode to compile
2005-06-10 Keith WhitwellFix typo in spot attenuation
2005-06-10 Keith WhitwellCorrect test for attenuation.
2005-06-10 Keith WhitwellFix colormaterial flag calculations.
2005-06-10 Keith WhitwellAdd notes about intended precision of opcodes.
2005-06-09 Keith WhitwellFix a couple of buglets
2005-06-09 Keith WhitwellAnother typo
2005-06-09 Keith WhitwellFurther clean up RoughApproxPow2 and disable the optimi...
2005-06-09 Keith WhitwellFix typo in RoughApproxPow2
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-09 Keith WhitwellBuild vertex programs using state from a 'state key...
2005-06-08 Keith WhitwellTurn off debug
2005-06-08 Keith WhitwellRuntime generate sse/sse2 code for some vertex programs...
2005-06-08 Keith WhitwellNew arguments for sse_shufps()
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...
next