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.c
Age
Commit message (
Expand
)
Author
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2009-11-24
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-10-23
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-02
gallium: replace // comments with /* */
Brian Paul
2009-07-22
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-03-18
draw: use AOS_ERROR rather than clash-prone ERROR() macro
Keith Whitwell
2009-02-18
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-02-17
draw: Reuse xmm registers.
Keith Whitwell
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
draw: Reuse xmm registers.
Keith Whitwell
2009-02-16
gallium: fix glean's vertProg1
Alan Hourihane
2009-02-10
draw: Fix build -- rename Size to NrTokens.
Michal Krol
2009-01-27
draw: silence some warnings
Keith Whitwell
2009-01-27
draw: queiten compiler warnings
Keith Whitwell
2008-11-05
gallium: disable some debug output
Brian Paul
2008-11-05
draw: Implement TGSI_OPCODE_TRUNC.
michal
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-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: use new util_fast_exp2(), _log2(), pow() functions
Brian Paul
2008-07-28
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-06-12
gallium: disable the codegen for TGSI_OPCODE_EXPBASE2 for now.
Brian Paul
2008-06-12
gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE
Keith Whitwell
2008-06-11
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
draw: remove debug assert on failover to generic vs varient
Keith Whitwell
2008-06-09
gallium: disable a tgsi_dump() call
Brian Paul
2008-06-03
Merge branch 'gallium-tex-surfaces' into gallium-0.1
Keith Whitwell
2008-06-03
draw: Use register names more consistently.
Michal Krol
2008-06-03
draw: Fix fetch_src(). Resurrect SSE version of DP3.
Michal Krol
2008-06-02
draw: Fix DP3 implementation by replacing SSE with x87 version.
Michal Krol
2008-06-02
draw: Fix MSVC warnings.
José Fonseca
2008-05-29
draw: michal's patch for calling powf... teapot still not quite right
Keith Whitwell
2008-05-29
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
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-27
draw: fix ABS aliasing bug
Keith Whitwell
2008-05-27
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
2008-05-27
draw: hook up viewport / rhw emit to varient key state
Keith Whitwell
2008-05-27
draw: dump individual instructions as they are processed
Keith Whitwell
2008-05-27
draw: fix writemask/shufps confusion
Keith Whitwell
2008-05-27
draw: some possible fixes for spilling
Keith Whitwell
2008-05-26
draw: extend precision in RSQ opcode
Keith Whitwell
2008-05-26
draw: more aos tweaks
Keith Whitwell
2008-05-25
draw: slight tweak for XPD opcode
Keith Whitwell
[next]