Added state debugging option (SAVAGE_DEBUG=state).
[mesa.git] / src / mesa / tnl /
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)
2004-04-07 Daniel Borcarevived linux-glide build process
2004-04-05 Jouk Jansen Committing in .
2004-04-05 Daniel Borcaprotected all codegen behind AllowCodegen
2004-04-05 Jouk Jansen Committing in .
2004-04-02 Brian Paulfix bad array indexing in _save_current_init() that...
2004-04-02 Daniel Borcagot rid of the notify routine as intermediate step
2004-04-02 Daniel Borcadisabled naughty cheats and protected the choosers...
2004-04-02 Daniel Borcaadded codegen'ed choosers
2004-04-01 Keith WhitwellRename _x86_ symbols to avoid conflict with r200 driver
2004-04-01 Keith WhitwellRemove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRY
2004-04-01 Felix KuehlingDefine empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM...
2004-04-01 Daniel Borcacodegen'ed versions of the 2nd level dispatch
2004-03-31 Daniel Borcafine-tuning x86 gcc codegen
2004-03-31 Keith Whitwelldynfn --> _tnl_dynfn
2004-03-30 Ian RomanickAdd #ifdef protection around the file to prevent DRI...
2004-03-29 Keith Whitwellnew files
2004-03-29 Keith WhitwellFirst round of codegen for t_vtx_api.c -- ie the Begin...
2004-03-15 Keith WhitwellSketch of codegen templates for t_vtx_api.c, not complete
2004-03-15 Keith WhitwellStreamline the error path in VertexAttrib functions...
2004-03-13 Brian PaulAdded some comments. Minor const, int->GLint type...
2004-03-01 Roland ScheideggerFix calling fallback_drawarrays() with the wrong arguments
2004-03-01 Michel DänzerInline get_size as an interim measure to get rid of...
2004-02-26 Brian Paulcheck for invalid vertex/fragment program in glBegin
2004-02-26 Brian Paulfix another glDrawArrays indexing bug, jump through...
2004-02-25 Brian Pauluse ABS(Z) when computing blend factors
2004-02-24 Brian Paulturns out we probably need a _tnl_allow_pixel_fog(...
2004-02-24 Brian PaulglDrawArrays loop was wrong
2004-02-17 Brian PaulA few more tweaks to fog code.
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-02-16 Keith WhitwellAdd _tnl_set_attr() to complement existing get_attr...
2004-02-13 Brian Paulnew comments, rename some stuff
2004-01-31 Brian Paulminor #ifdef fix
2004-01-31 Brian Pauladded _NEW_PROGRAM to check_state flags for pipeline...
2004-01-31 Brian Pauldon't call gl functions directly, jump through _glapi_D...
2004-01-30 Keith WhitwellFix extract_3f_xyw().
2004-01-27 Keith WhitwellCatch and shortcircuit no-primitive and no-vertex cases...
2004-01-26 Keith WhitwellFix for recursion in generic_copy_pv_extras.
2004-01-26 Brian Paulreplace MALLOC w/ CALLOC to silence valgrind warnings
2004-01-21 Keith WhitwellAnother mechanism to create vertices with holes - a...
2004-01-19 Keith Whitwellsome more count vs. end confusion
2004-01-15 Karl Schultzadd casts to quiet compiler warnings
2004-01-15 Brian PaulCosmetic changes.
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-14 Keith WhitwellFix up more confusions with count vs end in array functions
2004-01-13 Karl Schultzsilence compiler warnings
2004-01-13 Karl Schultzremove unused variable
2004-01-13 Karl Schultzadd t_vertex.c to project
2004-01-12 Keith WhitwellDon't call _tnl_draw_range_elements() unless start...
2004-01-09 Brian PaulChange < to <= when testing counts against ctx->Const...
2004-01-08 Jouk Jansen Committing in .
2004-01-08 Keith WhitwellPerform check for dstclip[3] == 0.
2004-01-08 Daniel Borcakeeping things safe: sanity check back
2004-01-08 Daniel Borcaremoved unnecessary (now) sanity check
2004-01-07 Daniel Borcasanity check for vertex counter
2004-01-06 Keith WhitwellTesting
next