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_io.c
Age
Commit message (
Expand
)
Author
2009-03-18
draw: use AOS_ERROR rather than clash-prone ERROR() macro
Keith Whitwell
2008-10-15
draw: don't assume output buffer pointer is aligned
Keith Whitwell
2008-10-02
draw: modify prefetching slightly
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-03
draw: Describe the steps in emit_load_R32G32B32A32.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-09
draw: remove some debug output
Zack Rusin
2008-06-12
gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE
Keith Whitwell
2008-06-02
draw: Fix MSVC warnings.
José Fonseca
2008-05-28
draw: enable FSE by default
Keith Whitwell
2008-05-27
draw: support psize in vs_varient paths
Keith Whitwell
2008-05-27
draw: ensure vs outputs mapped correctly to vinfo attribs
Keith Whitwell
2008-05-27
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
2008-05-25
draw: fix input vs output typo in emit
Keith Whitwell
2008-05-23
draw: clean up internal immediates in aos sse
Keith Whitwell
2008-05-23
draw: add aos vertex shader varient
Keith Whitwell