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
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: 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: add missing license file to radv_meta_bufimage.
Dave Airlie
2016-12-08
1
-0
/
+27
*
radv: move userdata sgpr ownership to compiler side.
Dave Airlie
2016-12-07
1
-55
/
+126
*
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
*
radv: only bind descriptor sets to stages that need them
Dave Airlie
2016-12-07
1
-16
/
+29
*
radv: move descriptor set userdata emission to draw flush time.
Dave Airlie
2016-12-07
2
-2
/
+23
*
radv: refactor descriptor set userdata emission out.
Dave Airlie
2016-12-07
1
-15
/
+22
*
radv: pass pipeline to constant flush function
Dave Airlie
2016-12-07
1
-4
/
+6
*
radv: consolidate compute pipeline flushing (v1.1)
Dave Airlie
2016-12-07
1
-12
/
+14
*
vulkan: use STATIC_ASSERT instead of static_assert
Edward O'Callaghan
2016-12-07
1
-1
/
+1
*
radv: fix resource leak in radv_amdgpu_ctx_create
Nayan Deshmukh
2016-12-06
1
-0
/
+1
*
radv: set spi_baryc_cntl.pos_float_location to 0
Dave Airlie
2016-11-29
1
-1
/
+1
*
radv: force persample shading when required.
Dave Airlie
2016-11-29
2
-3
/
+8
*
radv: Initialize the shader_stats_dump flag.
Bas Nieuwenhuizen
2016-11-29
1
-0
/
+1
*
anv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
2016-11-29
1
-1
/
+1
*
radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() fails
Emil Velikov
2016-11-28
1
-0
/
+2
*
radv: don't leak the fd if radv_physical_device_init() succeeds
Emil Velikov
2016-11-28
1
-0
/
+1
*
radv: Make radv_finishme only warn once per call-site
Emil Velikov
2016-11-28
1
-1
/
+7
*
radv: fix 3D clears with baseMiplevel
Dave Airlie
2016-11-28
1
-1
/
+1
*
radv/si: fix optimal micro tile selection
Dave Airlie
2016-11-27
1
-7
/
+7
*
radv: honour the number of properties available
Emil Velikov
2016-11-27
1
-11
/
+7
*
radv: drop the return type for radv_queue_init()
Mun Gwan-gyeong
2016-11-27
1
-3
/
+1
*
radv: Don't generate radv_timestamp.h
Bas Nieuwenhuizen
2016-11-24
2
-8
/
+1
*
radv: fix flipped blits
Dave Airlie
2016-11-23
1
-57
/
+111
*
radv/meta: just local vars for src/dst subresources.
Dave Airlie
2016-11-23
1
-8
/
+10
*
radv: add support for VK_AMD_draw_indirect_count
Fredrik Höglund
2016-11-24
2
-14
/
+84
*
radv: add support for VK_AMD_negative_viewport_height
Fredrik Höglund
2016-11-24
1
-0
/
+4
*
radv: add support for VK_KHR_sampler_mirror_clamp_to_edge
Fredrik Höglund
2016-11-24
1
-0
/
+4
*
radv: add support for anisotropic filtering on SI-CI
Fredrik Höglund
2016-11-24
1
-9
/
+2
*
radv: move pipeline barrier image transitions after src flushing
Dave Airlie
2016-11-23
1
-8
/
+12
*
radv: add support for shader stats dump
Dave Airlie
2016-11-22
3
-0
/
+87
*
radv/meta: cleanup resolve vertex state emission
Dave Airlie
2016-11-22
1
-47
/
+2
*
radv: Incorporate GPU family into cache UUID.
Bas Nieuwenhuizen
2016-11-22
1
-3
/
+5
*
radv: Use library mtime for cache UUID.
Bas Nieuwenhuizen
2016-11-22
1
-4
/
+32
*
radv: Store UUID in physical device.
Bas Nieuwenhuizen
2016-11-22
3
-14
/
+16
*
radv: fix image view creation for depth and stencil only
Dave Airlie
2016-11-21
2
-13
/
+9
*
radv: make sure to flush input attachments correctly.
Dave Airlie
2016-11-21
1
-0
/
+1
*
radv: don't crash on null swapchain destroy.
Dave Airlie
2016-11-16
1
-0
/
+3
*
radv/pipeline: Don't dereference NULL dynamic state pointers
Darren Salt
2016-11-12
1
-20
/
+47
*
vulkan: import latest public vulkan headers + and fix drivers.
Dave Airlie
2016-11-11
1
-1
/
+1
[next]