index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_vtx_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
check for invalid mode in glBegin(), bug 7142
Brian Paul
2006-06-08
1
-0
/
+5
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-40
/
+8
*
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-25
1
-7
/
+47
*
error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.
Brian Paul
2006-04-20
1
-27
/
+46
*
Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared to
Adam Jackson
2006-04-02
1
-1
/
+1
*
Added error checking in _tnl_Begin to detect incomplete framebuffer.
Brian Paul
2005-11-16
1
-5
/
+31
*
Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
Brian Paul
2005-11-16
1
-7
/
+10
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
1
-1
/
+1
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-1
/
+3
*
fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...
Brian Paul
2005-04-28
1
-1
/
+9
*
Fix the worst problems with dangling edgeflag references in
Keith Whitwell
2005-04-23
1
-13
/
+12
*
use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V
Alan Hourihane
2005-03-02
1
-4
/
+2
*
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-10
1
-7
/
+7
*
Fix calculation of last_count in _tnl_wrap_buffers()
Keith Whitwell
2005-01-18
1
-1
/
+3
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-1
/
+6
*
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-07-01
1
-6
/
+6
*
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-23
1
-9
/
+8
*
Simplify last fix slightly, apply to vtx paths as well.
Keith Whitwell
2004-04-20
1
-4
/
+9
*
Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.
Keith Whitwell
2004-04-16
1
-12
/
+12
*
updated Glide driver documentation
Daniel Borca
2004-04-13
1
-5
/
+11
*
Missed one with the last commit.
Ian Romanick
2004-04-12
1
-0
/
+2
*
Conditionally compile code for x86 specific TNL codegen. This fixes problem
Ian Romanick
2004-04-12
1
-0
/
+6
*
protected all codegen behind AllowCodegen
Daniel Borca
2004-04-05
1
-1
/
+3
*
disabled naughty cheats and protected the choosers behind AllowCodeGen
Daniel Borca
2004-04-02
1
-1
/
+3
*
added codegen'ed choosers
Daniel Borca
2004-04-02
1
-1
/
+3
*
codegen'ed versions of the 2nd level dispatch
Daniel Borca
2004-04-01
1
-0
/
+1
*
dynfn --> _tnl_dynfn
Keith Whitwell
2004-03-31
1
-6
/
+6
*
First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.
Keith Whitwell
2004-03-29
1
-514
/
+235
*
Streamline the error path in VertexAttrib functions. Makes things
Keith Whitwell
2004-03-15
1
-54
/
+76
*
check for invalid vertex/fragment program in glBegin
Brian Paul
2004-02-26
1
-0
/
+9
*
Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()
Keith Whitwell
2004-01-27
1
-21
/
+38
*
Cosmetic changes.
Brian Paul
2004-01-15
1
-10
/
+10
*
Reenable the vtxfmt code paths in the radeon and r200 drivers.
Felix Kuehling
2004-01-04
1
-1
/
+2
*
whitespace changes and new comments
Brian Paul
2004-01-01
1
-6
/
+11
*
Call UpdateMaterials when they have changed
Keith Whitwell
2003-12-09
1
-19
/
+8
*
Committing in .
Jouk Jansen
2003-12-08
1
-1
/
+1
*
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
Brian Paul
2003-12-05
1
-0
/
+1
*
Add missing GLAPIENTRY
Karl Schultz
2003-12-04
1
-53
/
+57
*
Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.
Keith Whitwell
2003-12-03
1
-7
/
+10
*
fix assorted g++ warnings
Brian Paul
2003-11-25
1
-11
/
+11
*
Remove unnecessary usage of __FUNCTION__.
Brian Paul
2003-11-25
1
-5
/
+5
*
Merge vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-526
/
+793
*
Newer version of this file
Keith Whitwell
2003-08-06
1
-569
/
+659
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-2
/
+2
*
another checkpoint of struct immediate replacement code
Keith Whitwell
2002-05-11
1
-146
/
+279
*
Core of the future vertex engine. Isn't built yet, nor will be for a while...
Keith Whitwell
2002-04-18
1
-0
/
+675