index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
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
Files
Lines
2012-12-08
draw: fix/improve dirty state validation
Brian Paul
1
-1
/
+1
2012-11-15
draw: fix crashes with out-of-bounds indices
Roland Scheidegger
1
-3
/
+6
2012-01-26
draw: Don't revalidate pipeline on backend flushes
Jakob Bornecrantz
1
-1
/
+2
2011-02-11
draw: Don't use the pipeline when drawing lines with fractional widths.
José Fonseca
1
-2
/
+2
2010-08-22
draw: Don't assert if indices point outside vertex buffer.
José Fonseca
1
-2
/
+7
2010-08-16
draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.
Chia-I Wu
1
-8
/
+3
2010-08-16
draw: Replace vcache by vsplit.
Chia-I Wu
1
-6
/
+2
2010-08-16
draw: Add flags to draw_prim_info.
Chia-I Wu
1
-0
/
+4
2010-08-07
draw: Assert that only the first vetex may have flags set.
Chia-I Wu
1
-13
/
+23
2010-08-06
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
1
-19
/
+15
2010-08-06
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
1
-103
/
+30
2010-07-29
draw: do bounds checking of array elements (debug only)
Brian Paul
1
-9
/
+26
2010-06-25
draw: initialize vertex header
Zack Rusin
1
-1
/
+1
2010-06-23
draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose code
Brian Paul
1
-25
/
+25
2010-06-15
draw: run the pipeline with the correct number of verts
Zack Rusin
1
-1
/
+1
2010-06-15
draw: fix primitive indexing in the pipeline
Zack Rusin
1
-2
/
+4
2010-06-15
draw wip
Keith Whitwell
1
-24
/
+41
2010-05-05
gallium: rework provoking vertex code
Brian Paul
1
-3
/
+39
2010-04-21
gallium/draw: fix point sprite handling
Brian Paul
1
-0
/
+1
2010-04-18
draw: Cosmetic cleanups and comments.
José Fonseca
1
-1
/
+1
2010-02-02
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
1
-0
/
+1
2010-01-22
gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elements
Brian Paul
1
-3
/
+3
2010-01-22
gallium/draw: added comments, whitespace fixes
Brian Paul
1
-8
/
+30
2009-08-13
draw: Remove unused variable.
José Fonseca
1
-1
/
+0
2009-08-13
Merge branch 'mesa_7_5_branch'
Keith Whitwell
1
-22
/
+55
2009-08-13
draw: cope with more primitives in draw_pipeline_run
Keith Whitwell
1
-22
/
+55
2009-06-18
draw: clean up indentation
Brian Paul
1
-11
/
+11
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
1
-1
/
+0
2008-08-20
gallium: fix typo in LINE() macro (replace i+1 with i1 var)
Brian Paul
1
-1
/
+1
2008-06-02
draw: Fix MSVC warnings.
José Fonseca
1
-1
/
+2
2008-05-13
decomposition from keith, adds decomposition of more prim to the pipeline
Zack Rusin
1
-24
/
+50
2008-05-08
redo the linear paths
Zack Rusin
1
-0
/
+39
2008-04-24
gallium: comments
Brian Paul
1
-2
/
+2
2008-04-24
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
1
-10
/
+9
2008-04-21
draw: consolidate all the passthrough line/tri/point funcs
Keith Whitwell
1
-63
/
+0
2008-04-19
draw: make draw_reset_vertex_ids private to the draw_pipe_* code
Keith Whitwell
1
-0
/
+2
2008-04-19
draw: put pipeline flushing behind a new interface
Keith Whitwell
1
-0
/
+8
2008-04-19
draw: move pt_pipeline code to draw_pipe.c
Keith Whitwell
1
-1
/
+116
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
1
-0
/
+161