summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_shader_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-02nv50: don't assume a rast is set when validating for clearsIlia Mirkin1-0/+3
2016-07-16nv50: fix alphatest for non-blendable formatsIlia Mirkin1-0/+36
2016-06-11nv50: reinstate dedicated constbuf push pathIlia Mirkin1-0/+1
2016-05-15nv50,nvc0: add support for cull distancesTobias Klausmann1-2/+3
2016-03-19nv50: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin1-2/+0
2016-03-19nv50: rework nv50_compute_validate_program()Samuel Pitoiset1-0/+15
2016-03-19nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset1-6/+6
2016-03-19nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset1-5/+5
2016-03-19nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset1-5/+5
2015-11-05nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin1-1/+1
2015-10-30nv50: move HW queries to nv50_query_hw.c/h filesSamuel Pitoiset1-3/+4
2015-10-30nv50: add a header file for nv50_querySamuel Pitoiset1-2/+2
2015-10-29nv50: allow per-sample interpolation to be forced via rastIlia Mirkin1-2/+14
2015-10-11nv50,nvc0: don't base decisions on available pushbuf spaceIlia Mirkin1-7/+2
2015-09-05nv50: fix drawing from tfb, direct-to-pushbuf submitsIlia Mirkin1-3/+4
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-07-21nv50: force cache flush when binding a new uboSamuel Pitoiset1-0/+2
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-9/+9
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin1-0/+13
2014-02-12nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin1-1/+14
2014-02-06nv50: fix layerid to be the fp input number rather than vp output numberIlia Mirkin1-5/+7
2014-02-06nv50: rework primid logicIlia Mirkin1-1/+3
2014-01-27nv50: VP_RESULT_MAP_SIZE has to be positiveIlia Mirkin1-0/+4
2014-01-27nv50: enable primitive id generation when it is an FP input without GPIlia Mirkin1-9/+4
2014-01-27nv50: handle gl_Layer writes in GPIlia Mirkin1-1/+11
2014-01-27nv50: add support for geometry shadersBryan Cain1-0/+2
2014-01-18nv50: typecast the result of ffs() to unsignedEmil Velikov1-1/+1
2014-01-18nv50: assert before trying to out-of-bounds access constbufEmil Velikov1-0/+2
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+623