index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: dup fd before passing it to device
Ilia Mirkin
2014-06-24
1
-2
/
+17
*
scons: avoid building any piece of i915
Emil Velikov
2014-06-21
1
-12
/
+0
*
automake: stop building i915-sw and drop explicit linking to softpipe
Emil Velikov
2014-06-19
1
-1
/
+1
*
radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS
Bruno Jiménez
2014-06-13
2
-0
/
+8
*
scons: remove dri-i915 build target
Emil Velikov
2014-06-09
1
-14
/
+0
*
Make DRI dependencies and build depend on the target
Jon TURNEY
2014-05-23
1
-1
/
+1
*
nvc0: enable support for maxwell boards
Ben Skeggs
2014-05-15
1
-0
/
+1
*
ilo: destroy the mutex, if winsys creation fails
Emil Velikov
2014-05-10
1
-0
/
+1
*
radeonsi: add support for Mullins asics.
Samuel Li
2014-05-02
2
-0
/
+2
*
radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
Tom Stellard
2014-04-29
2
-0
/
+6
*
r600g: disable async DMA on R700
Marek Olšák
2014-04-25
1
-1
/
+2
*
winsys/radeon: remove some unused code
Marek Olšák
2014-04-17
1
-28
/
+8
*
winsys/radeon: remove is_handle_added array
Marek Olšák
2014-04-17
2
-30
/
+34
*
winsys/radeon: remove local variable reloc from radeon_get_reloc
Marek Olšák
2014-04-17
1
-5
/
+2
*
winsys/radeon: remove parameter reloc from radeon_get_reloc
Marek Olšák
2014-04-17
2
-11
/
+8
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
4
-22
/
+36
*
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
2014-04-16
2
-26
/
+12
*
winsys/radeon: remove cs_write_reloc, add simpler cs_get_reloc
Marek Olšák
2014-04-16
2
-26
/
+19
*
winsys/radeon: consolidate hash table lookup
Marek Olšák
2014-04-16
2
-68
/
+49
*
winsys/radeon: fix a race condition in initialization of radeon_winsys::screen
Marek Olšák
2014-04-10
2
-3
/
+21
*
winsys/radeon: fix a race condition between winsys_create and winsys_destroy
Marek Olšák
2014-04-10
3
-21
/
+30
*
winsys/radeon: fix a race condition between 2 calls to radeon_winsys_create
Marek Olšák
2014-04-10
1
-3
/
+17
*
winsys/radeon: remove unused radeon_info variables, move backend_map
Marek Olšák
2014-04-10
4
-7
/
+9
*
winsys/radeon: unify radeon_bo::flink and radeon_bo::name
Marek Olšák
2014-04-10
2
-14
/
+10
*
winsys/radeon: remove definitions already present in radeon_drm.h
Marek Olšák
2014-04-10
4
-205
/
+5
*
winsys/radeon: handle squared micro tiling from GEM_GET_TILING
Marek Olšák
2014-04-10
1
-0
/
+2
*
r600g,radeonsi: add a bunch of useful queries for the HUD
Marek Olšák
2014-04-09
4
-4
/
+31
*
r600g,radeonsi: set correct initial domain for shared resources
Marek Olšák
2014-04-09
2
-22
/
+58
*
gallium/radeon: fix warnings
Marek Olšák
2014-04-09
1
-1
/
+1
*
winsys/svga: Fix prime surface references also for guest-backed surfaces
Thomas Hellstrom
2014-04-07
3
-6
/
+81
*
winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel
Thomas Hellstrom
2014-04-07
1
-1
/
+12
*
winsys/svga: Replace the query mm buffer pool with a slab pool v3
Thomas Hellstrom
2014-04-02
1
-5
/
+13
*
winsys/radeon: only add duplicate relocations for DMA if VM isn't supported
Marek Olšák
2014-03-20
1
-10
/
+13
*
winsys/radeon: Store GPU virtual memory addresses of BOs in a hash table
Michel Dänzer
2014-03-17
1
-48
/
+26
*
r300g,uvd,vce: set priorities for relocations
Marek Olšák
2014-03-11
2
-5
/
+7
*
winsys/radeon: add interface for setting a priority number for each relocation
Marek Olšák
2014-03-11
2
-8
/
+32
*
ilo: do not set I915_EXEC_NO_RELOC
Chia-I Wu
2014-03-10
1
-11
/
+1
*
ilo: print a warning when PPGTT is disabled
Chia-I Wu
2014-03-10
2
-0
/
+4
*
ilo: require hardware logical context support
Chia-I Wu
2014-03-10
2
-2
/
+20
*
ilo: protect the decode context with a mutex
Chia-I Wu
2014-03-10
1
-7
/
+20
*
ilo: set I915_EXEC_NO_RELOC when available
Chia-I Wu
2014-03-10
2
-3
/
+15
*
ilo: move ring types to winsys
Chia-I Wu
2014-03-10
2
-15
/
+19
*
ilo: winsys may limit the batch buffer size
Chia-I Wu
2014-03-10
2
-0
/
+3
*
ilo: PIPE_CAP_QUERY_TIMESTAMP may not be supported
Chia-I Wu
2014-03-10
2
-0
/
+15
*
ilo: rework winsys batch buffer functions
Chia-I Wu
2014-03-10
2
-38
/
+47
*
ilo: replace bo alloc flags by initial domains
Chia-I Wu
2014-03-10
2
-13
/
+12
*
ilo: remove intel_bo_get_size()
Chia-I Wu
2014-03-10
2
-13
/
+0
*
ilo: remove intel_bo_get_virtual()
Chia-I Wu
2014-03-10
2
-24
/
+36
*
ilo: rework winsys bo reloc functions
Chia-I Wu
2014-03-10
2
-26
/
+22
*
ilo: add a wrapper to cast struct intel_bo
Chia-I Wu
2014-03-10
1
-23
/
+28
[next]