summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_context.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-1/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-13/+0
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-4/+4
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+10
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-1/+1
2016-09-01nvc0: add a new bin for the code segmentSamuel Pitoiset1-2/+2
2016-07-24nvc0: upload sample locations on GM20xSamuel Pitoiset1-5/+17
2016-07-20nvc0: bind images for 3d/cp shaders on GM107+Samuel Pitoiset1-1/+4
2016-06-04nvc0: fix memory barrier flag handlingIlia Mirkin1-9/+16
2016-05-12nvc0: fix indentation in nvc0_invalidate_resource_storage()Samuel Pitoiset1-52/+52
2016-05-12nvc0: save some CPU cycles in nvc0_context_unreference_resources()Samuel Pitoiset1-8/+6
2016-05-12nvc0: invalidate texture buffers for computeSamuel Pitoiset1-3/+8
2016-05-06nvc0: unreference images when the context is destroyedSamuel Pitoiset1-0/+4
2016-04-29nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset1-1/+0
2016-04-26nvc0: add missing glMemoryBarrier bitsSamuel Pitoiset1-1/+8
2016-04-26nvc0: add preliminary support for imagesSamuel Pitoiset1-0/+17
2016-04-09nv50,nvc0: support sending string markers down into the command streamIlia Mirkin1-0/+25
2016-02-22nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset1-13/+13
2016-02-22nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset1-9/+9
2016-02-22nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset1-8/+8
2016-02-21nvc0: bind shader buffers for compute on FermiSamuel Pitoiset1-3/+8
2016-02-21nvc0: bind driver constbuf for compute on FermiSamuel Pitoiset1-0/+6
2016-02-21nvc0: bind constant buffers for compute on FermiSamuel Pitoiset1-3/+8
2016-02-04nvc0: add support for ARB_query_buffer_objectIlia Mirkin1-10/+3
2016-01-29nvc0: handle shader buffer memory barrierIlia Mirkin1-0/+4
2016-01-29nvc0: add state management for shader buffersIlia Mirkin1-0/+17
2015-11-22nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin1-8/+9
2015-11-05nouveau: add support for sending debug messages via KHR_debugIlia Mirkin1-0/+1
2015-08-26nouveau: avoid build failures since 0fc21ecfIlia Mirkin1-1/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-08-17nvc0: bind a fake tess control program when there isn't one availableIlia Mirkin1-7/+18
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-6/+6
2015-06-22nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot1-2/+2
2015-05-09nvc0: keep track of PGRAPH state in nvc0_screenIlia Mirkin1-1/+6
2014-12-08Remove useless checks for NULL before freeingMatt Turner1-2/+1
2014-11-23nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin1-7/+7
2014-11-23nv50,nvc0: actually check constbufs for invalidationIlia Mirkin1-1/+3
2014-09-08nvc0: avoid null deref of screen when collecting statsIlia Mirkin1-1/+1
2014-09-05nv50,nvc0: get rid of draw module supportIlia Mirkin1-15/+0
2014-07-03nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin1-1/+21
2014-05-23nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller1-4/+5
2014-05-15nvc0: enable support for maxwell boardsBen Skeggs1-1/+2
2014-05-02nouveau: add ARB_buffer_storage supportIlia Mirkin1-0/+21
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+402