summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_varray.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix some assertsAlan Hourihane2008-12-161-4/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+3
* draw: Fix MSVC integer size conversion warning.José Fonseca2008-06-191-1/+1
* gallium: split long prims into chunks with an even number of verticesBrian Paul2008-06-181-0/+4
* draw: rework splitting of fan/loop prims in varray.c, fix flatshade issuesKeith Whitwell2008-06-101-86/+52
* draw: respect driver's max vertex buffer sizeKeith Whitwell2008-06-041-1/+4
* draw: Fix MSVC warnings.José Fonseca2008-06-021-2/+2
* draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz2008-05-271-3/+3
* decomposition from keith, adds decomposition of more prim to the pipelineZack Rusin2008-05-131-3/+8
* draw: turn fse path into a middle endKeith Whitwell2008-05-121-45/+0
* draw: streamline the varray pathKeith Whitwell2008-05-121-86/+20
* redo the linear pathsZack Rusin2008-05-081-19/+8
* implement linear path for fetch_emit pipelineZack Rusin2008-05-081-0/+1
* don't fill in linear fetch_eltsZack Rusin2008-05-081-1/+3
* implement linear emition and fetching and plug it in the varray pathsZack Rusin2008-05-081-2/+24
* split larger primitives in the simple varray ptZack Rusin2008-05-081-3/+59
* abstract fetching eltsZack Rusin2008-05-081-6/+11
* draw: squash warningsKeith Whitwell2008-05-011-1/+0
* draw: emit extra flags whenever pipeline is activeKeith Whitwell2008-04-251-5/+4
* frontend for rendering without eltsZack Rusin2008-04-251-0/+251