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: Derive android usage from create flags.
Bas Nieuwenhuizen
2019-10-10
3
-0
/
+43
*
radv: Disallow sparse shared images.
Bas Nieuwenhuizen
2019-10-10
1
-8
/
+7
*
radv/android: Add android hardware buffer queries.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+182
*
radv/android: Add android hardware buffer field to device memory.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+13
*
radv: Add VK_ANDROID_external_memory_android_hardware_buffer.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+14
*
radv: Unset vk_info in radv_image_create_layout.
Bas Nieuwenhuizen
2019-10-10
1
-4
/
+8
*
radv: Handle slightly different image dimensions.
Bas Nieuwenhuizen
2019-10-10
1
-11
/
+99
*
radv: Delay patching for imported images until layout time.
Bas Nieuwenhuizen
2019-10-10
1
-26
/
+35
*
radv: Split out layout code from image creation.
Bas Nieuwenhuizen
2019-10-10
1
-61
/
+77
*
radv: Handle device memory alloc failure with normal free.
Bas Nieuwenhuizen
2019-10-10
1
-12
/
+22
*
radv: Cleanup buffer_from_fd.
Bas Nieuwenhuizen
2019-10-10
3
-6
/
+3
*
radv: Implement & enable VK_EXT_texel_buffer_alignment.
Bas Nieuwenhuizen
2019-10-10
2
-0
/
+16
*
radv: use a compute shader for copying timestamp query results
Samuel Pitoiset
2019-10-10
2
-30
/
+227
*
radv: sync before resetting query pools if timestamps have been written
Samuel Pitoiset
2019-10-10
1
-0
/
+10
*
radv: get the device name from radeon_info::name
Samuel Pitoiset
2019-10-10
1
-39
/
+3
*
radv: bump minTexelBufferOffsetAlignment to 4
Samuel Pitoiset
2019-10-09
1
-1
/
+1
*
radv: implement VK_KHR_shader_clock
Samuel Pitoiset
2019-10-09
3
-0
/
+9
*
amd: Move all amd/common code that depends on LLVM to amd/llvm.
Timur Kristóf
2019-10-08
1
-2
/
+2
*
radv/aco,aco: set lower_fmod
Rhys Perry
2019-10-04
1
-0
/
+1
*
radv: enable lower_fmod for the LLVM path
Samuel Pitoiset
2019-10-03
1
-0
/
+1
*
radv: Fix warning in 32-bit build.
Bas Nieuwenhuizen
2019-10-03
1
-2
/
+3
*
radv: Fix condition for skipping the continue CS.
Bas Nieuwenhuizen
2019-10-03
1
-1
/
+2
*
radv/gfx10: fix the ESGS ring size symbol
Samuel Pitoiset
2019-10-02
1
-19
/
+1
*
radv: fix build
Samuel Pitoiset
2019-10-02
1
-1
/
+1
*
Revert "radv: disable viewport clamping even if FS doesn't write Z"
Samuel Pitoiset
2019-10-02
1
-1
/
+3
*
radv: rework the slow depthstencil clear to write depth from PS
Samuel Pitoiset
2019-10-02
1
-6
/
+12
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
4
-1
/
+13
*
radv/gfx10: fix storing/loading NGG stream outputs for GS
Samuel Pitoiset
2019-10-02
1
-12
/
+77
*
radv/gfx10: use the component mask when storing/loading NGG stream outputs
Samuel Pitoiset
2019-10-02
1
-0
/
+6
*
radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
Samuel Pitoiset
2019-10-02
1
-8
/
+10
*
radv/gfx10: add missing counter buffer to the BO list
Samuel Pitoiset
2019-10-02
1
-0
/
+2
*
radv/gfx10: add radv_device::use_ngg
Samuel Pitoiset
2019-10-02
3
-3
/
+8
*
radv/aco: Don't lower subtractions
Daniel Schürmann
2019-09-30
1
-1
/
+0
*
android: aco: add support for libmesa_aco
Mauro Rossi
2019-09-28
1
-1
/
+3
*
radv: Fix L2 cache rinse programming.
Timur Kristóf
2019-09-26
1
-5
/
+9
*
radv: Add debug option to dump meta shaders.
Timur Kristóf
2019-09-26
3
-2
/
+6
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
1
-33
/
+1
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
2
-2
/
+18
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
5
-15
/
+15
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
3
-2
/
+9
*
aco,radv/aco: get dissassembly for release builds if requested
Rhys Perry
2019-09-26
1
-6
/
+1
*
radv/aco: actually disable ACO when unsupported
Rhys Perry
2019-09-26
1
-1
/
+0
*
radv: fix s/load/store/ copy-paste typo
Eric Engestrom
2019-09-24
1
-1
/
+1
*
radv: Add workaround for hang in The Surge 2.
Bas Nieuwenhuizen
2019-09-24
1
-0
/
+8
*
radv: remove dead shared variables
Daniel Schürmann
2019-09-19
1
-1
/
+1
*
radv/aco: enable VK_EXT_shader_demote_to_helper_invocation
Daniel Schürmann
2019-09-19
3
-0
/
+8
*
radv: enable clustered reductions
Daniel Schürmann
2019-09-19
1
-0
/
+1
*
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
Daniel Schürmann
2019-09-19
9
-103
/
+201
*
radv: Add DFSM support.
Bas Nieuwenhuizen
2019-09-18
1
-5
/
+17
*
radv: Disable dfsm by default even on Raven.
Bas Nieuwenhuizen
2019-09-18
2
-3
/
+4
[next]