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
/
radeon
/
drm
/
radeon_drm_cs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: add slab buffer list
Nicolai Hähnle
2016-09-27
1
-1
/
+15
*
winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocs
Nicolai Hähnle
2016-09-12
1
-3
/
+3
*
winsys/radeon: remove unused radeon_cs_context::priority_usage
Nicolai Hähnle
2016-09-12
1
-1
/
+0
*
winsys/radeon: implement cs_get_next_fence
Marek Olšák
2016-08-06
1
-0
/
+1
*
gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers
Marek Olšák
2016-08-06
1
-3
/
+0
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-5
/
+5
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
1
-1
/
+1
*
winsys/radeon: use the common job queue for multithreaded command submission v2
Marek Olšák
2016-06-15
1
-2
/
+2
*
winsys/radeon: enlarge buffer_indices_hashlist
Bas Nieuwenhuizen
2016-04-28
1
-1
/
+1
*
gallium/radeon: move ring_type into winsyses
Marek Olšák
2016-04-19
1
-0
/
+1
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
1
-5
/
+0
*
winsys/radeon: implement cs_get_buffer_list
Marek Olšák
2015-10-03
1
-1
/
+7
*
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
2015-10-03
1
-4
/
+4
*
Revert "radeon/winsys: increase the IB size for VM"
Marek Olšák
2015-08-23
1
-1
/
+1
*
radeon/winsys: increase the IB size for VM
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-4
/
+4
*
winsys/radeon: test the userptr ioctl to see if it's present
Marek Olšák
2015-02-17
1
-1
/
+0
*
winsys/radeon: fix vram_size overflow with Hawaii
Marek Olšák
2014-07-28
1
-2
/
+2
*
winsys/radeon: remove is_handle_added array
Marek Olšák
2014-04-17
1
-3
/
+1
*
winsys/radeon: remove parameter reloc from radeon_get_reloc
Marek Olšák
2014-04-17
1
-4
/
+3
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
1
-1
/
+1
*
winsys/radeon: consolidate hash table lookup
Marek Olšák
2014-04-16
1
-3
/
+4
*
radeon/winsys: fix handling in radeon_drm_cs_flush v2
Christian König
2013-10-10
1
-1
/
+0
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
1
-6
/
+5
*
winsys/radeon: add command stream replay dump for faulty lockup v3
Jerome Glisse
2013-04-05
1
-0
/
+6
*
radeon/winsys: add dma ring support to winsys v3
Jerome Glisse
2013-01-28
1
-4
/
+4
*
winsys/radeon: bump the size of relocation hashlist
Marek Olšák
2013-01-08
1
-2
/
+2
*
r600g/radeon/winsys: indentation cleanup
Jerome Glisse
2013-01-07
1
-1
/
+1
*
winsys/radeon: fix relocs caching
Vadim Girlin
2012-09-19
1
-1
/
+0
*
winsys/radeon: enable IB submission to compute rings v2
Christian König
2012-06-15
1
-1
/
+1
*
r600g: add support for virtual address space on cayman v11
Jerome Glisse
2012-01-13
1
-2
/
+2
*
winsys/radeon: add flush option not to rewrite tiling flags in registers
Marek Olšák
2011-12-13
1
-2
/
+3
*
gallium/radeon: fix indentation
Jerome Glisse
2011-12-05
1
-1
/
+1
*
winsys/radeon: Create async thread only once
Maarten Lankhorst
2011-08-30
1
-0
/
+2
*
winsys/radeon: fix space checking
Marek Olšák
2011-08-05
1
-0
/
+1
*
winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_cs
Marek Olšák
2011-07-25
1
-1
/
+1
*
winsys/radeon: little change in radeon_bo_is_referenced_by_cs
Marek Olšák
2011-07-25
1
-2
/
+3
*
r300g/winsys: rename r300->radeon and do a little cleanup
Marek Olšák
2011-04-18
1
-3
/
+3
*
r300g: do not wait for a busy BO if neither GPU nor CPU is changing it
Marek Olšák
2011-04-03
1
-3
/
+21
*
r300g: decide whether a flush should be asynchronous when calling it
Marek Olšák
2011-03-08
1
-3
/
+2
*
r300g: fix a race between CS and SET_TILING ioctls
Marek Olšák
2011-02-16
1
-0
/
+2
*
r300g: offload the CS ioctl to another thread
Marek Olšák
2011-02-15
1
-17
/
+36
*
r300g: improve function radeon_bo_is_referenced_by_cs
Marek Olšák
2011-02-12
1
-5
/
+6
*
r300g: remove unused function prototypes, update copyright
Marek Olšák
2011-02-11
1
-0
/
+26
*
r300g: import the last bits of libdrm and cleanup the whole thing
Marek Olšák
2011-02-11
1
-1
/
+14
*
r300g: rework command submission and resource space checking
Marek Olšák
2011-01-08
1
-0
/
+42