index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-18
radv: Create an empty CS per ring type.
Bas Nieuwenhuizen
2
-7
/
+20
2016-12-18
radv: Don't enable CMASK on compute queues.
Bas Nieuwenhuizen
4
-8
/
+62
2016-12-18
radv: Use RELEASE_MEM packet for MEC timestamp query.
Bas Nieuwenhuizen
2
-9
/
+21
2016-12-18
radv: Implement indirect dispatch for the MEC.
Bas Nieuwenhuizen
1
-9
/
+17
2016-12-18
radv: update vkCmdUpdateBuffer for the MEC.
Bas Nieuwenhuizen
1
-1
/
+3
2016-12-18
radv: Implement cache flushing for the MEC.
Bas Nieuwenhuizen
1
-7
/
+29
2016-12-18
radv: add semaphore support
Dave Airlie
3
-11
/
+72
2016-12-18
radv: pass queue index into winsys submission
Dave Airlie
3
-5
/
+13
2016-12-18
radv: init compute queue and avoid initing transfer queues
Dave Airlie
3
-15
/
+35
2016-12-18
radv/winsys: Make WaitIdle queue aware.
Bas Nieuwenhuizen
5
-21
/
+38
2016-12-18
radv/meta: update header info
Dave Airlie
1
-1
/
+2
2016-12-18
radv: hook compute clears into clear image api.
Dave Airlie
1
-8
/
+33
2016-12-18
radv: clear image implementation for compute queue
Dave Airlie
3
-9
/
+272
2016-12-18
radv/meta: split clear image out into a separate layer clear function
Dave Airlie
1
-117
/
+128
2016-12-18
radv: implement image->image copies using compute shader
Dave Airlie
4
-6
/
+343
2016-12-18
radv: add a compute shader implementation for buffer to image
Dave Airlie
3
-6
/
+325
2016-12-18
radv: Use correct pitch for views with different block size.
Bas Nieuwenhuizen
1
-1
/
+4
2016-12-18
radv: Store queue family in command buffers.
Dave Airlie
2
-2
/
+35
2016-12-18
radv: start fixing up queue allocate for multiple queues
Dave Airlie
2
-15
/
+53
2016-12-18
radv/winsys: start adding support for DMA/compute queue
Dave Airlie
1
-5
/
+20
2016-12-18
radv/winsys: Expose number of compute/dma rings.
Bas Nieuwenhuizen
2
-2
/
+15
2016-12-17
radv/winsys: consolidate request->fence code
Dave Airlie
1
-22
/
+19
2016-12-17
radv: handle fence allocation failing
Dave Airlie
1
-1
/
+4
2016-12-17
radv: Don't bail out on pipeline create failure.
Bas Nieuwenhuizen
1
-21
/
+17
2016-12-12
treewide: s/comparitor/comparator/
Ilia Mirkin
1
-5
/
+5
2016-12-10
radv/ac: some fix maybe-uninitialized warnings
Grazvydas Ignotas
1
-1
/
+4
2016-12-10
radv/meta: use VK_NULL_HANDLE for handles
Grazvydas Ignotas
3
-4
/
+4
2016-12-10
radv: fix release build unused variable warnings
Grazvydas Ignotas
2
-19
/
+21
2016-12-09
radv: Use enum for memory types.
Bas Nieuwenhuizen
2
-28
/
+21
2016-12-09
radv: Use enum for memory heaps.
Bas Nieuwenhuizen
2
-8
/
+17
2016-12-09
radv: Clean up some unused variables.
Bas Nieuwenhuizen
1
-16
/
+0
2016-12-08
radv/ac: no need to pass nir to the post outputs handling
Dave Airlie
1
-9
/
+6
2016-12-08
radv: fix warnings in ubo load code.
Dave Airlie
1
-3
/
+0
2016-12-08
radv/ac: pass a mask of array params not a number.
Dave Airlie
1
-5
/
+6
2016-12-08
radv: split out a chunk of variant filling code.
Dave Airlie
1
-33
/
+43
2016-12-08
radv/meta: don't pass rect into blit2d src function.
Dave Airlie
1
-2
/
+1
2016-12-08
radv/meta: cleanup image info setup.
Dave Airlie
1
-19
/
+13
2016-12-08
radv/meta: split copyimage api into api and meta function
Dave Airlie
1
-11
/
+23
2016-12-08
radv/meta: clean up buffer->image code.
Dave Airlie
1
-35
/
+7
2016-12-08
radv/ac: don't pass nir to create_function
Dave Airlie
1
-7
/
+6
2016-12-08
radv: add missing license file to radv_meta_bufimage.
Dave Airlie
1
-0
/
+27
2016-12-08
radv/ac: use build_gep0 instead of opencoding it.
Dave Airlie
1
-9
/
+5
2016-12-07
radv: make push constants optional
Dave Airlie
1
-5
/
+17
2016-12-07
radv: only emit descriptor sgprs when needed
Dave Airlie
1
-25
/
+26
2016-12-07
radv: move userdata sgpr ownership to compiler side.
Dave Airlie
3
-73
/
+208
2016-12-07
radv: refactor out the constant setting user sgpr code.
Dave Airlie
1
-18
/
+17
2016-12-07
radv: refactor out the descriptor user sgpr setting.
Dave Airlie
1
-18
/
+18
2016-12-07
radv: only bind descriptor sets to stages that need them
Dave Airlie
1
-16
/
+29
2016-12-07
radv: move descriptor set userdata emission to draw flush time.
Dave Airlie
2
-2
/
+23
2016-12-07
radv: refactor descriptor set userdata emission out.
Dave Airlie
1
-15
/
+22
[next]