aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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