index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
radeonsi: calculate NUM_BANKS for DB correctly on CIK
Marek Olšák
2014-01-06
2
-0
/
+8
*
radeonsi: set correct pipe config for Hawaii in DB
Marek Olšák
2014-01-06
2
-0
/
+8
*
winsys/radeon: remove superfluous distinction of cases
Niels Ole Salscheider
2013-12-22
1
-15
/
+5
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
8
-11
/
+26
*
winsys/radeon: set/get the scanout flag with the tiling ioctls
Marek Olšák
2013-12-12
2
-4
/
+13
*
svga/winsys: Implement surface sharing using prime fd handles
Thomas Hellstrom
2013-12-10
1
-18
/
+61
*
gallium/radeon: Implement hooks for DRI Image 7 (v2)
Christopher James Halse Rogers
2013-12-10
1
-23
/
+83
*
radeon: Rename bo_handles hashtable to match its actual contents.
Christopher James Halse Rogers
2013-12-10
1
-8
/
+8
*
ilo: Support DRI Image 7
Christopher James Halse Rogers
2013-12-10
1
-2
/
+0
*
gallium/winsys/drm: Prepare for passing prime fds in winsys_handle
Christopher James Halse Rogers
2013-12-10
3
-1
/
+17
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
1
-1
/
+2
*
winsys/radeon: cleanup virtual memory nonsense
Christian König
2013-11-21
2
-20
/
+18
*
gallium/winsys: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
13
-32
/
+22
*
radeonsi: add support for Hawaii asics (v2)
Alex Deucher
2013-11-15
2
-0
/
+2
*
winsys/radeon: use type-3 NOPs for CS padding on CIK
Marek Olšák
2013-11-04
1
-2
/
+7
*
winsys: Correct Haiku winsys display target code
Alexander von Gluck IV
2013-10-29
4
-8
/
+41
*
winsys/radeon: make radeon_drm_winsys_create public
Christian König
2013-10-26
1
-1
/
+1
*
winsys/radeon: add the implementation of fences from r300g
Marek Olšák
2013-10-25
2
-0
/
+79
*
winsys/radeon: cleanup CS offloading
Christian König
2013-10-21
1
-21
/
+10
*
radeon/winsys: fix handling in radeon_drm_cs_flush v2
Christian König
2013-10-10
2
-5
/
+4
*
gallium/swrast: don't export any private symbols
Marek Olšák
2013-10-08
1
-1
/
+2
*
gallium/radeon: don't export any private symbols
Marek Olšák
2013-10-08
1
-1
/
+2
*
haiku: Add first Haiku renderer (softpipe)
Alexander von Gluck IV
2013-10-04
1
-1
/
+0
*
winsys/freedreno/drm: drop obsolete .gitignore
Emil Velikov
2013-10-01
1
-1
/
+0
*
winsys/freedreno/drm: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
2
-1
/
+4
*
winsys/nouveau/drm: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-3
/
+6
*
winsys/i915/sw: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-11
/
+8
*
radeon/winsys: keep screen pointer in winsys v2
Christian König
2013-09-25
2
-4
/
+15
*
radeon/uvd: move alignment to winsys
Christian König
2013-09-25
1
-0
/
+6
*
winsys/radeon: share winsys between different fd's
Christian König
2013-09-22
1
-2
/
+17
*
winsys/radeon: remove cs_queue_empty
Christian König
2013-09-22
3
-19
/
+3
*
winsys/radeon: fix killing the CS thread
Christian König
2013-09-22
1
-4
/
+4
*
winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
radeon/winsys: pad IBs to a multiple of 8 DWs
Alex Deucher
2013-09-06
1
-0
/
+30
*
radeonsi: Make sure libdrm_radeon headers are picked up from the right place
Jonathan Gray
2013-08-29
1
-1
/
+1
*
radeonsi: add flexible shader descriptor management and use it for sampler views
Marek Olšák
2013-08-17
1
-0
/
+12
*
r600g: disable GPUVM by default
Alex Deucher
2013-08-09
1
-1
/
+1
*
winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault
Marek Olšák
2013-07-13
1
-9
/
+11
*
winsys/intel: build with VISIBILITY_CFLAGS
Chia-I Wu
2013-07-11
1
-1
/
+2
*
nvc0: enable very initial support for nvf0 (GK110)
Ben Skeggs
2013-07-05
1
-0
/
+1
*
radeonsi: initial support for CIK chips
Alex Deucher
2013-06-28
2
-0
/
+9
*
radeonsi: rename SI chip class from TAHITI to SI
Alex Deucher
2013-06-28
2
-2
/
+2
*
winsys/intel: fix typo in "ETIMEOUT"
Jean-Sébastien Pédron
2013-06-26
1
-1
/
+1
*
winsys/intel: make struct intel_bo alias drm_intel_bo
Chia-I Wu
2013-06-12
1
-122
/
+50
*
winsys/intel: reorganize functions
Chia-I Wu
2013-06-12
1
-249
/
+249
*
ilo: update winsys interface
Chia-I Wu
2013-06-12
2
-56
/
+52
*
ilo: get rid of function tables in winsys
Chia-I Wu
2013-06-12
4
-560
/
+464
*
winsys/radeon: add env var to disable VM on Cayman/Trinity
Alex Deucher
2013-06-10
1
-0
/
+2
*
radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Jonathan Gray
2013-06-06
2
-2
/
+2
[next]