summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-0/+1
* Add lame support for instanceID to draw module.Michal Krol2009-12-301-1/+2
* gallium: more work for edgeflags changesRoland Scheidegger2009-12-141-1/+2
* gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-5/+0
* draw: use u_reduced_prim() functionBrian Paul2009-06-191-1/+0
* gallium/draw: cope with unused vertex_elementsKeith Whitwell2009-05-051-0/+1
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-1/+1
* draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell2009-02-171-2/+0
* draw: attempt atomic submit of large drawelements callsKeith Whitwell2008-08-261-2/+2
* draw: respect driver's max vertex buffer sizeKeith Whitwell2008-06-041-2/+6
* draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+9
* draw: get rid of fetch-shade-emit frontend hackKeith Whitwell2008-05-231-1/+0
* draw: turn fse path into a middle endKeith Whitwell2008-05-121-1/+8
* draw: add fetch-shade-emit pathKeith Whitwell2008-05-121-0/+3
* redo the linear pathsZack Rusin2008-05-081-4/+2
* implement linear emition and fetching and plug it in the varray pathsZack Rusin2008-05-081-0/+18
* frontend for rendering without eltsZack Rusin2008-04-251-0/+1
* draw: handle edgeflags and reset-line-stipple againKeith Whitwell2008-04-241-9/+0
* draw: move incoming vertex state into draw->ptKeith Whitwell2008-04-191-7/+2
* draw: always emit header in draw_pt_fetch.cKeith Whitwell2008-04-191-1/+0
* draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell2008-04-191-0/+6
* draw: remove fetch_pipeline middle end -- just use the general pathKeith Whitwell2008-04-181-11/+15
* draw: split off all the extra functionality in the vertex shaderKeith Whitwell2008-04-181-7/+44
* draw: move hw vertex emit to a new moduleKeith Whitwell2008-04-171-0/+33
* draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell2008-04-161-2/+4
* Implement fetch/shade/pipeline or emit vertex passthrough.Zack Rusin2008-04-141-1/+1
* draw: fix edgeflag handling on the pt pathsKeith Whitwell2008-04-061-0/+10
* draw: add passthrough path to the pipelineKeith Whitwell2008-04-031-0/+1
* draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell2008-04-021-3/+3
* draw: more flatshade_first changesKeith Whitwell2008-04-011-1/+1
* draw: pre-declare referenced structsKeith Whitwell2008-03-241-0/+2
* draw: fix crlfKeith Whitwell2008-03-231-116/+116
* draw: fix some unsigned vs ushort confusionKeith Whitwell2008-03-231-1/+1
* gallium: beginnings of draw module vertex reworkKeith Whitwell2008-03-231-0/+116