index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2006-11-22
Move setting of _NEW_LIGHT to only occur when materials are present.
Keith Whitwell
2006-10-31
signal _NEW_LIGHT in _tnl_copy_to_current()
Brian Paul
2006-09-25
bring in active_sz mechanism from i965 driver. Fixes bug 8410
Keith Whitwell
2006-08-25
Remove XFree86 CVS keyword.
Brian Paul
2006-07-19
Several loops over the map1/2 evaluator arrays were incorrect.
Brian Paul
2006-06-08
check for invalid mode in glBegin(), bug 7142
Brian Paul
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-20
error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.
Brian Paul
2006-04-02
Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared to
Adam Jackson
2005-11-16
Added error checking in _tnl_Begin to detect incomplete framebuffer.
Brian Paul
2005-11-16
Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-04-28
fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...
Brian Paul
2005-04-23
Fix the worst problems with dangling edgeflag references in
Keith Whitwell
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
[next]