summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-1/+2
* draw: second argument to unmap is max, not countKeith Whitwell2009-02-171-3/+3
* draw: add map/unmap directives for swtnl driver interfaceKeith Whitwell2009-02-171-49/+55
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-2/+2
* gallium: change 65535 to UNDEFINED_VERTEX_IDAlan Hourihane2008-12-101-3/+3
* gallium: more vertex count checksAlan Hourihane2008-12-101-2/+12
* gallium: temporary check for > 65535 verticesAlan Hourihane2008-12-101-0/+3
* make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell2008-10-061-3/+3
* draw: don't keep refetching constant inputsKeith Whitwell2008-10-021-18/+19
* draw: attempt atomic submit of large drawelements callsKeith Whitwell2008-08-261-3/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* gallium: split long prims into chunks with an even number of verticesBrian Paul2008-06-181-0/+9
* draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell2008-06-061-0/+7
* draw: respect driver's max vertex buffer sizeKeith Whitwell2008-06-041-7/+10
* draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+49
* draw: share machineKeith Whitwell2008-05-291-6/+0
* draw: support psize in vs_varient pathsKeith Whitwell2008-05-271-32/+3
* draw: add disabled debug codeKeith Whitwell2008-05-271-1/+27
* draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell2008-05-271-0/+1
* draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell2008-05-271-5/+9
* draw: Fix for EMIT_4UB caseJakob Bornecrantz2008-05-271-1/+4
* draw: hook up viewport / rhw emit to varient key stateKeith Whitwell2008-05-271-2/+2
* draw: fse works with elts, remove assertKeith Whitwell2008-05-231-8/+2
* draw: add viewport to varient stateKeith Whitwell2008-05-231-1/+8
* draw: create specialized vs varients incorporating fetch & emitKeith Whitwell2008-05-231-0/+338
* draw: get rid of fetch-shade-emit frontend hackKeith Whitwell2008-05-231-677/+0
* draw: turn fse path into a middle endKeith Whitwell2008-05-121-38/+1
* draw: add fetch-shade-emit pathKeith Whitwell2008-05-121-0/+714