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
/
radv_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"
Samuel Pitoiset
2018-05-14
1
-1
/
+1
*
radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT
Timothy Arceri
2018-05-13
1
-5
/
+7
*
radv: minor cleanups in radv_fill_shader_variant()
Samuel Pitoiset
2018-05-11
1
-14
/
+15
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
1
-1
/
+1
*
ac/radv/radeonsi: refactor max simd waves into common code.
Dave Airlie
2018-04-24
1
-11
/
+1
*
radv: Add Vega M support.
Bas Nieuwenhuizen
2018-04-19
1
-0
/
+1
*
radv: Enable VK_EXT_descriptor_indexing.
Bas Nieuwenhuizen
2018-04-18
1
-0
/
+2
*
radv: enable subgroup capabilities
Daniel Schürmann
2018-04-14
1
-1
/
+6
*
radv: add RADV_NUM_PHYSICAL_VGPRS constant
Samuel Pitoiset
2018-04-09
1
-2
/
+4
*
radv: add radv_get_num_physical_sgprs() helper
Samuel Pitoiset
2018-04-09
1
-11
/
+4
*
radv: enable VK_EXT_shader_viewport_index_layer
Samuel Pitoiset
2018-04-03
1
-0
/
+1
*
radv: enable VK_AMD_shader_trinary_minmax extension
Daniel Schürmann
2018-03-29
1
-0
/
+1
*
radv: don't lower indirects until after opts have run
Timothy Arceri
2018-03-20
1
-1
/
+8
*
radv: lower constant initializers on output variables earlier
Dave Airlie
2018-03-19
1
-0
/
+5
*
radv: run nir_opt_move_load_ubo
Samuel Pitoiset
2018-03-16
1
-0
/
+1
*
radv: drop tess offchip layout for tcs.
Dave Airlie
2018-03-16
1
-0
/
+1
*
radv: record LLVM IR when debugging shaders
Samuel Pitoiset
2018-03-15
1
-0
/
+3
*
radv: add dump_shader to the NIR compiler options
Samuel Pitoiset
2018-03-15
1
-4
/
+4
*
spirv/radv: add AMD_gcn_shader capability, remove current extensions
Alejandro Piñeiro
2018-03-15
1
-3
/
+1
*
ac/nir: move ac_nir_compiler_options and friends to radv folder
Samuel Pitoiset
2018-03-13
1
-4
/
+4
*
ac: move ac_shader_info to radv folder
Samuel Pitoiset
2018-03-13
1
-2
/
+2
*
ac/nir: move all RADV related code to radv_nir_to_llvm.c
Samuel Pitoiset
2018-03-13
1
-5
/
+6
*
radv: enable AMD_gcn_shader extension
Daniel Schürmann
2018-03-07
1
-0
/
+3
*
radv: Add trivial device group implementation.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+2
*
radv: Add minimal subgroup support.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+10
*
radv: report the scratch private memory size with shader stats
Samuel Pitoiset
2018-03-06
1
-1
/
+3
*
ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
Timothy Arceri
2018-03-05
1
-40
/
+1
*
radv: enable lowering of fpow to fexp2 and flog2
Samuel Pitoiset
2018-02-22
1
-0
/
+1
*
radv: Always lower indirect derefs after nir_lower_global_vars_to_local.
Bas Nieuwenhuizen
2018-02-15
1
-34
/
+40
*
radv: run nir_opt_shrink_load
Samuel Pitoiset
2018-02-06
1
-0
/
+2
*
nir: add vs_inputs_dual_locations compiler option
Timothy Arceri
2018-01-30
1
-0
/
+1
*
radv: add an option that allows to dump pre-optimization ir
Samuel Pitoiset
2018-01-22
1
-0
/
+2
*
radv: Replace an assert with unreachable.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+1
*
radv/radeonsi/nir: lower 64bit flrp
Timothy Arceri
2018-01-13
1
-0
/
+1
*
radv/gfx9: calculate the number of ES VGPRs for merged shaders
Samuel Pitoiset
2018-01-10
1
-3
/
+10
*
radv/gfx9: enable LDS for GS only if the ES type is TES
Samuel Pitoiset
2018-01-10
1
-1
/
+2
*
radv/gfx9: do not load VGPR1 when GS uses points or lines
Samuel Pitoiset
2018-01-08
1
-1
/
+3
*
radv: make shader BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-1
/
+4
*
radv/gfx9: reduce the number of input VGPRs for the GS stage
Samuel Pitoiset
2018-01-04
1
-1
/
+14
*
radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
2017-12-19
1
-2
/
+5
*
Revert "radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components"
Samuel Pitoiset
2017-12-18
1
-5
/
+2
*
radv: do not load the local invocation index when it's unused
Samuel Pitoiset
2017-12-14
1
-1
/
+1
*
radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
2017-12-14
1
-3
/
+8
[next]