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.c
Age
Commit message (
Expand
)
Author
2010-01-28
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-15
draw: Add missing header include.
Michal Krol
2010-01-15
draw: Add GALLIUM_DUMP_VS environment variable.
Luca Barbieri
2009-12-14
gallium: more work for edgeflags changes
Roland Scheidegger
2009-07-16
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
2009-07-16
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2008-12-31
draw: Avoid integer overflow converting pointers on 64bit archs.
José Fonseca
2008-10-22
gallium: PPC vertex shader support
Brian Paul
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-02
gallium: Allow draw module to work on non-x86 platforms again.
Michel Dänzer
2008-06-11
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-02
draw: Fix MSVC warnings.
José Fonseca
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-23
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
draw: move some state into a new 'vs' area
Keith Whitwell
2008-04-19
draw: rename draw_vertex_shader.c -> draw_vs.c
Keith Whitwell