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_pipe.c
Age
Commit message (
Expand
)
Author
2010-01-22
gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elements
Brian Paul
2010-01-22
gallium/draw: added comments, whitespace fixes
Brian Paul
2009-08-13
draw: Remove unused variable.
José Fonseca
2009-08-13
Merge branch 'mesa_7_5_branch'
Keith Whitwell
2009-08-13
draw: cope with more primitives in draw_pipeline_run
Keith Whitwell
2009-06-18
draw: clean up indentation
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-20
gallium: fix typo in LINE() macro (replace i+1 with i1 var)
Brian Paul
2008-06-02
draw: Fix MSVC warnings.
José Fonseca
2008-05-13
decomposition from keith, adds decomposition of more prim to the pipeline
Zack Rusin
2008-05-08
redo the linear paths
Zack Rusin
2008-04-24
gallium: comments
Brian Paul
2008-04-24
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
2008-04-21
draw: consolidate all the passthrough line/tri/point funcs
Keith Whitwell
2008-04-19
draw: make draw_reset_vertex_ids private to the draw_pipe_* code
Keith Whitwell
2008-04-19
draw: put pipeline flushing behind a new interface
Keith Whitwell
2008-04-19
draw: move pt_pipeline code to draw_pipe.c
Keith Whitwell
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell