index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-3
/
+1
*
draw: Use util_format_name().
José Fonseca
2010-02-14
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
draw: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
|
draw: Implement draw_arrays() in terms of draw_arrays_instanced().
Michal Krol
2009-12-30
1
-26
/
+18
*
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-0
/
+23
*
|
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-11
/
+0
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-1
/
+3
|
/
*
draw: Initialize variable in draw_pt.c.
Vinson Lee
2009-11-20
1
-1
/
+2
*
draw: use u_reduced_prim() function
Brian Paul
2009-06-19
1
-1
/
+2
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-1
/
+1
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-3
/
+3
*
draw: Add missing include.
Michal Krol
2008-11-12
1
-0
/
+1
*
gallium: debug code to print vertex array data (disabled)
Brian Paul
2008-11-06
1
-0
/
+89
*
gallium: added some debug code (disabled)
Brian Paul
2008-11-05
1
-0
/
+24
*
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-10-07
1
-19
/
+19
*
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 trim() function bug when count < first
Brian Paul
2008-07-04
1
-0
/
+2
*
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-06-10
1
-2
/
+2
*
draw: trim incoming primitives
Keith Whitwell
2008-05-30
1
-0
/
+15
*
draw: add more switches to turn FSE on/off
Keith Whitwell
2008-05-29
1
-1
/
+2
*
draw: enable FSE by default
Keith Whitwell
2008-05-28
1
-7
/
+4
*
draw: get rid of fetch-shade-emit frontend hack
Keith Whitwell
2008-05-23
1
-14
/
+0
*
draw: turn fse path into a middle end
Keith Whitwell
2008-05-12
1
-16
/
+18
*
draw: streamline the varray path
Keith Whitwell
2008-05-12
1
-1
/
+1
*
draw: add fetch-shade-emit path
Keith Whitwell
2008-05-12
1
-4
/
+21
*
split larger primitives in the simple varray pt
Zack Rusin
2008-05-08
1
-2
/
+1
*
draw: no need to special-case elts/get_elts for varray frontend
Keith Whitwell
2008-04-25
1
-7
/
+5
*
frontend for rendering without elts
Zack Rusin
2008-04-25
1
-7
/
+23
*
draw: allow drivers to query pipeline state more easily
Keith Whitwell
2008-04-22
1
-2
/
+4
*
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
1
-0
/
+8
*
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
1
-18
/
+0
*
draw: remove named clipmask flags, tidy up pt middle ends
Keith Whitwell
2008-04-19
1
-18
/
+18
*
draw: remove draw_prim.c
Keith Whitwell
2008-04-18
1
-0
/
+55
*
draw: switch over to draw_pt paths, will remove old code shortly
Keith Whitwell
2008-04-18
1
-3
/
+0
*
draw: remove fetch_pipeline middle end -- just use the general path
Keith Whitwell
2008-04-18
1
-4
/
+0
*
draw: don't always run pipeline if clipping
Keith Whitwell
2008-04-17
1
-3
/
+3
*
draw: allow pt paths to run without a vbuf render stage
Keith Whitwell
2008-04-16
1
-4
/
+3
*
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-16
1
-140
/
+42
*
silence some warnings
Zack Rusin
2008-04-14
1
-2
/
+2
*
draw: flush pipeline before trying to allocate more hw vertices
Keith Whitwell
2008-04-14
1
-4
/
+0
*
draw: hide passthrough shading paths behind an environment variable
Keith Whitwell
2008-04-14
1
-0
/
+3
*
Implement fetch/shade/pipeline or emit vertex passthrough.
Zack Rusin
2008-04-14
1
-22
/
+32
*
draw: add passthrough path to the pipeline
Keith Whitwell
2008-04-03
1
-4
/
+19
*
draw: Set the backend prim in the pt 'prepare' operation
Keith Whitwell
2008-04-02
1
-2
/
+1
*
draw: more flatshade_first changes
Keith Whitwell
2008-04-01
1
-1
/
+1
*
draw: flush between pt/non-pt modes
Keith Whitwell
2008-04-01
1
-0
/
+4
*
draw: Do not run full pipeline when flatshade_first for point primitives.
Michal Krol
2008-03-30
1
-0
/
+3
*
draw: take primitive into account when deciding if the pipeline is active
Keith Whitwell
2008-03-25
1
-1
/
+1
*
draw: check need_pipeline() in passthrough
Keith Whitwell
2008-03-23
1
-1
/
+1
[next]