summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv50/nv50_context.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-1/+1
2017-05-20nv50: fix vtxbuf cleanupIlia Mirkin1-1/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-14/+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/+11
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin1-1/+1
2016-06-11nv50: reinstate dedicated constbuf push pathIlia Mirkin1-7/+0
2016-04-09nv50,nvc0: support sending string markers down into the command streamIlia Mirkin1-0/+25
2016-03-19nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset1-12/+12
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-22nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin1-7/+8
2015-11-14nv50: implement a basic compute supportSamuel Pitoiset1-3/+27
2015-11-05nouveau: add support for sending debug messages via KHR_debugIlia Mirkin1-0/+1
2015-09-05nv50: rebind bo to bufctx when invalidating idxbuf storageIlia Mirkin1-1/+5
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-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-7/+7
2015-05-09nv50: keep track of PGRAPH state in nv50_screenIlia Mirkin1-2/+9
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-2/+3
2014-09-05nv50,nvc0: get rid of draw module supportIlia Mirkin1-15/+0
2014-07-03nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin1-1/+21
2014-07-03nv50: disable dedicated ubo upload methodIlia Mirkin1-0/+7
2014-05-23nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller1-5/+2
2014-05-02nouveau: add ARB_buffer_storage supportIlia Mirkin1-0/+21
2014-01-27nv50: copy nvc0's get_sample_position implementationIlia Mirkin1-0/+46
2014-01-18nv50: drop obsolete check from error pathEmil Velikov1-9/+7
2014-01-18nv50: assert before trying to out-of-bounds access framebuffer.cbufsEmil Velikov1-0/+1
2014-01-18nv50: assert before trying to out-of-bounds access texturesEmil Velikov1-0/+2
2014-01-18nv50: assert before trying to out-of-bounds access vtxbufEmil Velikov1-0/+2
2014-01-18nv50: assert before trying to out-of-bounds access constbufEmil Velikov1-0/+1
2014-01-18nv50: access only the available amount of constbufEmil Velikov1-1/+1
2014-01-18nv50: access only the available amount of texturesEmil Velikov1-1/+1
2013-12-04nv50: fix a small leak on context destroyIlia Mirkin1-0/+2
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-0/+317