aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs_varient.c
Commit message (Expand)AuthorAgeFilesLines
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-0/+4
* draw: fix temp vs output buffer typo in vsvg_run_eltsKeith Whitwell2008-06-071-1/+1
* draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell2008-06-061-83/+92
* draw: init vsvg draw pointerKeith Whitwell2008-06-041-1/+4
* draw: Put PIPE_CDECL in the right places.José Fonseca2008-05-291-8/+8
* draw: share machineKeith Whitwell2008-05-291-35/+14
* draw: Decorate callbacks with PIPE_CDECL.Michal Krol2008-05-281-8/+8
* draw: support psize in vs_varient pathsKeith Whitwell2008-05-271-5/+19
* draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell2008-05-271-5/+5
* draw: hook up viewport / rhw emit to varient key stateKeith Whitwell2008-05-271-9/+43
* draw: add viewport support to generic vs varient codeKeith Whitwell2008-05-251-2/+41
* draw: add viewport to varient stateKeith Whitwell2008-05-231-0/+10
* draw: create specialized vs varients incorporating fetch & emitKeith Whitwell2008-05-231-0/+229