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
Age
Commit message (
Expand
)
Author
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-07-24
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-04-11
mesa: fix broken x86_call()
Keith Whitwell
2008-03-19
x86_init_func_size() returns int to indicate success/fail (bug 15119)
Brian
2008-03-19
set outputs_safe to 0 as it's possible for the code generation
Alan Hourihane
2008-02-13
x86: fix assignment in assert typo
Keith Whitwell
2008-02-13
x86: remove debug
Keith Whitwell
2008-02-13
x86: emit absolute calls, as reallocating exec mem breaks relative ones
Keith Whitwell
2008-02-13
x86: reallocate exec mem when we run out
Keith Whitwell
2008-02-07
tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.
Michel Dänzer
2007-11-03
Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...
Brian
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