summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)AuthorFilesLines
2014-02-01freedreno: ctx should hold ref to devRob Clark1-1/+1
2014-01-23radeon: More missing stdio.h includes.José Fonseca1-0/+1
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2014-01-06radeonsi: calculate NUM_BANKS for DB correctly on CIKMarek Olšák2-0/+8
2014-01-06radeonsi: set correct pipe config for Hawaii in DBMarek Olšák2-0/+8
2013-12-22winsys/radeon: remove superfluous distinction of casesNiels Ole Salscheider1-15/+5
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie8-11/+26
2013-12-12winsys/radeon: set/get the scanout flag with the tiling ioctlsMarek Olšák2-4/+13
2013-12-10svga/winsys: Implement surface sharing using prime fd handlesThomas Hellstrom1-18/+61
2013-12-10gallium/radeon: Implement hooks for DRI Image 7 (v2)Christopher James Halse Rogers1-23/+83
2013-12-10radeon: Rename bo_handles hashtable to match its actual contents.Christopher James Halse Rogers1-8/+8
2013-12-10ilo: Support DRI Image 7Christopher James Halse Rogers1-2/+0
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers3-1/+17
2013-12-06nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs1-1/+2
2013-11-21winsys/radeon: cleanup virtual memory nonsenseChristian König2-20/+18
2013-11-16gallium/winsys: compact compiler flags into Automake.incEmil Velikov13-32/+22
2013-11-15radeonsi: add support for Hawaii asics (v2)Alex Deucher2-0/+2
2013-11-04winsys/radeon: use type-3 NOPs for CS padding on CIKMarek Olšák1-2/+7
2013-10-29winsys: Correct Haiku winsys display target codeAlexander von Gluck IV4-8/+41
2013-10-26winsys/radeon: make radeon_drm_winsys_create publicChristian König1-1/+1
2013-10-25winsys/radeon: add the implementation of fences from r300gMarek Olšák2-0/+79
2013-10-21winsys/radeon: cleanup CS offloadingChristian König1-21/+10
2013-10-10radeon/winsys: fix handling in radeon_drm_cs_flush v2Christian König2-5/+4
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák1-1/+2
2013-10-08gallium/radeon: don't export any private symbolsMarek Olšák1-1/+2
2013-10-04haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV1-1/+0
2013-10-01winsys/freedreno/drm: drop obsolete .gitignoreEmil Velikov1-1/+0
2013-10-01winsys/freedreno/drm: consolidate C sources list into Makefile.sourcesEmil Velikov2-1/+4
2013-10-01winsys/nouveau/drm: consolidate C sources list into Makefile.sourcesEmil Velikov3-3/+6
2013-10-01winsys/i915/sw: consolidate C sources list into Makefile.sourcesEmil Velikov3-11/+8
2013-09-25radeon/winsys: keep screen pointer in winsys v2Christian König2-4/+15
2013-09-25radeon/uvd: move alignment to winsysChristian König1-0/+6
2013-09-22winsys/radeon: share winsys between different fd'sChristian König1-2/+17
2013-09-22winsys/radeon: remove cs_queue_emptyChristian König3-19/+3
2013-09-22winsys/radeon: fix killing the CS threadChristian König1-4/+4
2013-09-19winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.Gaetan Nadon1-1/+1
2013-09-06radeon/winsys: pad IBs to a multiple of 8 DWsAlex Deucher1-0/+30
2013-08-29radeonsi: Make sure libdrm_radeon headers are picked up from the right placeJonathan Gray1-1/+1
2013-08-17radeonsi: add flexible shader descriptor management and use it for sampler viewsMarek Olšák1-0/+12
2013-08-09r600g: disable GPUVM by defaultAlex Deucher1-1/+1
2013-07-13winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák1-9/+11
2013-07-11winsys/intel: build with VISIBILITY_CFLAGSChia-I Wu1-1/+2
2013-07-05nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs1-0/+1
2013-06-28radeonsi: initial support for CIK chipsAlex Deucher2-0/+9
2013-06-28radeonsi: rename SI chip class from TAHITI to SIAlex Deucher2-2/+2
2013-06-26winsys/intel: fix typo in "ETIMEOUT"Jean-Sébastien Pédron1-1/+1
2013-06-12winsys/intel: make struct intel_bo alias drm_intel_boChia-I Wu1-122/+50
2013-06-12winsys/intel: reorganize functionsChia-I Wu1-249/+249
2013-06-12ilo: update winsys interfaceChia-I Wu2-56/+52