summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_state.c
AgeCommit message (Expand)AuthorFilesLines
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-55/+27
2010-04-10Squashed commit of the following:Keith Whitwell1-4/+4
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-7/+32
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs1-1/+4
2010-02-26nv50: adapt to vertex elements csoChristoph Bumiller1-6/+28
2010-02-25nv50: update to handle new sampler view stateChristoph Bumiller1-30/+34
2010-02-25nv50: Fix after sampler view changes.Michal Krol1-13/+48
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger1-5/+5
2010-02-11nv50: adapt to stencil ref changesRoland Scheidegger1-5/+15
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger1-1/+1
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-1/+1
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-26nv50: supports independent blend enablesChristoph Bumiller1-16/+40
2010-01-25nouveau: adapt drviers to blend changesRoland Scheidegger1-11/+11
2010-01-16nv50: hook up geometry programsChristoph Bumiller1-2/+42
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-3/+3
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-2/+0
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis1-3/+3
2009-12-31nv50: multiply polygon offset units by 2Christoph Bumiller1-1/+1
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki1-7/+6
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-3/+3
2009-12-12nv50: fix depth comparison func TSC bitsChristoph Bumiller1-2/+3
2009-12-12nv50: support vertex program texturesChristoph Bumiller1-16/+43
2009-12-01nv: Update for renamed sampler/texture state setters.Michal Krol1-2/+2
2009-10-22nv50: handle PIPE_TEX_FILTER_ANISO caseChristoph Bumiller1-15/+11
2009-09-15nv50: add preliminary support for point spritesChristoph Bumiller1-0/+3
2009-09-15nv50: add support for light-twosideChristoph Bumiller1-0/+3
2009-08-29nv50: set provoking vertex stateChristoph Bumiller1-0/+2
2009-08-17nv50: fix stencil stateChristoph Bumiller1-6/+6
2009-07-29nv50: TIC/TSC fixes and additionsChristoph Bumiller1-1/+6
2009-06-06nv50: support non-normalized texture coordsBen Skeggs1-2/+4
2009-05-28nv50: some mipmapping fixesBen Skeggs1-1/+8
2009-03-07nouveau: make stateobjs start off with refcount of 1Ben Skeggs1-0/+3
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin1-4/+4
2009-01-13nv50: shadow mappingBen Skeggs1-0/+5
2009-01-13nv50: anisoBen Skeggs1-0/+21
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs1-1/+0
2008-08-07nouveau: fix buildBen Skeggs1-1/+1
2008-07-23nv all: Copy shader tokens on create, free on delete.Younes Manton1-6/+12
2008-07-11nv50: demagic tex filter / wrap modeBen Skeggs1-2/+63
2008-07-11nv50: add license headers to .c filesBen Skeggs1-0/+22
2008-06-29nv50: fixes after rebase + commits note on the code that was just pushed.Ben Skeggs1-2/+2
2008-06-29nv50: reverse stencil sides, header is wrongBen Skeggs1-5/+6
2008-06-29nv50: fix line stippleBen Skeggs1-1/+1
2008-06-29nv50: don't multiply polygon offset units by 2.0 like on nv40Ben Skeggs1-1/+1
2008-06-29nv50: turn on depth test/write again, not 100% but winsys handles it betterBen Skeggs1-2/+2