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
/
gallium
/
drivers
/
softpipe
/
sp_fs_sse.c
Age
Commit message (
Expand
)
Author
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-06-02
gallium: Replace XSTDCALL by PIPE_CDECL.
José Fonseca
2008-05-19
if x86_get_func() returns NULL, handle it properly instead of aborting
Brian Paul
2008-04-29
gallium: test for new PIPE_ARCH_X86
Brian Paul
2008-04-28
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol
2008-04-18
softpipe: fix const-related compiler warnings
Keith Whitwell
2008-04-11
gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.
Brian Paul
2008-04-11
gallium: implement immediates (aka literals) for SSE fragment shaders
Brian Paul
2008-02-21
[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systems
Keith Whitwell
2008-02-19
gallium: initialize the killmask register to zero before running shader
Brian
2008-02-19
Use gallium's rtasm module.
José Fonseca
2008-02-15
softpipe: rename some functions to disambiguate
Keith Whitwell
2008-02-15
Merge commit 'origin/gallium-0.1' into gallium-0.1
Keith Whitwell