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
Age
Commit message (
Expand
)
Author
2005-08-10
Check for prim/vertex store non-null before messing with refcounts.
Keith Whitwell
2005-08-09
Decrement the context's refcounts on part-used storage structs on
Keith Whitwell
2005-08-06
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-07-22
some GLuint idx -> GLint idx changes
Brian Paul
2005-07-22
Make the vertex program source register Index field a signed int since
Brian Paul
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-15
Check for null program->Parameters pointer in validate_vertex_program().
Brian Paul
2005-07-15
added comments
Brian Paul
2005-07-13
Use the LDEXPF wrapper macro.
Keith Whitwell
2005-07-13
Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.
Keith Whitwell
2005-07-10
Add runtime compiled x87 implementations for most of the remaining
Keith Whitwell
2005-07-01
Use frexp on Windows; frexpf is not available.
Karl Schultz
2005-07-01
replace some free() calls with _mesa_free()
Brian Paul
2005-06-30
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-28
just code clean-ups and new comments
Brian Paul
2005-06-27
include t_vp_build.h
Brian Paul
2005-06-27
added _tnl_ProgramCacheDestroy() prototype
Brian Paul
2005-06-27
make create_new_program() static
Brian Paul
2005-06-21
include light.h to silence warning
Brian Paul
2005-06-19
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul
2005-06-14
Committing in .
Jouk Jansen
2005-06-10
remove debug prints
Keith Whitwell
2005-06-10
Allow the print opcode to compile
Keith Whitwell
2005-06-10
Fix typo in spot attenuation
Keith Whitwell
2005-06-10
Correct test for attenuation.
Keith Whitwell
2005-06-10
Fix colormaterial flag calculations.
Keith Whitwell
2005-06-10
Add notes about intended precision of opcodes.
Keith Whitwell
2005-06-09
Fix a couple of buglets
Keith Whitwell
2005-06-09
Another typo
Keith Whitwell
2005-06-09
Further clean up RoughApproxPow2 and disable the optimized version --
Keith Whitwell
2005-06-09
Fix typo in RoughApproxPow2
Keith Whitwell
2005-06-09
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-09
Build vertex programs using state from a 'state key' struct which is
Keith Whitwell
2005-06-08
Turn off debug
Keith Whitwell
2005-06-08
Runtime generate sse/sse2 code for some vertex programs. Experimental
Keith Whitwell
2005-06-08
New arguments for sse_shufps()
Keith Whitwell
2005-06-08
Remove ARL opcode from interpreter.
Keith Whitwell
2005-06-08
new file
Keith Whitwell
2005-06-07
Initialize some variables.
Keith Whitwell
2005-06-07
Split out runtime assembly functions.
Keith Whitwell
2005-06-07
Simplify interpreted language:
Keith Whitwell
2005-05-24
moved to windows build dir
Karl Schultz
2005-05-20
Committing in .
Jouk Jansen
2005-05-19
Invalidate current fastpath on changes to attribute size or offset within
Keith Whitwell
2005-05-19
Cope with the common 3ub and 1ub cases.
Keith Whitwell
2005-05-19
Re-initialize viewport shadows each time.
Keith Whitwell
2005-05-19
Rename emit functions to reflect instruction set in use (ie
Keith Whitwell
2005-05-18
Remove old t_vertex.c codegen infrastructure, tie in new code.
Keith Whitwell
2005-05-18
Fix a few typos, initialize p->identity.
Keith Whitwell
2005-05-18
Eliminate a couple of swizzles.
Keith Whitwell
[prev]
[next]