summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_context.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13nouveau: import libdrm_nouveauKarol Herbst1-3/+3
2022-11-02nouveau/nvc0: Remove unused alternative sample position ms8António Monteiro1-8/+0
2022-08-30nvc0: make state handling race freeKarol Herbst1-0/+5
2022-08-30nouveau: make fencing race freeKarol Herbst1-2/+2
2022-08-30nouveau: per context client and pushbufKarol Herbst1-12/+12
2022-08-30nouveau/fence: per context fenceKarol Herbst1-7/+9
2022-08-30nouveau: use PUSH_KICK instead of nouveau_pushbuf_kickKarol Herbst1-1/+1
2022-08-30nouveau: move nouveau_context initialization to common codeKarol Herbst1-5/+1
2022-08-30nouveau: use the contexts pushbuf and client where possibleKarol Herbst1-3/+3
2021-02-02nouveau: add support for SVM migrateJérôme Glisse1-0/+49
2020-01-12nvc0: add dummy reset status supportIlia Mirkin1-0/+7
2019-03-20nvc0: Skip new update barrier bitsKenneth Graunke1-0/+3
2019-01-27nvc0: don't put text segment into bufctxIlia Mirkin1-2/+0
2018-12-14nvc0: always keep TSC slot 0 bound to fix TXFIlia Mirkin1-0/+8
2018-12-14nvc0: replace use of explicit default_tsc with entry 0Ilia Mirkin1-0/+10
2018-01-07nvc0: add support for bindless textures on kepler+Ilia Mirkin1-0/+15
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