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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Use correct workgroup size limits.
Bas Nieuwenhuizen
2016-12-18
1
-4
/
+4
*
radv: expose the compute queue
Dave Airlie
2016-12-18
1
-11
/
+41
*
radv: Only emit PFP ME syncs for DMA on the GFX queue.
Bas Nieuwenhuizen
2016-12-18
1
-2
/
+2
*
radv: Create an empty CS per ring type.
Bas Nieuwenhuizen
2016-12-18
2
-7
/
+20
*
radv: Don't enable CMASK on compute queues.
Bas Nieuwenhuizen
2016-12-18
4
-8
/
+62
*
radv: Use RELEASE_MEM packet for MEC timestamp query.
Bas Nieuwenhuizen
2016-12-18
2
-9
/
+21
*
radv: Implement indirect dispatch for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-9
/
+17
*
radv: update vkCmdUpdateBuffer for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-1
/
+3
*
radv: Implement cache flushing for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-7
/
+29
*
radv: add semaphore support
Dave Airlie
2016-12-18
3
-11
/
+72
*
radv: pass queue index into winsys submission
Dave Airlie
2016-12-18
3
-5
/
+13
*
radv: init compute queue and avoid initing transfer queues
Dave Airlie
2016-12-18
3
-15
/
+35
*
radv/winsys: Make WaitIdle queue aware.
Bas Nieuwenhuizen
2016-12-18
5
-21
/
+38
*
radv/meta: update header info
Dave Airlie
2016-12-18
1
-1
/
+2
*
radv: hook compute clears into clear image api.
Dave Airlie
2016-12-18
1
-8
/
+33
*
radv: clear image implementation for compute queue
Dave Airlie
2016-12-18
3
-9
/
+272
*
radv/meta: split clear image out into a separate layer clear function
Dave Airlie
2016-12-18
1
-117
/
+128
*
radv: implement image->image copies using compute shader
Dave Airlie
2016-12-18
4
-6
/
+343
*
radv: add a compute shader implementation for buffer to image
Dave Airlie
2016-12-18
3
-6
/
+325
*
radv: Use correct pitch for views with different block size.
Bas Nieuwenhuizen
2016-12-18
1
-1
/
+4
*
radv: Store queue family in command buffers.
Dave Airlie
2016-12-18
2
-2
/
+35
*
radv: start fixing up queue allocate for multiple queues
Dave Airlie
2016-12-18
2
-15
/
+53
*
radv/winsys: start adding support for DMA/compute queue
Dave Airlie
2016-12-18
1
-5
/
+20
*
radv/winsys: Expose number of compute/dma rings.
Bas Nieuwenhuizen
2016-12-18
2
-2
/
+15
*
radv/winsys: consolidate request->fence code
Dave Airlie
2016-12-17
1
-22
/
+19
*
radv: handle fence allocation failing
Dave Airlie
2016-12-17
1
-1
/
+4
*
radv: Don't bail out on pipeline create failure.
Bas Nieuwenhuizen
2016-12-17
1
-21
/
+17
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-5
/
+5
*
radv/ac: some fix maybe-uninitialized warnings
Grazvydas Ignotas
2016-12-10
1
-1
/
+4
*
radv/meta: use VK_NULL_HANDLE for handles
Grazvydas Ignotas
2016-12-10
3
-4
/
+4
*
radv: fix release build unused variable warnings
Grazvydas Ignotas
2016-12-10
2
-19
/
+21
*
radv: Use enum for memory types.
Bas Nieuwenhuizen
2016-12-09
2
-28
/
+21
*
radv: Use enum for memory heaps.
Bas Nieuwenhuizen
2016-12-09
2
-8
/
+17
*
radv: Clean up some unused variables.
Bas Nieuwenhuizen
2016-12-09
1
-16
/
+0
*
radv/ac: no need to pass nir to the post outputs handling
Dave Airlie
2016-12-08
1
-9
/
+6
*
radv: fix warnings in ubo load code.
Dave Airlie
2016-12-08
1
-3
/
+0
*
radv/ac: pass a mask of array params not a number.
Dave Airlie
2016-12-08
1
-5
/
+6
*
radv: split out a chunk of variant filling code.
Dave Airlie
2016-12-08
1
-33
/
+43
*
radv/meta: don't pass rect into blit2d src function.
Dave Airlie
2016-12-08
1
-2
/
+1
*
radv/meta: cleanup image info setup.
Dave Airlie
2016-12-08
1
-19
/
+13
*
radv/meta: split copyimage api into api and meta function
Dave Airlie
2016-12-08
1
-11
/
+23
*
radv/meta: clean up buffer->image code.
Dave Airlie
2016-12-08
1
-35
/
+7
*
radv/ac: don't pass nir to create_function
Dave Airlie
2016-12-08
1
-7
/
+6
*
radv: add missing license file to radv_meta_bufimage.
Dave Airlie
2016-12-08
1
-0
/
+27
*
radv/ac: use build_gep0 instead of opencoding it.
Dave Airlie
2016-12-08
1
-9
/
+5
*
radv: make push constants optional
Dave Airlie
2016-12-07
1
-5
/
+17
*
radv: only emit descriptor sgprs when needed
Dave Airlie
2016-12-07
1
-25
/
+26
*
radv: move userdata sgpr ownership to compiler side.
Dave Airlie
2016-12-07
3
-73
/
+208
*
radv: refactor out the constant setting user sgpr code.
Dave Airlie
2016-12-07
1
-18
/
+17
*
radv: refactor out the descriptor user sgpr setting.
Dave Airlie
2016-12-07
1
-18
/
+18
[next]