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
/
radeon
/
drm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: rename max_compute_units -> num_good_compute_units
Marek Olšák
2016-01-22
1
-2
/
+2
*
gallium/radeon: do not reallocate user memory buffers
Nicolai Hähnle
2016-01-14
1
-0
/
+6
*
winsys/radeon: fix warnings about incompatible pointer types
Nicolai Hähnle
2016-01-14
1
-6
/
+6
*
winsys/radeon: clear the buffer cache on mmap failure and try again
Marek Olšák
2015-12-11
1
-3
/
+10
*
winsys/radeon: clear the buffer cache on allocation failure and try again
Marek Olšák
2015-12-11
1
-2
/
+7
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
2
-16
/
+9
*
winsys/radeon: use pb_cache instead of pb_cache_manager
Marek Olšák
2015-12-11
4
-178
/
+75
*
winsys/radeon: use radeon_bomgr less
Marek Olšák
2015-12-11
2
-16
/
+8
*
winsys/radeon: rename radeon_bomgr_init_functions
Marek Olšák
2015-12-11
3
-3
/
+3
*
winsys/radeon: move variables from radeon_bomgr to radeon_drm_winsys
Marek Olšák
2015-12-11
3
-126
/
+129
*
winsys/radeon: remove redundant radeon_bomgr::va
Marek Olšák
2015-12-11
1
-7
/
+4
*
winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3
Michel Dänzer
2015-11-09
1
-11
/
+19
*
winsys/radeon: implement cs_get_buffer_list
Marek Olšák
2015-10-03
3
-22
/
+47
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
2
-24
/
+24
*
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
2015-10-03
1
-5
/
+6
*
winsys/radeon: remove exported buffers from the cache
Marek Olšák
2015-09-03
1
-0
/
+3
*
winsys/radeon: add a flag telling how gfx IBs should be padded
Marek Olšák
2015-09-01
2
-6
/
+9
*
winsys/radeon: handle non-zero finite timeout when waiting for buffers
Marek Olšák
2015-08-29
2
-38
/
+41
*
gallium/radeon: read_registers should return bool meaning success or failure
Marek Olšák
2015-08-26
1
-2
/
+4
*
Revert "radeon/winsys: increase the IB size for VM"
Marek Olšák
2015-08-23
4
-17
/
+6
*
winsys/amdgpu: add addrlib - texture addressing and alignment calculator
Marek Olšák
2015-08-14
1
-1
/
+2
*
winsys/amdgpu: add a new winsys for the new kernel driver
Marek Olšák
2015-08-14
1
-1
/
+2
*
winsys/radeon: add a specific error message for cs_submit -> -ENOMEM
Marek Olšák
2015-08-07
1
-4
/
+8
*
winsys/radeon: add an interface for contexts
Marek Olšák
2015-08-07
1
-2
/
+16
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
2
-32
/
+29
*
winsys/radeon: loosen up the requirements for how much memory IBs can use
Marek Olšák
2015-08-06
1
-4
/
+9
*
radeon/winsys: increase the IB size for VM
Marek Olšák
2015-08-06
4
-6
/
+17
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
2
-3
/
+4
*
winsys/radeon: don't leak the fd when it is 0
Emil Velikov
2015-08-01
1
-2
/
+2
*
winsys/radeon: implement buffer_unmap
Marek Olšák
2015-07-23
2
-6
/
+24
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
5
-9
/
+9
*
winsys/radeon: use os_wait_until_zero in radeon_bo_set_tiling
Marek Olšák
2015-07-05
1
-3
/
+1
*
winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
2015-07-03
1
-3
/
+10
*
r600g,radeonsi: implement get_device_reset_status
Marek Olšák
2015-07-03
1
-0
/
+8
*
winsys/radeon: reduce BO cache timeout
Grigori Goronzy
2015-06-24
1
-1
/
+1
*
winsys/radeon: align BO size to page size
Grigori Goronzy
2015-06-24
1
-0
/
+6
*
winsys/radeon: Unmap GPU VM address range when destroying BO
Michel Dänzer
2015-06-24
3
-4
/
+29
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
winsys/radeon: add a private interface for radeon_surface
Marek Olšák
2015-04-29
4
-18
/
+184
*
winsys/radeon: move radeon_winsys.h to drivers/radeon
Marek Olšák
2015-04-29
3
-613
/
+2
*
r600g,radeonsi: add a driver query returning GPU load
Marek Olšák
2015-04-28
2
-0
/
+19
*
r600g,radeonsi: add driver queries for GPU temperature and shader+memory clocks
Marek Olšák
2015-04-28
2
-1
/
+23
*
winsys/radeon: make radeon_bo_vtbl static
Marek Olšák
2015-04-27
1
-2
/
+2
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-2
/
+1
*
winsys/radeon: test the userptr ioctl to see if it's present
Marek Olšák
2015-02-17
5
-19
/
+35
*
winsys/radeon: allow unaligned size for user-memory buffers
Marek Olšák
2015-02-17
1
-1
/
+1
*
winsys/radeon: allow mapping a user buffer
Marek Olšák
2015-02-17
3
-2
/
+8
*
winsys/radeon: add user pointer support
Christian König
2015-02-17
2
-0
/
+113
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
winsys/radeon: increase the size of buffer cache
Marek Olšák
2015-01-19
1
-1
/
+1
[next]