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: reduce radv_amdgpu_winsys struct size.
Dave Airlie
2017-09-07
1
-3
/
+3
*
radv: reduce radv_image struct size.
Dave Airlie
2017-09-07
1
-3
/
+2
*
radv: reduce radv_shader_variant struct size.
Dave Airlie
2017-09-07
1
-1
/
+1
*
radv: reduce radv_cmd_state struct size.
Dave Airlie
2017-09-07
1
-2
/
+2
*
radv: reduce meta_saved_state struct size.
Dave Airlie
2017-09-07
1
-4
/
+3
*
radv: fix error code when resizing the upload BO
Samuel Pitoiset
2017-09-06
1
-1
/
+1
*
Revert "radv: disable support for VEGA for now."
Dave Airlie
2017-09-06
1
-5
/
+0
*
radv/gfx9: set descriptor up for base_mip to level range.
Dave Airlie
2017-09-06
1
-1
/
+4
*
radv: disable 1d/2d linear optimisation on gfx9.
Dave Airlie
2017-09-06
1
-3
/
+4
*
radv: Fix vkCopyImage with both depth and stencil aspects.
Bas Nieuwenhuizen
2017-09-06
1
-99
/
+107
*
radv: fix a memleak when compiling the GS copy shader
Samuel Pitoiset
2017-09-05
1
-0
/
+2
*
radv: drop emit2d_dst_type.
Dave Airlie
2017-09-04
1
-16
/
+0
*
radv/meta: missing initialisations in create_pass().
Xavier Bouchoux
2017-09-04
1
-0
/
+3
*
radv: Enable command buffer chaining by default.
Bas Nieuwenhuizen
2017-09-04
3
-3
/
+3
*
radv: Put semaphore waits in preamble cs.
Bas Nieuwenhuizen
2017-09-04
2
-60
/
+37
*
radv: Actually set the cmd_buffer usage_flags.
Bas Nieuwenhuizen
2017-09-04
1
-0
/
+1
*
radv: report VM faults if detected
Samuel Pitoiset
2017-09-01
2
-0
/
+16
*
radv: add radv_check_gpu_hangs() helper function
Samuel Pitoiset
2017-09-01
3
-12
/
+27
*
radv: disassemble SPIR-V binaries with RADV_DEBUG=spirv
Samuel Pitoiset
2017-09-01
4
-0
/
+39
*
radv: move RADV_TRACE_FILE functions to radv_debug.c
Samuel Pitoiset
2017-09-01
9
-23
/
+80
*
radv: silent a compiler warning in radv_emit_framebuffer_state()
Samuel Pitoiset
2017-09-01
1
-3
/
+3
*
radv: compute correct maximum wave count per SIMD
Samuel Pitoiset
2017-09-01
1
-1
/
+12
*
radv: don't assert on empty hash table
Grazvydas Ignotas
2017-08-31
1
-0
/
+3
*
radv: Add trace ids for secondary buffers.
Bas Nieuwenhuizen
2017-08-29
4
-4
/
+6
*
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2017-08-29
1
-2
/
+2
*
radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.
Bas Nieuwenhuizen
2017-08-29
1
-0
/
+13
*
radv: clear dynamic_shader_stages on create
Grazvydas Ignotas
2017-08-29
1
-0
/
+1
*
amd: add .editorconfig
Grazvydas Ignotas
2017-08-29
1
-0
/
+3
*
radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()
Samuel Pitoiset
2017-08-28
1
-7
/
+17
*
radv: rename record_fail to record_result and use VkResult
Samuel Pitoiset
2017-08-28
2
-9
/
+9
*
radv/wsi: Compute correct row_pitch for GFX9.
Dave Airlie
2017-08-27
1
-2
/
+6
*
radv: Fix sparse BO mapping merging.
Bas Nieuwenhuizen
2017-08-25
1
-0
/
+1
*
radv: Fix off by one in MAX_VBS assert.
Bas Nieuwenhuizen
2017-08-25
1
-1
/
+1
*
radv: Don't set a new subpass on compute resolve.
Bas Nieuwenhuizen
2017-08-25
1
-8
/
+0
*
radv: Remove some intel comments from the resolve code.
Bas Nieuwenhuizen
2017-08-25
3
-21
/
+0
*
radv: don't crash if we have no framebuffer
Dave Airlie
2017-08-25
1
-0
/
+4
*
radv/gfx9: gfx9 has buffer sizing rules like pre-VI.
Dave Airlie
2017-08-25
1
-1
/
+1
*
radv: fix predication on gfx9
Dave Airlie
2017-08-25
1
-1
/
+3
*
radv: Expose VK_KHX_multiview.
Bas Nieuwenhuizen
2017-08-24
2
-0
/
+18
*
radv: Implement multiview draws.
Bas Nieuwenhuizen
2017-08-24
2
-33
/
+112
*
radv: Implement determining the has_multiview_view_index key.
Bas Nieuwenhuizen
2017-08-24
1
-4
/
+16
*
radv: Add multiview clears.
Bas Nieuwenhuizen
2017-08-24
3
-19
/
+47
*
radv: Store multiview info in renderpass.
Bas Nieuwenhuizen
2017-08-24
2
-1
/
+27
*
ac/nir: Make shader key a struct.
Bas Nieuwenhuizen
2017-08-24
3
-16
/
+16
*
radv: Use 0 for the layer id if the vertex shader does not export it.
Bas Nieuwenhuizen
2017-08-24
1
-3
/
+4
*
radv/gfx9: don't expose linear depth on vega.
Dave Airlie
2017-08-24
1
-0
/
+4
*
radv: don't degrade tiling mode for small compressed or depth texture.
Dave Airlie
2017-08-24
1
-6
/
+10
*
radv/gfx9: only minify image view width/height/depth before gfx9.
Dave Airlie
2017-08-24
2
-7
/
+15
*
radv/image: don't rescale width/height if the format isn't changing
Dave Airlie
2017-08-24
1
-4
/
+6
*
radv: cleanup some image view descriptor setup.
Dave Airlie
2017-08-24
2
-13
/
+21
[next]