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_emit.c
Age
Commit message (
Expand
)
Author
2009-12-30
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
Implement instanced indexed draw.
Michal Krol
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-05-27
draw: Fix assertion failure at fetch_emit_prepare
Mike Kaplinksiy
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: added missing brace to fix broken build
Brian Paul
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-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: 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
draw: draw_range_elements trial
Keith Whitwell
2008-05-12
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-09
draw: fix translate double-free, minor cleanups
Keith Whitwell
2008-05-08
redo the linear paths
Zack Rusin
2008-05-08
implement linear path for fetch_emit pipeline
Zack Rusin
2008-04-23
Add translate cache to fetch_emit stage and add out of memory
Zack Rusin
2008-04-21
draw: squash a couple of memory leaks
Keith Whitwell
2008-04-21
draw: propogate lots of errors
Keith Whitwell
2008-04-19
draw: rearrange debug code
Keith Whitwell
2008-04-19
draw: add missing translate->set_buffer for fetch emit path
Keith Whitwell
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
draw: make draw_pt_fetch_emit use translate facility
Keith Whitwell
2008-04-17
draw: add comment
Keith Whitwell
2008-04-16
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-14
silence some warnings
Zack Rusin
2008-04-14
draw: flush pipeline before trying to allocate more hw vertices
Keith Whitwell
2008-04-10
remove usage of vertex_header
Keith Whitwell
2008-04-07
draw: strip edgeflags out of fetch-emit path
Keith Whitwell
2008-04-03
draw: add passthrough path to the pipeline
Keith Whitwell
2008-04-02
draw: add missing break statement
Keith Whitwell
2008-04-02
draw: Set the backend prim in the pt 'prepare' operation
Keith Whitwell
2008-03-27
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-23
draw: rename emit functions to match pipe_format names
Keith Whitwell
2008-03-23
draw: restructure fetch/emit as a pair of function calls
Keith Whitwell
2008-03-23
gallium: beginnings of draw module vertex rework
Keith Whitwell