summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_state.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-14nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs1-389/+0
2011-01-08nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller1-1/+1
2010-09-24nvfx: allow setting NULL constant buffersLuca Barbieri1-1/+1
2010-09-05nvfx: switch to rules-ng-ng register headersLuca Barbieri1-34/+34
2010-08-23nvfx: support both sprite coord originsLuca Barbieri1-1/+2
2010-08-22nvfx: move stuff aroundLuca Barbieri1-82/+0
2010-08-22nvfx: make stipple setting independent of enableLuca Barbieri1-7/+0
2010-08-21nvfx: fix GPU hardlocks when depth buffer is absentLuca Barbieri1-3/+1
2010-08-21nvfx: support flatshade_firstLuca Barbieri1-0/+3
2010-08-21nvfx: support proper shader linkage - adds glsl supportLuca Barbieri1-14/+11
2010-08-21nvfx: rewrite draw code and buffer codeLuca Barbieri1-84/+0
2010-08-21nvfx: refactor sampling code, add support for swizzles and depth texLuca Barbieri1-112/+0
2010-08-21nvfx: reference count bound objectsLuca Barbieri1-7/+29
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+15
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-0/+7
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-0/+7
2010-05-14gallium: more work on ccw flag removalKeith Whitwell1-1/+1
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-50/+23
2010-04-12nvfx: Add support for two sided colorLuca Barbieri1-1/+3
2010-04-12nvfx: rework validation logic to use code and avoid stateobjsLuca Barbieri1-0/+17
2010-04-12nvfx: add NVFX_NEW_{FRAG,VERT}CONSTLuca Barbieri1-2/+2
2010-04-12nvfx: so->sb: blendLuca Barbieri1-24/+21
2010-04-12nvfx: so->sb: zsaLuca Barbieri1-36/+32
2010-04-12nvfx: so->sb: rasterizerLuca Barbieri1-48/+44
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2010-03-15nvfx: fix up after mergeKeith Whitwell1-9/+7
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+652
2010-03-15nv30, nv40: partially non-trivially unify sampler state in nv[34]0_state.cLuca Barbieri1-16/+33
2010-03-15nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri1-4/+1
2010-03-15nv30, nv40: partially unify nv[34]0_state.cLuca Barbieri1-0/+605