summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_context.c
Commit message (Expand)AuthorAgeFilesLines
* WIP nouveau: add lockingIlia Mirkin2016-11-011-0/+11
* nv50: reinstate dedicated constbuf push pathIlia Mirkin2016-06-111-7/+0
* nv50,nvc0: support sending string markers down into the command streamIlia Mirkin2016-04-091-0/+25
* nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset2016-03-191-12/+12
* nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset2016-03-191-5/+5
* nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset2016-03-191-5/+5
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-11-221-7/+8
* nv50: implement a basic compute supportSamuel Pitoiset2015-11-141-3/+27
* nouveau: add support for sending debug messages via KHR_debugIlia Mirkin2015-11-051-0/+1
* nv50: rebind bo to bufctx when invalidating idxbuf storageIlia Mirkin2015-09-051-1/+5
* 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
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-7/+7
* nv50: keep track of PGRAPH state in nv50_screenIlia Mirkin2015-05-091-2/+9
* 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-2/+3
* nv50,nvc0: get rid of draw module supportIlia Mirkin2014-09-051-15/+0
* nv50: do an explicit flush on draw when there are persistent buffersIlia Mirkin2014-07-031-1/+21
* nv50: disable dedicated ubo upload methodIlia Mirkin2014-07-031-0/+7
* nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2014-05-231-5/+2
* nouveau: add ARB_buffer_storage supportIlia Mirkin2014-05-021-0/+21
* nv50: copy nvc0's get_sample_position implementationIlia Mirkin2014-01-271-0/+46
* nv50: drop obsolete check from error pathEmil Velikov2014-01-181-9/+7
* nv50: assert before trying to out-of-bounds access framebuffer.cbufsEmil Velikov2014-01-181-0/+1
* nv50: assert before trying to out-of-bounds access texturesEmil Velikov2014-01-181-0/+2
* nv50: assert before trying to out-of-bounds access vtxbufEmil Velikov2014-01-181-0/+2
* nv50: assert before trying to out-of-bounds access constbufEmil Velikov2014-01-181-0/+1
* nv50: access only the available amount of constbufEmil Velikov2014-01-181-1/+1
* nv50: access only the available amount of texturesEmil Velikov2014-01-181-1/+1
* nv50: fix a small leak on context destroyIlia Mirkin2013-12-041-0/+2
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+317