index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: run the EarlyCSEMemSSA LLVM pass
Samuel Pitoiset
2018-05-25
1
-0
/
+2
*
radv: fix dumping compute shader on the graphics queue
Samuel Pitoiset
2018-05-25
1
-5
/
+8
*
radv: add radv_dump_pipeline_state() helper
Samuel Pitoiset
2018-05-25
1
-6
/
+11
*
radv: rework how shaders are dumped when generating a hang report
Samuel Pitoiset
2018-05-25
1
-26
/
+15
*
radv: remove unused parameter in radv_dump_annotated_shader()
Samuel Pitoiset
2018-05-25
1
-8
/
+6
*
radv: call nir_lower_io_to_temporaries for VS, GS, TES and FS
Samuel Pitoiset
2018-05-24
1
-0
/
+10
*
radv: call nir_split_var_copies() before nir_lower_var_copies()
Samuel Pitoiset
2018-05-24
1
-0
/
+3
*
radv: fix computation of user sgprs for 32-bit pointers
Samuel Pitoiset
2018-05-22
1
-1
/
+3
*
radv: drop user_sgpr_info::sgpr_count
Samuel Pitoiset
2018-05-22
1
-13
/
+11
*
radv: add support for 32-bit pointers in user data SGPRs
Samuel Pitoiset
2018-05-22
4
-21
/
+40
*
radv: add set_loc_shader_ptr() helper
Samuel Pitoiset
2018-05-22
1
-7
/
+13
*
radv: allocate descriptor BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: allocate the upload BO in the 32-bit addr space
Samuel Pitoiset
2018-05-22
1
-1
/
+2
*
radv: set amdgpu-32bit-address-high-bits LLVM attribute
Samuel Pitoiset
2018-05-22
3
-0
/
+8
*
radv/winsys: allow to allocate BOs in the 32-bit addr space
Samuel Pitoiset
2018-05-22
2
-1
/
+3
*
radv/winsys: request high address
Samuel Pitoiset
2018-05-22
1
-4
/
+6
*
radv: fix centroid interpolation
Samuel Pitoiset
2018-05-21
1
-3
/
+0
*
radv: Cleanup unused prime blit path.
Bas Nieuwenhuizen
2018-05-21
2
-25
/
+0
*
radv: Fix SRGB compute copies.
Bas Nieuwenhuizen
2018-05-21
2
-0
/
+42
*
radv: fix VK_EXT_descriptor_indexing
Christoph Haag
2018-05-20
1
-1
/
+1
*
radv: pass radv_nir_compiler_options directly to create_llvm_function()
Samuel Pitoiset
2018-05-18
1
-4
/
+3
*
radv: add radv_emit_shader_pointer() helper
Samuel Pitoiset
2018-05-17
3
-13
/
+18
*
radv: add some helpers for cleaning up radv_get_preamble_cs()
Samuel Pitoiset
2018-05-17
1
-86
/
+128
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
4
-19
/
+7
*
radv: only declare the ESGS rings for pre GFX9 chips
Samuel Pitoiset
2018-05-17
1
-4
/
+10
*
radv: allow to print GPU info with RADV_DEBUG=info
Samuel Pitoiset
2018-05-17
2
-0
/
+5
*
radv: do not emit unnecessary ES output stores
Samuel Pitoiset
2018-05-17
1
-3
/
+23
*
radv: do not emit unnecessary GS output stores
Samuel Pitoiset
2018-05-17
1
-0
/
+7
*
radv: only pass the global BO list at submit time if enabled
Samuel Pitoiset
2018-05-17
1
-2
/
+6
*
radv: remove the radv_finishme() when compiling shaders
Samuel Pitoiset
2018-05-17
1
-4
/
+0
*
radv: remove radv_device::llvm_supports_spill
Samuel Pitoiset
2018-05-17
3
-7
/
+1
*
radv: add generated files to .gitignore(s)
Dieter Nützel
2018-05-15
1
-0
/
+1
*
radv: reduce the number of parameters export by the GS copy shader
Samuel Pitoiset
2018-05-14
1
-4
/
+3
*
radv: scan the geometry shader output usage mask
Samuel Pitoiset
2018-05-14
2
-0
/
+9
*
radv: run the shader info pass before emitting the GS copy shader
Samuel Pitoiset
2018-05-14
1
-0
/
+2
*
radv: check that layout isn't NULL in radv_nir_shader_info_pass()
Samuel Pitoiset
2018-05-14
1
-1
/
+1
*
radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.
Bas Nieuwenhuizen
2018-05-14
1
-0
/
+19
*
radv: Fix up 2_10_10_10 alpha sign.
Bas Nieuwenhuizen
2018-05-14
4
-13
/
+98
*
radv: Add support for IMG_DATA_FORMAT_32_32_32.
Bas Nieuwenhuizen
2018-05-14
2
-4
/
+7
*
radv: Translate logic ops.
Bas Nieuwenhuizen
2018-05-14
1
-2
/
+43
*
radv: Fix multiview queries.
Bas Nieuwenhuizen
2018-05-14
1
-19
/
+20
*
radv: remove useless check in radv_create_shaders()
Samuel Pitoiset
2018-05-14
1
-1
/
+1
*
radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"
Samuel Pitoiset
2018-05-14
3
-5
/
+8
*
radv: move {load,store}_var intrinsics scanning in different functions
Samuel Pitoiset
2018-05-14
1
-47
/
+80
*
radv: use compute path for multi-layer images.
Dave Airlie
2018-05-14
1
-0
/
+2
*
radv: resolve all layers in compute resolve path.
Dave Airlie
2018-05-14
1
-6
/
+42
*
radv/resolve: do fmask decompress on all layers.
Dave Airlie
2018-05-14
1
-1
/
+1
*
radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT
Timothy Arceri
2018-05-13
4
-16
/
+28
*
radv: move ac_build_if_state on top of radv_nir_to_llvm.c
Samuel Pitoiset
2018-05-11
1
-91
/
+92
*
radv: minor cleanups in radv_fill_shader_variant()
Samuel Pitoiset
2018-05-11
1
-14
/
+15
[next]