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.h
Age
Commit message (
Expand
)
Author
2009-06-19
draw: use u_reduced_prim() function
Brian Paul
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-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-05-29
draw: draw_range_elements trial
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
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-25
frontend for rendering without elts
Zack Rusin
2008-04-24
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
draw: always emit header in draw_pt_fetch.c
Keith Whitwell
2008-04-19
draw: remove named clipmask flags, tidy up pt middle ends
Keith Whitwell
2008-04-18
draw: remove fetch_pipeline middle end -- just use the general path
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-16
draw: make pt run pipeline when need_pipeline is true, not just when clipped
Keith Whitwell
2008-04-14
Implement fetch/shade/pipeline or emit vertex passthrough.
Zack Rusin
2008-04-06
draw: fix edgeflag handling on the pt paths
Keith Whitwell
2008-04-03
draw: add passthrough path to the pipeline
Keith Whitwell
2008-04-02
draw: Set the backend prim in the pt 'prepare' operation
Keith Whitwell
2008-04-01
draw: more flatshade_first changes
Keith Whitwell
2008-03-24
draw: pre-declare referenced structs
Keith Whitwell
2008-03-23
draw: fix crlf
Keith Whitwell
2008-03-23
draw: fix some unsigned vs ushort confusion
Keith Whitwell
2008-03-23
gallium: beginnings of draw module vertex rework
Keith Whitwell