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
*
sync up t_vp_build.c brw_vs_tnl.c a bit
Roland Scheidegger
2007-03-13
1
-5
/
+7
*
fix for bug#10196
Xiang, Haihao
2007-03-11
1
-1
/
+8
*
fix stupid bug in the optimized per-vertex fog generation code
Roland Scheidegger
2007-02-14
1
-1
/
+2
*
optimize generated vertex programs a bit
Roland Scheidegger
2007-02-09
1
-31
/
+30
*
fix issues when using mixed-mode pos-invariant vp and ff tnl (bug #9856)
Roland Scheidegger
2007-02-05
1
-19
/
+32
*
Merge branch 'vbo-0.2'
Keith Whitwell
2007-02-02
22
-6907
/
+484
|
\
|
*
Use new rebase helper. Remove other rebase code.
Keith Whitwell
2007-01-30
1
-70
/
+38
|
*
Merge vbo_0_1_branch
Keith Whitwell
2007-01-16
4
-3296
/
+0
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
8
-8
/
+3314
|
|
\
|
*
|
Remove debug, reenable inplace splitting.
keithw
2007-01-15
1
-7
/
+9
|
*
|
Split too-large draw commands.
Keith Whitwell
2007-01-15
1
-26
/
+102
|
*
|
Fix compiler warnings.
Keith Whitwell
2006-11-03
1
-15
/
+29
|
*
|
Fix type-conversion of incoming vertices.
Keith Whitwell
2006-11-02
1
-4
/
+5
|
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
2
-9
/
+10
|
*
|
Respect array->Normalized flag.
Keith Whitwell
2006-11-02
1
-15
/
+55
|
*
|
missing file
Keith Whitwell
2006-11-02
1
-0
/
+305
|
*
|
pickup structs from vbo.h
Keith Whitwell
2006-10-31
2
-2
/
+2
|
*
|
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-30
1
-0
/
+2
|
*
|
Changes for new vbo-building module.
Keith Whitwell
2006-10-29
21
-6893
/
+78
*
|
|
fixes for C++ warnings/errors
Brian
2007-01-23
2
-2
/
+3
|
|
/
|
/
|
*
|
check for target instead of program->Target in _tnl_program_string, avoids se...
Roland Scheidegger
2006-11-29
1
-1
/
+1
*
|
decrease the current vertex count by 1 if an uneven number of vertices is cop...
Roland Scheidegger
2006-11-22
1
-0
/
+5
*
|
remove unneded call to _tnl_invalidate_state() in _tnl_need_projected_coords(...
Roland Scheidegger
2006-11-22
1
-4
/
+1
*
|
Set _NEW_LIGHT when materials are present in display lists also.
Keith Whitwell
2006-11-22
1
-0
/
+1
*
|
Move setting of _NEW_LIGHT to only occur when materials are present.
Keith Whitwell
2006-11-22
1
-2
/
+1
*
|
list header files in sources files (Dan Nicholson)
Brian Paul
2006-11-21
1
-1
/
+16
*
|
Make sure vbo's are mapped before accessing their contents in
Keith Whitwell
2006-11-16
1
-0
/
+8
*
|
Add a size parameter to _mesa_add_unnamed_constant() and
Brian Paul
2006-11-15
1
-2
/
+2
*
|
signal _NEW_LIGHT in _tnl_copy_to_current()
Brian Paul
2006-10-31
1
-0
/
+2
*
|
Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.
Brian Paul
2006-10-30
1
-7
/
+7
|
/
*
If DEBUG, check that all array indices really do fall in [start,end] in
Brian Paul
2006-10-26
1
-1
/
+19
*
Previously, if a fragment program referenced fragment.fogcoord but the
Brian Paul
2006-10-25
1
-2
/
+3
*
Fix broken line clipping.
Brian Paul
2006-10-18
1
-3
/
+8
*
Fix a dangerous use of ASSERT in an else-clause not enclosed in braces.
Brian Paul
2006-10-18
1
-2
/
+4
*
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
[next]