summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-3/+0
2017-04-20nvc0: Add support for setting viewport index/layer from VS/TESIlia Mirkin1-0/+3
2017-04-02nvc0: fragprog may not be set when e.g. clearingIlia Mirkin1-2/+3
2017-01-16nvc0: enable FBFETCH with a special slot for color buffer 0Ilia Mirkin1-1/+92
2016-10-21nv50,nvc0: don't keep track of whether fb rt0 is integer-onlyIlia Mirkin1-21/+0
2016-10-10nvc0: fix valid range for shader buffersSamuel Pitoiset1-0/+1
2016-08-14nv50,nvc0: fix depth range when halfz is enabledIlia Mirkin1-2/+7
2016-07-24nvc0: upload sample locations on GM20xSamuel Pitoiset1-0/+13
2016-07-23nvc0: fix wrong indentation in nvc0_validate_fb()Samuel Pitoiset1-141/+141
2016-07-11nvc0: use a define for the driver constant buffer sizeSamuel Pitoiset1-4/+4
2016-06-26nvc0: update "derived" state function namesIlia Mirkin1-8/+8
2016-06-26nvc0: provide support for unscaled poly offset unitsIlia Mirkin1-0/+21
2016-06-18nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin1-0/+25
2016-06-04nvc0: mark bound buffer range validIlia Mirkin1-0/+3
2016-05-23nvc0: do not invalidate compute constbufs on KeplerSamuel Pitoiset1-4/+6
2016-05-15nv50,nvc0: add support for cull distancesTobias Klausmann1-0/+1
2016-05-11nvc0: fix gl_SampleMaskIn computationIlia Mirkin1-2/+11
2016-04-26nvc0: reserve an area for surfaces info in the driver constbufSamuel Pitoiset1-4/+4
2016-04-26nvc0: add preliminary support for imagesSamuel Pitoiset1-0/+1
2016-04-09nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin1-10/+26
2016-03-19nvc0: avoid using magic numbers for the uniform_bo offsetsSamuel Pitoiset1-13/+15
2016-03-09nvc0: rework the validation path for 3DSamuel Pitoiset1-12/+24
2016-02-26nvc0: move nvc0_validate_global_residents() to nvc0_compute.cSamuel Pitoiset1-15/+0
2016-02-22nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset1-5/+5
2016-02-22nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset1-44/+44
2016-02-22nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset1-12/+12
2016-02-21nvc0: invalidate compute state when switching pipe contextsSamuel Pitoiset1-1/+2
2016-02-21nvc0: bind driver constbuf for compute on FermiSamuel Pitoiset1-0/+2
2016-02-21nvc0: add a new validation state for 3D driver constbufSamuel Pitoiset1-0/+18
2016-02-21nvc0: bind constant buffers for compute on FermiSamuel Pitoiset1-0/+5
2016-02-21nvc0: allocate an area for compute user constbufsSamuel Pitoiset1-6/+6
2016-02-17nvc0: invalidate all buffers when switching pipe contextsSamuel Pitoiset1-0/+1
2016-02-16nvc0: remove unnecessary includesBen Skeggs1-1/+0
2016-02-11nv50,nvc0: remove unused parameter in nvXX_state_validate()Samuel Pitoiset1-1/+1
2016-01-29nvc0: add state management for shader buffersIlia Mirkin1-0/+34
2016-01-29nvc0: double per-shader stage driver constants areaIlia Mirkin1-6/+6
2015-12-06gallium/drivers/nouveau: Make use of ARRAY_SIZE macroEdward O'Callaghan1-2/+1
2015-10-29nvc0: share shaders between contexts and build immediatelyIlia Mirkin1-0/+3
2015-10-29nvc0: do upload-time fixups for interpolation parametersIlia Mirkin1-1/+1
2015-09-09nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin1-1/+2
2015-08-17nvc0: implement the color buffer 0 is integer rule for alpha-to-one/covIlia Mirkin1-0/+21
2015-07-25nvc0: fix geometry program revalidation of clipping paramsIlia Mirkin1-1/+1
2015-07-23nvc0: add handling for set_tess_state callbackIlia Mirkin1-0/+11
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2015-07-21nvc0: force cache flush when binding a new uboSamuel Pitoiset1-0/+2
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-10/+10
2015-07-10nv50, nvc0: enable at least one color RT if alphatest is enabledIlia Mirkin1-0/+18
2015-06-22nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot1-1/+1
2015-05-09nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin1-0/+2
2015-01-05nv50: regenerate rnndb headersIlia Mirkin1-1/+1