summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.h
AgeCommit message (Expand)Author
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Add vsplit frontend.Chia-I Wu
2010-08-16draw: Add new util function draw_pt_trim_count.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell
2010-06-16draw: rewrite stream output to handle all the dark cornersZack Rusin
2010-06-15draw: finish the new pipeline setupZack Rusin
2010-06-15draw wipKeith Whitwell
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
2010-04-19draw: Implement index bias.José Fonseca
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-05-05gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-02-17draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell
2008-08-26draw: attempt atomic submit of large drawelements callsKeith Whitwell
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-23draw: get rid of fetch-shade-emit frontend hackKeith Whitwell
2008-05-12draw: turn fse path into a middle endKeith Whitwell
2008-05-12draw: add fetch-shade-emit pathKeith Whitwell
2008-05-08redo the linear pathsZack Rusin
2008-05-08implement linear emition and fetching and plug it in the varray pathsZack Rusin
2008-04-25frontend for rendering without eltsZack Rusin
2008-04-24draw: handle edgeflags and reset-line-stipple againKeith Whitwell
2008-04-19draw: move incoming vertex state into draw->ptKeith Whitwell
2008-04-19draw: always emit header in draw_pt_fetch.cKeith Whitwell
2008-04-19draw: remove named clipmask flags, tidy up pt middle endsKeith Whitwell
2008-04-18draw: remove fetch_pipeline middle end -- just use the general pathKeith Whitwell
2008-04-18draw: split off all the extra functionality in the vertex shaderKeith Whitwell
2008-04-17draw: move hw vertex emit to a new moduleKeith Whitwell
2008-04-16draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell
2008-04-14Implement fetch/shade/pipeline or emit vertex passthrough.Zack Rusin
2008-04-06draw: fix edgeflag handling on the pt pathsKeith Whitwell
2008-04-03draw: add passthrough path to the pipelineKeith Whitwell
2008-04-02draw: Set the backend prim in the pt 'prepare' operationKeith Whitwell
2008-04-01draw: more flatshade_first changesKeith Whitwell
2008-03-24draw: pre-declare referenced structsKeith Whitwell
2008-03-23draw: fix crlfKeith Whitwell
2008-03-23draw: fix some unsigned vs ushort confusionKeith Whitwell
2008-03-23gallium: beginnings of draw module vertex reworkKeith Whitwell