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_pt_fetch_shade_emit.c
Age
Commit message (
Expand
)
Author
2009-03-13
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-02-17
draw: second argument to unmap is max, not count
Keith Whitwell
2009-02-17
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-12-10
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
gallium: more vertex count checks
Alan Hourihane
2008-12-10
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-10-06
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-02
draw: don't keep refetching constant inputs
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-06-18
gallium: split long prims into chunks with an even number of vertices
Brian Paul
2008-06-06
draw: fix intermediate buffer confusion in draw_vs_varient.c
Keith Whitwell
2008-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
draw: share machine
Keith Whitwell
2008-05-27
draw: support psize in vs_varient paths
Keith Whitwell
2008-05-27
draw: add disabled debug code
Keith Whitwell
2008-05-27
draw: ensure vs outputs mapped correctly to vinfo attribs
Keith Whitwell
2008-05-27
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
2008-05-27
draw: Fix for EMIT_4UB case
Jakob Bornecrantz
2008-05-27
draw: hook up viewport / rhw emit to varient key state
Keith Whitwell
2008-05-23
draw: fse works with elts, remove assert
Keith Whitwell
2008-05-23
draw: add viewport to varient state
Keith Whitwell
2008-05-23
draw: create specialized vs varients incorporating fetch & emit
Keith Whitwell
2008-05-23
draw: get rid of fetch-shade-emit frontend hack
Keith Whitwell
2008-05-12
draw: turn fse path into a middle end
Keith Whitwell
2008-05-12
draw: add fetch-shade-emit path
Keith Whitwell