aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs_varient.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-291-2/+4
* draw: put 'create' in the vs varient create function namesBrian Paul2010-04-281-2/+3
* draw: Pass-through pipe_buffer::max_index to translate.José Fonseca2010-04-261-6/+12
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-2/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * draw: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-2/+3
|\ \
| * | gallium: add geometry shader support to galliumZack Rusin2009-12-251-2/+3
| |/
* | Add lame support for instanceID to draw module.Michal Krol2009-12-301-0/+3
* | Implement instanced indexed draw.Michal Krol2009-12-301-0/+1
* | Implement draw_arrays_instanced() in softpipe.Michal Krol2009-12-291-0/+6
|/
* draw: don't keep refetching constant inputsKeith Whitwell2008-10-021-5/+5
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* gallium: fix an assertionBrian Paul2008-08-191-1/+1
* 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