summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: refactor the program upload processSamuel Pitoiset2016-09-011-1/+1
* nvc0: remove an attempt at uploading all IMMD into a CBSamuel Pitoiset2016-08-311-20/+0
* nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2016-03-061-1/+0
* nvc0: rework nvc0_compute_validate_program()Samuel Pitoiset2016-02-261-0/+15
* nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset2016-02-221-4/+4
* nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset2016-02-221-2/+2
* nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset2016-02-221-2/+2
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-041-1/+1
* nv50,nvc0: make sure there's pushbuf space and that we ref the bo earlyIlia Mirkin2016-01-011-0/+1
* nvc0: check return value of nvc0_program_validate()Samuel Pitoiset2015-12-141-4/+1
* nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin2015-11-051-1/+1
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-291-1/+47
* nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset2015-10-091-2/+3
* nvc0: add a header file for nvc0_querySamuel Pitoiset2015-10-091-2/+2
* nvc0: bind a fake tess control program when there isn't one availableIlia Mirkin2015-08-171-1/+6
* nvc0: add support for setting patch vertices at draw timeIlia Mirkin2015-07-231-3/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-6/+6
* nvc0: always put all tfb bufs into bufctxIlia Mirkin2015-06-231-3/+4
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-221-1/+1
* nvc0: allow holes in xfb target listsIlia Mirkin2015-02-141-1/+8
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-011-1/+1
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+2
* nvc0: handle TGSI_SEMANTIC_LAYERChristoph Bumiller2014-02-071-1/+1
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+278