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
*
winsys/svga: Avoid calling drm getparam for max surface size on older kernels
Thomas Hellstrom
2014-02-28
1
-7
/
+8
*
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
2014-02-22
2
-1
/
+12
*
gallium/pipebuffer: change pb_cache_manager_create() size_factor to float
Brian Paul
2014-02-14
2
-2
/
+2
*
svga/winsys: Propagate surface shared information to the winsys
Thomas Hellstrom
2014-02-14
3
-24
/
+29
*
svga/winsys: implement GBS support
Brian Paul
2014-02-14
19
-323
/
+3064
*
gallium/pipebuffer: Add a cache buffer manager bypass mask
Thomas Hellstrom
2014-02-14
1
-1
/
+1
*
pipebuffer, winsys: Add a size match parameter to the cached buffer manager
Thomas Hellstrom
2014-02-14
1
-1
/
+1
*
svga: update svga_winsys interface for GBS
Brian Paul
2014-02-14
1
-0
/
+1
*
radeon/winsys: add VCE support v4
Christian König
2014-02-13
3
-1
/
+31
*
nouveau: create only 1 shared screen between vdpau and opengl
Maarten Lankhorst
2014-02-12
1
-4
/
+74
*
gallium/radeon: fix warnings
Marek Olšák
2014-02-06
1
-3
/
+3
*
freedreno: ctx should hold ref to dev
Rob Clark
2014-02-01
1
-1
/
+1
*
radeon: More missing stdio.h includes.
José Fonseca
2014-01-23
1
-0
/
+1
*
gallium: Use C11 thread abstractions.
José Fonseca
2014-01-23
1
-1
/
+1
*
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
[next]