summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_state.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-131-3/+6
* nv50: add back initialization of redefine_user_bufferChristoph Bumiller2011-03-091-0/+2
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-051-1/+1
* nv50: check grclass instead of chipset for 3D capsChristoph Bumiller2011-03-031-4/+2
* nv50: implement independent blend functions for nva3+ and fix capChristoph Bumiller2011-03-021-4/+27
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-49/+51
* nv50: multiply polygon offset units by 2Ben Skeggs2011-03-011-1/+1
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-2/+1
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-665/+621
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller2011-01-081-5/+4
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+3
* nv50: fix GP state bind and validateChristoph Bumiller2010-09-281-1/+1
* Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-08-181-0/+15
|\
| * gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+15
* | nouveau: update nouveau_class.hChristoph Bumiller2010-07-241-4/+51
* | nv50: import new compilerChristoph Bumiller2010-07-231-3/+0
|/
* nv50: implement depth clampChristoph Bumiller2010-07-231-0/+4
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+7
|\
| * nv50: fix typo: s/_/./Brian Paul2010-05-191-1/+1
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
* | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-1/+1
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-55/+27
|/
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-7/+32
|\
| * nv50: make use of scissor enable/disable methodBen Skeggs2010-03-101-1/+4
| * nv50: adapt to vertex elements csoChristoph Bumiller2010-02-261-6/+28
* | nv50: update to handle new sampler view stateChristoph Bumiller2010-02-251-30/+34
* | nv50: Fix after sampler view changes.Michal Krol2010-02-251-13/+48
|/
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-5/+5
* nv50: adapt to stencil ref changesRoland Scheidegger2010-02-111-5/+15
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-1/+1
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-1/+1
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | nv50: supports independent blend enablesChristoph Bumiller2010-01-261-16/+40
* | nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-251-11/+11
* | nv50: hook up geometry programsChristoph Bumiller2010-01-161-2/+42
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+3
|\ \ | |/ |/|
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-3/+3
* | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-2/+0
* | nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-3/+3
* | nv50: multiply polygon offset units by 2Christoph Bumiller2009-12-311-1/+1
* | nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki2009-12-281-7/+6
|/
* nv50: fix depth comparison func TSC bitsChristoph Bumiller2009-12-121-2/+3
* nv50: support vertex program texturesChristoph Bumiller2009-12-121-16/+43
* nv: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* nv50: handle PIPE_TEX_FILTER_ANISO caseChristoph Bumiller2009-10-221-15/+11
* nv50: add preliminary support for point spritesChristoph Bumiller2009-09-151-0/+3