summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_varray.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-16gallium: fix some assertsAlan Hourihane1-4/+4
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+3
2008-06-19draw: Fix MSVC integer size conversion warning.José Fonseca1-1/+1
2008-06-18gallium: split long prims into chunks with an even number of verticesBrian Paul1-0/+4
2008-06-10draw: rework splitting of fan/loop prims in varray.c, fix flatshade issuesKeith Whitwell1-86/+52
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell1-1/+4
2008-06-02draw: Fix MSVC warnings.José Fonseca1-2/+2
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz1-3/+3
2008-05-13decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin1-3/+8
2008-05-12draw: turn fse path into a middle endKeith Whitwell1-45/+0
2008-05-12draw: streamline the varray pathKeith Whitwell1-86/+20
2008-05-08redo the linear pathsZack Rusin1-19/+8
2008-05-08implement linear path for fetch_emit pipelineZack Rusin1-0/+1
2008-05-08don't fill in linear fetch_eltsZack Rusin1-1/+3
2008-05-08implement linear emition and fetching and plug it in the varray pathsZack Rusin1-2/+24
2008-05-08split larger primitives in the simple varray ptZack Rusin1-3/+59
2008-05-08abstract fetching eltsZack Rusin1-6/+11
2008-05-01draw: squash warningsKeith Whitwell1-1/+0
2008-04-25draw: emit extra flags whenever pipeline is activeKeith Whitwell1-5/+4
2008-04-25frontend for rendering without eltsZack Rusin1-0/+251