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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: reorg ac_shader_binary struct to take less space.
Dave Airlie
2017-09-04
1
-8
/
+9
*
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
*
radeonsi: move si_vm_fault_occured() to AMD common code
Samuel Pitoiset
2017-09-01
2
-0
/
+113
*
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
3
-24
/
+42
*
radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.
Bas Nieuwenhuizen
2017-08-29
1
-0
/
+13
*
ac/nir: remove misleading condition
Grazvydas Ignotas
2017-08-29
1
-1
/
+1
*
ac/nir: silence maybe-uninitialized warnings
Grazvydas Ignotas
2017-08-29
1
-6
/
+9
*
radv: clear dynamic_shader_stages on create
Grazvydas Ignotas
2017-08-29
1
-0
/
+1
*
amd: add .editorconfig
Grazvydas Ignotas
2017-08-29
2
-0
/
+6
*
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
2017-08-28
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
*
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
2017-08-27
2
-5
/
+0
*
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
*
ac/debug: use util_strchrnul() to fix android build error
Mauro Rossi
2017-08-24
1
-1
/
+2
*
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
2017-08-24
2
-0
/
+5
*
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
*
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
2017-08-24
4
-2
/
+44
*
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
4
-22
/
+24
*
radv: Use 0 for the layer id if the vertex shader does not export it.
Bas Nieuwenhuizen
2017-08-24
1
-3
/
+4
*
ac/nir: Implement input attachments with layered rendering.
Bas Nieuwenhuizen
2017-08-24
1
-2
/
+11
*
ac/nir: Determine if input attachments are used in the info pass.
Bas Nieuwenhuizen
2017-08-24
2
-1
/
+11
*
ac/nir: Cast sources of integer ops to int.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+16
*
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
[next]