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
/
radv_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-4
/
+4
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-4
/
+4
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
1
-12
/
+12
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
1
-0
/
+1
*
spirv: Add explicit pointer types
Jason Ekstrand
2019-01-08
1
-0
/
+4
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
radv: enable shaderStorageImageMultisample feature on GFX8+
Samuel Pitoiset
2018-12-20
1
-0
/
+1
*
radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8
Samuel Pitoiset
2018-12-20
1
-3
/
+9
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-1
/
+1
*
radv: include LLVM IR in the VK_AMD_shader_info "disassembly"
Nicolai Hähnle
2018-11-09
1
-0
/
+1
*
radv: implement VK_EXT_transform_feedback
Samuel Pitoiset
2018-10-29
1
-1
/
+8
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
1
-2
/
+2
*
radv: use nir_shrink_vec_array_vars()
Timothy Arceri
2018-10-18
1
-0
/
+1
*
radv: use nir_split_array_vars()
Timothy Arceri
2018-10-18
1
-0
/
+2
*
radv: use nir_opt_find_array_copies()
Timothy Arceri
2018-10-18
1
-4
/
+18
*
radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_vars
Timothy Arceri
2018-10-18
1
-0
/
+4
*
radv: make use of nir_lower_load_const_to_scalar()
Timothy Arceri
2018-09-25
1
-0
/
+2
*
radv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BIT
Samuel Pitoiset
2018-09-19
1
-0
/
+1
*
radv: enable shaderInt16 capability
Samuel Pitoiset
2018-09-17
1
-0
/
+1
*
radv: Set the user SGPR MSB for Vega.
Bas Nieuwenhuizen
2018-09-16
1
-0
/
+1
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
1
-1
/
+0
*
radv: remove dead variables after splitting per member structs
Samuel Pitoiset
2018-08-22
1
-3
/
+3
*
radv: return binary code_size not variant code size to cache
Dave Airlie
2018-07-28
1
-1
/
+1
*
radv: enable VK_KHR_16bit_storage extension / 16bit storage features
Daniel Schürmann
2018-07-23
1
-0
/
+1
*
radv: Fix incorrect assumption about ternary operator precedence
Danylo Piliaiev
2018-07-19
1
-2
/
+2
*
radv: using tls to store llvm related info and speed up compiles (v10)
Dave Airlie
2018-07-10
1
-3
/
+7
*
ac/radv: move llvm compiler info to struct and init in one place
Dave Airlie
2018-07-04
1
-8
/
+5
*
radv/radeonsi: add a check ir tm options
Dave Airlie
2018-07-04
1
-1
/
+3
*
radv: create/destroy passmgr at the higher level.
Dave Airlie
2018-07-04
1
-2
/
+5
*
radv: drop copy of ac_create_target_machine.
Dave Airlie
2018-07-04
1
-31
/
+1
*
ac/radv: split the non-common init_once code from the common target code. (v2)
Dave Airlie
2018-07-04
1
-16
/
+4
*
radv: add padding for the UMR disassembler
Samuel Pitoiset
2018-07-02
1
-2
/
+18
*
radv: enable VK_EXT_shader_stencil_export
Samuel Pitoiset
2018-06-26
1
-0
/
+1
*
radv: Enable lower_io_to_temporaries after deref changes.
Bas Nieuwenhuizen
2018-06-22
1
-3
/
+0
*
move lower_deref_instrs
Rob Clark
2018-06-22
1
-4
/
+0
*
radv: Disable lower_io_to_temporaries during deref changes.
Bas Nieuwenhuizen
2018-06-22
1
-0
/
+3
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-2
/
+3
*
spirv: Use NIR per-member splitting
Jason Ekstrand
2018-06-22
1
-0
/
+7
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
1
-0
/
+4
*
radv: fix reported number of available VGPRs
Eric Engestrom
2018-06-18
1
-1
/
+1
*
radv: add RADV_DEBUG=checkir
Samuel Pitoiset
2018-06-15
1
-0
/
+1
*
radv: add a workaround for DXVK hangs by setting amdgpu-skip-threshold
Samuel Pitoiset
2018-06-09
1
-1
/
+78
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-2
/
+2
*
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: set amdgpu-32bit-address-high-bits LLVM attribute
Samuel Pitoiset
2018-05-22
1
-0
/
+1
*
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
1
-4
/
+1
[next]