summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_screen.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-22nouveau: enable glsl/tgsi on-disk cacheBoyan Ding1-0/+3
2015-12-22nouveau: remove use of deprecated nouveau_device::fdBen Skeggs1-0/+1
2015-10-31nouveau: get rid of tabsIlia Mirkin1-41/+41
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2015-07-21nouveau: use bool instead of booleanSamuel Pitoiset1-3/+3
2015-06-22nouveau: support for custom VRAM domainsAlexandre Courbot1-0/+4
2014-02-12nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst1-0/+4
2014-02-10nouveau/video: make sure that firmware is present when checking capsIlia Mirkin1-0/+5
2013-04-03nvc0: add some driver statistics queriesChristoph Bumiller1-0/+55
2013-03-12nvc0: implement compute support for nve4Christoph Bumiller1-0/+1
2013-01-08nouveau: improve buffer transfersChristoph Bumiller1-1/+3
2012-07-13nouveau: implement missing timer query functionalityChristoph Bumiller1-0/+2
2012-05-17nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller1-1/+7
2012-04-15nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller1-0/+2
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-44/+4
2011-10-09nouveau: hide some debugging messages behind environment variableMarcin Slusarz1-0/+2
2011-10-09nouveau: fix fence hangMarcin Slusarz1-1/+1
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller1-0/+1
2011-06-20gallium/nouveau: remove unused nouveau_screen_bo_userMarcin Slusarz1-2/+0
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-4/+0
2011-03-03nouveau: allow pipe driver to define which buffers should start in sysmemBen Skeggs1-0/+1
2011-03-01nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs1-7/+0
2011-03-01nouveau: common linear buffer manager, ported from nv50/nvc0 driversBen Skeggs1-0/+9
2011-03-01nouveau: create linear gart/vram mman in common screen initBen Skeggs1-0/+3
2011-03-01nouveau: move nv50/nvc0 fencing to common location, and modify slightlyBen Skeggs1-0/+12
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller1-1/+2
2010-07-16nouveau: s/inline/INLINE/Vinson Lee1-3/+3
2010-04-18nouveau: Add missing header.Vinson Lee1-0/+2
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri1-0/+5
2010-04-12nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri1-0/+12
2010-04-10Squashed commit of the following:Keith Whitwell1-29/+41
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-0/+12
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis1-0/+3
2009-08-31nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs1-0/+11
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs1-0/+1
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-0/+24