index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_pt_fetch_shade_pipeline.c
Age
Commit message (
Expand
)
Author
2010-01-16
gallium: Fix uninitialized instance divisor and index.
Chia-I Wu
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
2009-12-30
Add lame support for instanceID to draw module.
Michal Krol
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-14
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-05-05
gallium/draw: cope with unused vertex_elements
Keith Whitwell
2009-03-13
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-02-17
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2008-08-26
draw: attempt atomic submit of large drawelements calls
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: replace align_int() with align()
Brian Paul
2008-06-18
gallium: additional fixes to ensure even number of vertices per buffer
Brian Paul
2008-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-05-29
psb: Make msvc happy.
José Fonseca
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-05-23
draw: move some state into a new 'vs' area
Keith Whitwell
2008-05-08
redo the linear paths
Zack Rusin
2008-05-08
implement linear emition and fetching and plug it in the varray paths
Zack Rusin
2008-04-28
gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.
Michal Krol
2008-04-22
draw: allow drivers to query pipeline state more easily
Keith Whitwell
2008-04-21
draw: propogate lots of errors
Keith Whitwell
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
draw: make room for extra_vs_outputs
Keith Whitwell
2008-04-19
draw: move pt_pipeline code to draw_pipe.c
Keith Whitwell
2008-04-19
draw: always emit header in draw_pt_fetch.c
Keith Whitwell
2008-04-18
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-17
draw: move hw vertex emit to a new module
Keith Whitwell
2008-04-17
draw: add vertex shader run_linear function
Keith Whitwell
2008-04-16
draw: allow pt paths to run without a vbuf render stage
Keith Whitwell
2008-04-16
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-15
gallium: Switch one vertex path over to new translate module
Keith Whitwell
2008-04-15
draw: increment output vertex properly
Keith Whitwell
2008-04-15
draw: fix first glitch in vertex emit
Keith Whitwell
2008-04-15
draw: fetch_shade_pipeline needs to translate to hw vertex format (from get_v...
Keith Whitwell
2008-04-14
use the new macro
Zack Rusin
2008-04-14
silence some warnings
Zack Rusin
2008-04-14
pass vertex size to shaders so that callee can decide on the size
Zack Rusin
2008-04-14
draw: always malloc verts for fetch_shade_pipeline
Keith Whitwell
2008-04-14
draw: flush pipeline before trying to allocate more hw vertices
Keith Whitwell
2008-04-14
draw: move vertex header init out of fetch_shade_pipeline.c
Keith Whitwell
2008-04-14
Implement fetch/shade/pipeline or emit vertex passthrough.
Zack Rusin