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
*
Need more than 200 instructions.
Aapo Tahkola
2005-10-31
1
-1
/
+1
*
Improve tnl program searching performance.
Aapo Tahkola
2005-10-31
2
-17
/
+62
*
added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...
Brian Paul
2005-10-29
1
-0
/
+7
*
reduced swizzle comment
Brian Paul
2005-10-29
1
-0
/
+4
*
added warning about use of REG_SCRATCH
Brian Paul
2005-10-29
1
-1
/
+1
*
fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()
Brian Paul
2005-10-29
1
-11
/
+12
*
Keith's fixes for RSW and XPD (need temporaries)
Brian Paul
2005-10-28
1
-9
/
+22
*
include tnl.h to silence warning
Brian Paul
2005-10-28
1
-1
/
+2
*
Added assert that result != arg0 in do_RSW. This currently fails and needs f...
Brian Paul
2005-10-28
1
-0
/
+2
*
TNL module needs to implement ctx->Driver.ProgramStringNotify() function
Brian Paul
2005-10-28
2
-0
/
+20
*
fixed constant fogcoord bug (#4729)
Brian Paul
2005-10-10
1
-2
/
+8
*
Fix a number of point size attenuation problems.
Brian Paul
2005-10-07
1
-16
/
+21
*
Committing in .
Jouk Jansen
2005-09-23
1
-1
/
+1
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
6
-10
/
+25
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
7
-9
/
+9
*
Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.
Brian Paul
2005-09-14
2
-22
/
+2
*
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-25
2
-16
/
+4
*
added FREXPF() macro (bug 4060)
Brian Paul
2005-08-12
1
-6
/
+2
*
Check for prim/vertex store non-null before messing with refcounts.
Keith Whitwell
2005-08-10
1
-2
/
+4
*
Decrement the context's refcounts on part-used storage structs on
Keith Whitwell
2005-08-09
1
-1
/
+11
*
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-08-06
1
-0
/
+1
*
some GLuint idx -> GLint idx changes
Brian Paul
2005-07-22
1
-4
/
+4
*
Make the vertex program source register Index field a signed int since
Brian Paul
2005-07-22
1
-1
/
+1
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
5
-54
/
+60
*
Check for null program->Parameters pointer in validate_vertex_program().
Brian Paul
2005-07-15
1
-1
/
+5
*
added comments
Brian Paul
2005-07-15
1
-4
/
+7
*
Use the LDEXPF wrapper macro.
Keith Whitwell
2005-07-13
1
-2
/
+2
*
Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.
Keith Whitwell
2005-07-13
1
-0
/
+6
*
Add runtime compiled x87 implementations for most of the remaining
Keith Whitwell
2005-07-10
3
-208
/
+575
*
Use frexp on Windows; frexpf is not available.
Karl Schultz
2005-07-01
1
-0
/
+4
*
replace some free() calls with _mesa_free()
Brian Paul
2005-07-01
2
-5
/
+6
*
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-30
1
-5
/
+2
*
just code clean-ups and new comments
Brian Paul
2005-06-28
1
-29
/
+44
*
include t_vp_build.h
Brian Paul
2005-06-27
1
-4
/
+5
*
added _tnl_ProgramCacheDestroy() prototype
Brian Paul
2005-06-27
1
-0
/
+2
*
make create_new_program() static
Brian Paul
2005-06-27
1
-3
/
+4
*
include light.h to silence warning
Brian Paul
2005-06-21
1
-0
/
+1
*
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul
2005-06-19
1
-4
/
+0
*
Committing in .
Jouk Jansen
2005-06-14
2
-3
/
+11
*
remove debug prints
Keith Whitwell
2005-06-10
2
-4
/
+0
*
Allow the print opcode to compile
mesa_20050610
Keith Whitwell
2005-06-10
1
-2
/
+1
*
Fix typo in spot attenuation
Keith Whitwell
2005-06-10
1
-1
/
+1
*
Correct test for attenuation.
Keith Whitwell
2005-06-10
1
-12
/
+12
*
Fix colormaterial flag calculations.
Keith Whitwell
2005-06-10
1
-17
/
+30
*
Add notes about intended precision of opcodes.
Keith Whitwell
2005-06-10
1
-38
/
+46
*
Fix a couple of buglets
Keith Whitwell
2005-06-09
1
-8
/
+9
*
Another typo
Keith Whitwell
2005-06-09
1
-1
/
+1
*
Further clean up RoughApproxPow2 and disable the optimized version --
Keith Whitwell
2005-06-09
1
-8
/
+9
*
Fix typo in RoughApproxPow2
Keith Whitwell
2005-06-09
1
-1
/
+5
*
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-09
9
-78
/
+118
[next]