aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: remove unnecessary includesBen Skeggs2016-02-161-1/+0
* nv50,nvc0: remove unused parameter in nvXX_state_validate()Samuel Pitoiset2016-02-111-1/+1
* nvc0: add state management for shader buffersIlia Mirkin2016-01-291-0/+34
* nvc0: double per-shader stage driver constants areaIlia Mirkin2016-01-291-6/+6
* gallium/drivers/nouveau: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-2/+1
* nvc0: share shaders between contexts and build immediatelyIlia Mirkin2015-10-291-0/+3
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-291-1/+1
* nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin2015-09-091-1/+2
* nvc0: implement the color buffer 0 is integer rule for alpha-to-one/covIlia Mirkin2015-08-171-0/+21
* nvc0: fix geometry program revalidation of clipping paramsIlia Mirkin2015-07-251-1/+1
* nvc0: add handling for set_tess_state callbackIlia Mirkin2015-07-231-0/+11
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* nvc0: force cache flush when binding a new uboSamuel Pitoiset2015-07-211-0/+2
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-10/+10
* nv50, nvc0: enable at least one color RT if alphatest is enabledIlia Mirkin2015-07-101-0/+18
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-221-1/+1
* nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin2015-05-091-0/+2
* nv50: regenerate rnndb headersIlia Mirkin2015-01-051-1/+1
* nvc0: remove vport_int hack and instead use the usual state validationIlia Mirkin2014-06-191-5/+0
* nvc0: implement multiple viewports/scissors, enable ARB_viewport_arrayTobias Klausmann2014-06-161-46/+71
* nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2014-05-231-0/+1
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-4/+30
* nv50, nvc0: clear out RT on a null cbufIlia Mirkin2014-01-271-3/+25
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+577