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
/
auxiliary
/
draw
/
draw_vs_aos.h
Age
Commit message (
Expand
)
Author
2009-03-18
draw: use AOS_ERROR rather than clash-prone ERROR() macro
Keith Whitwell
2008-10-02
draw: don't keep refetching constant inputs
Keith Whitwell
2008-10-02
draw: add streamlined paths for fetching linear verts
Keith Whitwell
2008-09-02
gallium: fix out of bounds array errors in SSE execution
Brian Paul
2008-06-12
gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE
Keith Whitwell
2008-06-11
draw: remove another debug assert on failover to generic vs varient
Keith Whitwell
2008-06-06
draw: Compile draw_vs_aos only on x86.
José Fonseca
2008-05-29
draw: michal's patch for calling powf... teapot still not quite right
Keith Whitwell
2008-05-29
draw: Put PIPE_CDECL in the right places.
José Fonseca
2008-05-29
draw: share machine
Keith Whitwell
2008-05-28
draw: enable FSE by default
Keith Whitwell
2008-05-28
draw: Use PIPE_CDECL.
José Fonseca
2008-05-27
draw: support psize in vs_varient paths
Keith Whitwell
2008-05-26
draw: extend precision in RSQ opcode
Keith Whitwell
2008-05-24
draw: use lookup tables to avoid calling pow() in LIT opcode
Keith Whitwell
2008-05-24
draw: add a debug-print which can be called from inside generated shaders
Keith Whitwell
2008-05-23
draw: clean up internal immediates in aos sse
Keith Whitwell
2008-05-23
draw: fix vs aos internal/machine state
Keith Whitwell
2008-05-23
draw: add viewport to varient state
Keith Whitwell
2008-05-23
draw: add aos vertex shader varient
Keith Whitwell