index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
draw: rewrite primitive assembler
Zack Rusin
2013-08-08
1
-4
/
+0
*
draw: implement proper primitive assembler as a pipeline stage
Zack Rusin
2013-08-03
1
-0
/
+4
*
draw: fix/improve dirty state validation
Brian Paul
2012-12-08
1
-1
/
+1
*
draw: fix crashes with out-of-bounds indices
Roland Scheidegger
2012-11-15
1
-3
/
+6
*
draw: Don't revalidate pipeline on backend flushes
Jakob Bornecrantz
2012-01-26
1
-1
/
+2
*
draw: Don't use the pipeline when drawing lines with fractional widths.
José Fonseca
2011-02-11
1
-2
/
+2
*
draw: Don't assert if indices point outside vertex buffer.
José Fonseca
2010-08-22
1
-2
/
+7
*
draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.
Chia-I Wu
2010-08-16
1
-8
/
+3
*
draw: Replace vcache by vsplit.
Chia-I Wu
2010-08-16
1
-6
/
+2
*
draw: Add flags to draw_prim_info.
Chia-I Wu
2010-08-16
1
-0
/
+4
*
draw: Assert that only the first vetex may have flags set.
Chia-I Wu
2010-08-07
1
-13
/
+23
*
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
2010-08-06
1
-19
/
+15
*
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
2010-08-06
1
-103
/
+30
*
draw: do bounds checking of array elements (debug only)
Brian Paul
2010-07-29
1
-9
/
+26
*
draw: initialize vertex header
Zack Rusin
2010-06-25
1
-1
/
+1
*
draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose code
Brian Paul
2010-06-23
1
-25
/
+25
*
draw: run the pipeline with the correct number of verts
Zack Rusin
2010-06-15
1
-1
/
+1
*
draw: fix primitive indexing in the pipeline
Zack Rusin
2010-06-15
1
-2
/
+4
*
draw wip
Keith Whitwell
2010-06-15
1
-24
/
+41
*
gallium: rework provoking vertex code
Brian Paul
2010-05-05
1
-3
/
+39
*
gallium/draw: fix point sprite handling
Brian Paul
2010-04-21
1
-0
/
+1
*
draw: Cosmetic cleanups and comments.
José Fonseca
2010-04-18
1
-1
/
+1
*
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
2010-02-02
1
-0
/
+1
*
gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elements
Brian Paul
2010-01-22
1
-3
/
+3
*
gallium/draw: added comments, whitespace fixes
Brian Paul
2010-01-22
1
-8
/
+30
*
draw: Remove unused variable.
José Fonseca
2009-08-13
1
-1
/
+0
*
Merge branch 'mesa_7_5_branch'
Keith Whitwell
2009-08-13
1
-22
/
+55
|
\
|
*
draw: cope with more primitives in draw_pipeline_run
Keith Whitwell
2009-08-13
1
-22
/
+55
*
|
draw: clean up indentation
Brian Paul
2009-06-18
1
-11
/
+11
|
/
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+0
*
gallium: fix typo in LINE() macro (replace i+1 with i1 var)
Brian Paul
2008-08-20
1
-1
/
+1
*
draw: Fix MSVC warnings.
José Fonseca
2008-06-02
1
-1
/
+2
*
decomposition from keith, adds decomposition of more prim to the pipeline
Zack Rusin
2008-05-13
1
-24
/
+50
*
redo the linear paths
Zack Rusin
2008-05-08
1
-0
/
+39
*
gallium: comments
Brian Paul
2008-04-24
1
-2
/
+2
*
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
2008-04-24
1
-10
/
+9
*
draw: consolidate all the passthrough line/tri/point funcs
Keith Whitwell
2008-04-21
1
-63
/
+0
*
draw: make draw_reset_vertex_ids private to the draw_pipe_* code
Keith Whitwell
2008-04-19
1
-0
/
+2
*
draw: put pipeline flushing behind a new interface
Keith Whitwell
2008-04-19
1
-0
/
+8
*
draw: move pt_pipeline code to draw_pipe.c
Keith Whitwell
2008-04-19
1
-1
/
+116
*
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
1
-0
/
+161