index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_vtx_api.c
Age
Commit message (
Expand
)
Author
2005-03-02
use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V
Alan Hourihane
2005-02-10
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-01-18
Fix calculation of last_count in _tnl_wrap_buffers()
Keith Whitwell
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-04-23
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-20
Simplify last fix slightly, apply to vtx paths as well.
Keith Whitwell
2004-04-16
Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.
Keith Whitwell
2004-04-13
updated Glide driver documentation
Daniel Borca
2004-04-12
Missed one with the last commit.
Ian Romanick
2004-04-12
Conditionally compile code for x86 specific TNL codegen. This fixes problem
Ian Romanick
2004-04-05
protected all codegen behind AllowCodegen
Daniel Borca
2004-04-02
disabled naughty cheats and protected the choosers behind AllowCodeGen
Daniel Borca
2004-04-02
added codegen'ed choosers
Daniel Borca
2004-04-01
codegen'ed versions of the 2nd level dispatch
Daniel Borca
2004-03-31
dynfn --> _tnl_dynfn
Keith Whitwell
2004-03-29
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Keith Whitwell
2004-03-15
Streamline the error path in VertexAttrib functions. Makes things
Keith Whitwell
2004-02-26
check for invalid vertex/fragment program in glBegin
Brian Paul
2004-01-27
Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()
Keith Whitwell
2004-01-15
Cosmetic changes.
Brian Paul
2004-01-04
Reenable the vtxfmt code paths in the radeon and r200 drivers.
Felix Kuehling
2004-01-01
whitespace changes and new comments
Brian Paul
2003-12-09
Call UpdateMaterials when they have changed
Keith Whitwell
2003-12-08
Committing in .
Jouk Jansen
2003-12-05
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
Brian Paul
2003-12-04
Add missing GLAPIENTRY
Karl Schultz
2003-12-03
Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.
Keith Whitwell
2003-11-25
fix assorted g++ warnings
Brian Paul
2003-11-25
Remove unnecessary usage of __FUNCTION__.
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-08-06
Newer version of this file
Keith Whitwell
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-05-11
another checkpoint of struct immediate replacement code
Keith Whitwell
2002-04-18
Core of the future vertex engine. Isn't built yet, nor will be for a while...
Keith Whitwell