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
/
t_vertex_sse.c
Age
Commit message (
Expand
)
Author
2008-03-19
s/x86_init_func/x86_init_func_size (fixes bug 15119)
Brian
2008-03-19
set outputs_safe to 0 as it's possible for the code generation
Alan Hourihane
2007-11-03
Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...
Brian
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-06-08
New arguments for sse_shufps()
Keith Whitwell
2005-06-07
Split out runtime assembly functions.
Keith Whitwell
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
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
Generates working SSE code for gears under the swrast driver.
Keith Whitwell
2005-05-18
Checkpoint commit: Preliminary version of a facility to emit x86/sse code
Keith Whitwell