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
Commit message (
Expand
)
Author
Age
Files
Lines
*
List of source (.c) files in each directory.
Brian Paul
2006-10-11
1
-0
/
+31
*
a step toward moving run-time vertex program state out of GLcontext
Brian Paul
2006-10-10
1
-4
/
+4
*
do not import arrays for generic arb attribs if the array is not enabled (sam...
Roland Scheidegger
2006-10-07
1
-2
/
+3
*
bring in active_sz mechanism from i965 driver. Fixes bug 8410
Keith Whitwell
2006-09-25
2
-7
/
+17
*
don't skip user clip plane clipping when the current vertex program is positi...
Roland Scheidegger
2006-09-22
1
-1
/
+2
*
just comments and const qualifiers
Brian Paul
2006-09-13
1
-12
/
+11
*
fix broken do_EXP()
Brian Paul
2006-09-13
1
-7
/
+2
*
only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr...
Roland Scheidegger
2006-09-07
2
-2
/
+2
*
Remove XFree86 CVS keyword.
Brian Paul
2006-08-25
3
-3
/
+0
*
In _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END if
Brian Paul
2006-08-25
1
-0
/
+3
*
improved comments
Brian Paul
2006-08-25
1
-5
/
+18
*
Fixup more PROGRAM_UNDEFINED problems.
Alan Hourihane
2006-08-10
1
-2
/
+2
*
use WRITE_MASK_* instead of 0x1, 0x2, etc
Brian Paul
2006-08-03
1
-8
/
+8
*
Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
Michal Krol
2006-08-01
2
-0
/
+6
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
6
-19
/
+19
*
use ctx->Light.ShadeModel instead of ctx->_TriangleCaps
Brian Paul
2006-07-20
1
-3
/
+3
*
Several loops over the map1/2 evaluator arrays were incorrect.
Brian Paul
2006-07-19
3
-19
/
+33
*
added _TNL_NUM_GENERIC
Tilman Sauerbeck
2006-06-29
1
-0
/
+2
*
Don't use nested struct definitions in tnl_clipspace_fastpath.
Brian Paul
2006-06-27
2
-7
/
+9
*
fix broken negate
Aapo Tahkola
2006-06-18
1
-1
/
+1
*
A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are really
Brian Paul
2006-06-14
11
-73
/
+76
*
Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
Brian Paul
2006-06-14
4
-29
/
+33
*
new assertion
Brian Paul
2006-06-14
1
-0
/
+2
*
remove debug printf
Brian Paul
2006-06-13
1
-1
/
+0
*
remove unused index_attr1fv()
Brian Paul
2006-06-13
1
-6
/
+0
*
s/0/NULL/
Brian Paul
2006-06-13
1
-1
/
+1
*
When using an ARB vertex program, the generic vertex arrays do not alias the
Brian Paul
2006-06-13
1
-52
/
+74
*
minor simplification in texcoord array import
Brian Paul
2006-06-13
1
-1
/
+1
*
remove some unneeded #includes
Brian Paul
2006-06-13
4
-8
/
+2
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-1
/
+1
*
check for invalid mode in glBegin(), bug 7142
Brian Paul
2006-06-08
1
-0
/
+5
*
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-06-06
4
-9
/
+16
*
Fix extended swizzling in vertex programs by introducing special swizzle inst...
Roland Scheidegger
2006-06-01
3
-132
/
+161
*
Add const qualifiers in a number of places.
Brian Paul
2006-05-23
2
-3
/
+3
*
Write attribs to slang machine.
Michal Krol
2006-05-16
1
-15
/
+22
*
Release temporary
Keith Whitwell
2006-05-05
1
-0
/
+2
*
Remove carriage returns.
Michal Krol
2006-04-25
1
-285
/
+285
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
13
-93
/
+62
*
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-25
4
-70
/
+158
*
error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.
Brian Paul
2006-04-20
1
-27
/
+46
*
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2006-04-17
1
-0
/
+4
*
Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units
Brian Paul
2006-04-14
4
-7
/
+7
*
silence minor warnings
Brian Paul
2006-04-13
1
-4
/
+4
*
More GLSL code:
Michal Krol
2006-04-11
5
-140
/
+171
*
Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value
Brian Paul
2006-04-06
5
-5
/
+7
*
Fix line clipping bug 6512.
Brian Paul
2006-04-06
1
-24
/
+28
*
Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared to
Adam Jackson
2006-04-02
1
-1
/
+1
*
GLSL fixes:
Michal Krol
2006-03-21
11
-15
/
+15
*
fix up the emit_func list in the experimental arbprogram sse code.
Roland Scheidegger
2006-03-03
1
-5
/
+45
*
Add position_invarient support
Keith Whitwell
2006-03-02
1
-2
/
+17
[next]