summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02nvc0: Add support for ARB_post_depth_coverageLyude1-0/+5
2017-04-20nvc0: Add support for setting viewport index/layer from VS/TESIlia Mirkin1-5/+21
2016-09-01nvc0: refactor the program upload processSamuel Pitoiset1-1/+1
2016-08-31nvc0: remove an attempt at uploading all IMMD into a CBSamuel Pitoiset1-20/+0
2016-03-06nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin1-1/+0
2016-02-26nvc0: rework nvc0_compute_validate_program()Samuel Pitoiset1-0/+15
2016-02-22nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset1-4/+4
2016-02-22nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset1-2/+2
2016-02-22nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset1-2/+2
2016-02-04nvc0: add support for ARB_query_buffer_objectIlia Mirkin1-1/+1
2016-01-01nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin1-0/+1
2015-12-14nvc0: check return value of nvc0_program_validate()Samuel Pitoiset1-4/+1
2015-11-05nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin1-1/+1
2015-10-29nvc0: do upload-time fixups for interpolation parametersIlia Mirkin1-1/+47
2015-10-09nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset1-2/+3
2015-10-09nvc0: add a header file for nvc0_querySamuel Pitoiset1-2/+2
2015-08-17nvc0: bind a fake tess control program when there isn't one availableIlia Mirkin1-1/+6
2015-07-23nvc0: add support for setting patch vertices at draw timeIlia Mirkin1-3/+0
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-6/+6
2015-06-23nvc0: always put all tfb bufs into bufctxIlia Mirkin1-3/+4
2015-06-22nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot1-1/+1
2015-02-14nvc0: allow holes in xfb target listsIlia Mirkin1-1/+8
2014-07-01nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin1-1/+1
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin1-0/+2
2014-02-07nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller1-1/+1
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+278