summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_varray.c
AgeCommit message (Expand)Author
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-07-10draw: fix decomposition to work with adjacency primitivesZack Rusin
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2008-12-16gallium: fix some assertsAlan Hourihane
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-06-19draw: Fix MSVC integer size conversion warning.José Fonseca
2008-06-18gallium: split long prims into chunks with an even number of verticesBrian Paul
2008-06-10draw: rework splitting of fan/loop prims in varray.c, fix flatshade issuesKeith Whitwell
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin
2008-05-12draw: turn fse path into a middle endKeith Whitwell
2008-05-12draw: streamline the varray pathKeith Whitwell
2008-05-08redo the linear pathsZack Rusin
2008-05-08implement linear path for fetch_emit pipelineZack Rusin
2008-05-08don't fill in linear fetch_eltsZack Rusin
2008-05-08implement linear emition and fetching and plug it in the varray pathsZack Rusin
2008-05-08split larger primitives in the simple varray ptZack Rusin
2008-05-08abstract fetching eltsZack Rusin
2008-05-01draw: squash warningsKeith Whitwell
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell
2008-04-25frontend for rendering without eltsZack Rusin