summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_varient.c
AgeCommit message (Expand)Author
2010-12-16draw: s/varient/variant/Brian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-04-28draw: put 'create' in the vs varient create function namesBrian Paul
2010-04-26draw: Pass-through pipe_buffer::max_index to translate.José Fonseca
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21draw: Remove unnecessary headers.Vinson Lee
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-30Implement instanced indexed draw.Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2008-10-02draw: don't keep refetching constant inputsKeith Whitwell
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-19gallium: fix an assertionBrian Paul
2008-06-11draw: don't assume vertex position is in data[0]Keith Whitwell
2008-06-07draw: fix temp vs output buffer typo in vsvg_run_eltsKeith Whitwell
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
2008-06-04draw: init vsvg draw pointerKeith Whitwell
2008-05-29draw: Put PIPE_CDECL in the right places.José Fonseca
2008-05-29draw: share machineKeith Whitwell
2008-05-28draw: Decorate callbacks with PIPE_CDECL.Michal Krol
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell
2008-05-25draw: add viewport support to generic vs varient codeKeith Whitwell
2008-05-23draw: add viewport to varient stateKeith Whitwell
2008-05-23draw: create specialized vs varients incorporating fetch & emitKeith Whitwell