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-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
2016-12-07
radv: pass pipeline to constant flush function
Dave Airlie
1
-4
/
+6
2016-12-07
radv: consolidate compute pipeline flushing (v1.1)
Dave Airlie
1
-12
/
+14
2016-12-07
vulkan: use STATIC_ASSERT instead of static_assert
Edward O'Callaghan
1
-1
/
+1
2016-12-06
radv: fix resource leak in radv_amdgpu_ctx_create
Nayan Deshmukh
1
-0
/
+1
2016-12-05
ac/nir: Only use the first component for SSBO atomics.
Bas Nieuwenhuizen
1
-2
/
+2
2016-12-05
radv: fix another regression since shadow fixes.
Dave Airlie
1
-1
/
+1
2016-12-01
radeonsi: document a CP DMA bug that doesn't need a workaround yet
Marek Olšák
1
-1
/
+5
2016-11-30
ac/nir: Fix out of bounds array access.
Bas Nieuwenhuizen
1
-1
/
+1
2016-11-29
radv: set spi_baryc_cntl.pos_float_location to 0
Dave Airlie
1
-1
/
+1
2016-11-29
radv: force persample shading when required.
Dave Airlie
4
-6
/
+23
2016-11-29
ac/nir: Fix accessing an unitialized value.
Bas Nieuwenhuizen
1
-1
/
+2
2016-11-29
radv: Initialize the shader_stats_dump flag.
Bas Nieuwenhuizen
1
-0
/
+1
2016-11-29
radv: Use different intrinsic for ubo loads.
Bas Nieuwenhuizen
1
-1
/
+29
2016-11-29
anv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
1
-1
/
+1
2016-11-28
radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() fails
Emil Velikov
1
-0
/
+2
2016-11-28
radv: don't leak the fd if radv_physical_device_init() succeeds
Emil Velikov
1
-0
/
+1
2016-11-28
radv: Make radv_finishme only warn once per call-site
Emil Velikov
1
-1
/
+7
2016-11-28
radv: fix 3D clears with baseMiplevel
Dave Airlie
1
-1
/
+1
2016-11-28
radv: brown-paper bag for a forgotten else.
Dave Airlie
1
-1
/
+1
2016-11-28
radv/ac/llvm: fix regression with shadow samplers fix
Dave Airlie
1
-3
/
+3
2016-11-27
radv/ac/llvm: shadow samplers only return one value.
Dave Airlie
1
-1
/
+3
2016-11-27
radv/si: fix optimal micro tile selection
Dave Airlie
1
-7
/
+7
2016-11-27
radv: honour the number of properties available
Emil Velikov
1
-11
/
+7
2016-11-27
radv: drop the return type for radv_queue_init()
Mun Gwan-gyeong
1
-3
/
+1
2016-11-24
radv: Don't generate radv_timestamp.h
Bas Nieuwenhuizen
2
-8
/
+1
[next]