index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
exec
/
tgsi_sse2.c
Age
Commit message (
Expand
)
Author
2008-05-01
tgsi: remove some bogus win vs. linux crud
Keith Whitwell
2008-05-01
rtasm: fix labels after (not so) recent change to allow dynamic fn growth
Keith Whitwell
2008-05-01
tgsi: restore HIGH_PRECISION setting
Keith Whitwell
2008-05-01
tgsi: use EBX everywhere, be sure to push/pop it
Keith Whitwell
2008-05-01
tgsi: use x86_fn_arg instead of get_argument() -- it knows about push/pops to...
Keith Whitwell
2008-05-01
tgsi: use ESI instead of EBX on non-win32 platforms
Keith Whitwell
2008-04-28
tgsi: make loop structure clearer, use x86_lea for increments
Keith Whitwell
2008-04-28
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol
2008-04-25
use PIPE_ARCH_X86
Brian
2008-04-25
tgsi: fix compile when HIGH_PRECISION not defined
Keith Whitwell
2008-04-21
tgsi: use new float math funcs, drop local disassembly code
Keith Whitwell
2008-04-18
gallium: a few comments
Brian Paul
2008-04-18
gallium: implement recip sqrt() with C code for now.
Brian Paul
2008-04-18
tgsi: add const qualifier to tokens on sse emit
Keith Whitwell
2008-04-11
gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.
Brian Paul
2008-04-11
gallium: handle TGSI immediates in SSE code for vertex shaders
Brian Paul
2008-04-11
gallium: implement immediates (aka literals) for SSE fragment shaders
Brian Paul
2008-04-11
gallium: comments
Brian Paul
2008-04-11
gallium: fix SCS codegen (sin scalar src comes from X, not Y)
Brian Paul
2008-03-13
tgsi: replace erroneous use of FETCH with emit_tempf
Keith Whitwell
2008-02-27
gallium: better debug messages
Brian
2008-02-27
gallium: Replace // comments.
José Fonseca
2008-02-21
tgsi: print debug messages on failure to codegenerate
Keith Whitwell
2008-02-19
Use gallium's rtasm module.
José Fonseca
2008-02-15
tgsi: pass through failure to sse-codegenerate for fragment programs too.
Keith Whitwell
2008-02-15
Merge commit 'origin/gallium-0.1' into gallium-0.1
Keith Whitwell
2008-02-15
Code reorganization: s/aux/auxiliary/.
José Fonseca