aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix nir and TGSI shader cache collisionKarol Herbst2019-03-171-1/+7
* nouveau: add support for nirKarol Herbst2019-03-171-0/+2
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-14/+15
* nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry2018-10-251-0/+1
* nouveau: use build-id when available for disk cacheTimothy Arceri2018-10-031-7/+7
* gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*Dave Airlie2018-05-301-6/+6
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-021-2/+0
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-231-1/+1
* nouveau: enable glsl/tgsi on-disk cacheBoyan Ding2017-03-221-0/+30
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-0/+1
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+6
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-221-0/+4
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-221-2/+6
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-221-0/+1
* nouveau: send back a debug message when waiting for a fence to completeIlia Mirkin2015-11-051-1/+1
* nouveau: add support for sending debug messages via KHR_debugIlia Mirkin2015-11-051-0/+19
* nouveau: get rid of tabsIlia Mirkin2015-10-311-152/+152
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-3/+3
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-161-1/+2
* gallium: remove redundant pipe_context::fence_signalledMarek Olšák2015-07-051-8/+0
* gallium: handle fence_finish timeout in various driversMarek Olšák2015-07-051-0/+3
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-06-221-0/+10
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+7
* nvc0: add support for indirect drawingChristoph Bumiller2014-07-151-2/+4
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-201-1/+1
* nouveau: typecast the prime_fd handle when calling nouveau_bo_set_primeEmil Velikov2014-03-141-1/+1
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-121-0/+6
* nouveau: Support DRI Image 7 extensionMaarten Lankhorst2013-12-101-2/+9
* gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers2013-12-101-0/+6
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-2/+2
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-131-0/+24
* nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller2012-05-171-0/+10
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-111/+38
* gallium/util: remove u_simple_screenMarek Olšák2012-02-211-1/+0
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-4/+3
* nouveau: hide some debugging messages behind environment variableMarcin Slusarz2011-10-091-0/+7
* gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz2011-06-201-14/+0
* nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-181-0/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-7/+5
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-20/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* nouveau: create linear gart/vram mman in common screen initBen Skeggs2011-03-011-0/+9
* nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs2011-03-011-3/+4
* nouveau: Get larger push buffers.Francisco Jerez2010-10-121-1/+1
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* nouveau: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nouveau: s/snprintf/util_snprintf/Vinson Lee2010-07-161-1/+2
* nouveau: Remove reference to drm_apiJakob Bornecrantz2010-06-241-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+0
|\