summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_context.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-0/+15
* nvc0: add a new bin for the code segmentSamuel Pitoiset2016-09-011-2/+2
* nvc0: upload sample locations on GM20xSamuel Pitoiset2016-07-241-5/+17
* nvc0: bind images for 3d/cp shaders on GM107+Samuel Pitoiset2016-07-201-1/+4
* nvc0: fix memory barrier flag handlingIlia Mirkin2016-06-041-9/+16
* nvc0: fix indentation in nvc0_invalidate_resource_storage()Samuel Pitoiset2016-05-121-52/+52
* nvc0: save some CPU cycles in nvc0_context_unreference_resources()Samuel Pitoiset2016-05-121-8/+6
* nvc0: invalidate texture buffers for computeSamuel Pitoiset2016-05-121-3/+8
* nvc0: unreference images when the context is destroyedSamuel Pitoiset2016-05-061-0/+4
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-291-1/+0
* nvc0: add missing glMemoryBarrier bitsSamuel Pitoiset2016-04-261-1/+8
* nvc0: add preliminary support for imagesSamuel Pitoiset2016-04-261-0/+17
* nv50,nvc0: support sending string markers down into the command streamIlia Mirkin2016-04-091-0/+25
* nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset2016-02-221-13/+13
* nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset2016-02-221-9/+9
* nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset2016-02-221-8/+8
* nvc0: bind shader buffers for compute on FermiSamuel Pitoiset2016-02-211-3/+8
* nvc0: bind driver constbuf for compute on FermiSamuel Pitoiset2016-02-211-0/+6
* nvc0: bind constant buffers for compute on FermiSamuel Pitoiset2016-02-211-3/+8
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-041-10/+3
* nvc0: handle shader buffer memory barrierIlia Mirkin2016-01-291-0/+4
* nvc0: add state management for shader buffersIlia Mirkin2016-01-291-0/+17
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-11-221-8/+9
* nouveau: add support for sending debug messages via KHR_debugIlia Mirkin2015-11-051-0/+1
* nouveau: avoid build failures since 0fc21ecfIlia Mirkin2015-08-261-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* nvc0: bind a fake tess control program when there isn't one availableIlia Mirkin2015-08-171-7/+18
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-6/+6
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-221-2/+2
* nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin2015-05-091-1/+6
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin2014-11-231-7/+7
* nv50,nvc0: actually check constbufs for invalidationIlia Mirkin2014-11-231-1/+3
* nvc0: avoid null deref of screen when collecting statsIlia Mirkin2014-09-081-1/+1
* nv50,nvc0: get rid of draw module supportIlia Mirkin2014-09-051-15/+0
* nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin2014-07-031-1/+21
* nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2014-05-231-4/+5
* nvc0: enable support for maxwell boardsBen Skeggs2014-05-151-1/+2
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-021-0/+21
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+402