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
/
x86
/
rtasm
/
x86sse.c
Age
Commit message (
Expand
)
Author
2007-10-03
Double amount of memory allocated for generated shader code.
Michel Dänzer
2007-09-28
Remove gl dependency from the x86 assembler code
Zack Rusin
2007-09-28
Revert "Redoing the way we handle vertex shaders for the draw module."
Zack Rusin
2007-09-28
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-27
Fix some compiler warnings with -pedantic
Keith Whitwell
2007-09-27
Enable codegen based whenever __i386__ is defined.
Keith Whitwell
2007-08-24
Indent. Remove GL dependencies. Simplify. Add rtasm instructions.
michal
2006-08-09
More GLSL code - more support for vec4 operations on x86 back-end.
Michal Krol
2006-06-01
Fix extended swizzling in vertex programs by introducing special swizzle inst...
Roland Scheidegger
2006-05-16
Add functions.
Michal Krol
2006-04-25
Remove carriage returns.
Michal Krol
2006-02-27
More GLSL code:
Michal Krol
2005-10-18
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-07-10
Add lots of x87 fpu instructions.
Keith Whitwell
2005-06-08
Turn off DISASSEM
Keith Whitwell
2005-06-08
Add some more opcodes
Keith Whitwell
2005-06-07
New files - split off runtime assembly functions from
Keith Whitwell