aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: don't assume a rast is set when validating for clearsIlia Mirkin2017-04-021-3/+4
* nv50,nvc0: don't keep track of whether fb rt0 is integer-onlyIlia Mirkin2016-10-211-21/+0
* nv50,nvc0: fix depth range when halfz is enabledIlia Mirkin2016-08-141-2/+7
* nv50: fix alphatest for non-blendable formatsIlia Mirkin2016-07-161-1/+2
* nv50: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-0/+27
* nv50,nvc0: add support for cull distancesTobias Klausmann2016-05-151-4/+11
* nv50: Mark compute states as dirty on context switchPierre Moreau2016-03-191-0/+1
* nv50: rework the validation path for 3DSamuel Pitoiset2016-03-191-12/+24
* nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset2016-03-191-3/+3
* nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset2016-03-191-45/+45
* nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset2016-03-191-15/+15
* nv50: remove unnecessary includeBen Skeggs2016-02-161-1/+0
* nv50,nvc0: remove unused parameter in nvXX_state_validate()Samuel Pitoiset2016-02-111-1/+1
* gallium/drivers/nouveau: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-2/+1
* nv50,nvc0: allow to create resources other than buffersSamuel Pitoiset2015-12-011-0/+2
* nv50: allow using inline vertex data submit when gl_VertexID is usedSamuel Pitoiset2015-11-191-2/+1
* nv50: allow per-sample interpolation to be forced via rastIlia Mirkin2015-10-291-1/+1
* nv50: avoid using inline vertex data submit when gl_VertexID is usedIlia Mirkin2015-09-051-1/+2
* nv50: account for the int RT0 rule for alpha-to-one/covIlia Mirkin2015-08-231-0/+22
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-7/+7
* nv50, nvc0: enable at least one color RT if alphatest is enabledIlia Mirkin2015-07-101-0/+18
* nv50: keep track of PGRAPH state in nv50_screenIlia Mirkin2015-05-091-0/+2
* nv50: regenerate rnndb headersIlia Mirkin2015-01-051-1/+1
* nv50: remove unused variablesIlia Mirkin2014-09-011-1/+0
* nv50: mt address may not be the underlying bo's start addressIlia Mirkin2014-09-011-4/+4
* nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2014-05-231-0/+4
* nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-2/+34
* nv50: make sure to clear _all_ layers of all attachmentsIlia Mirkin2014-02-221-0/+1
* nv50: mark scissors/viewports dirty on context switchIlia Mirkin2014-02-131-0/+2
* nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin2014-02-121-37/+69
* nv50: add comments about CB_AUX contentsIlia Mirkin2014-01-271-1/+1
* nv50, nvc0: clear out RT on a null cbufIlia Mirkin2014-01-271-4/+26
* nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2013-12-041-2/+2
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+414