index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_shader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
ac/nir: move all RADV related code to radv_nir_to_llvm.c
Samuel Pitoiset
1
-5
/
+6
2018-03-07
radv: enable AMD_gcn_shader extension
Daniel Schürmann
1
-0
/
+3
2018-03-07
radv: Add trivial device group implementation.
Bas Nieuwenhuizen
1
-0
/
+2
2018-03-07
radv: Add minimal subgroup support.
Bas Nieuwenhuizen
1
-0
/
+10
2018-03-06
radv: report the scratch private memory size with shader stats
Samuel Pitoiset
1
-1
/
+3
2018-03-05
ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
Timothy Arceri
1
-40
/
+1
2018-02-22
radv: enable lowering of fpow to fexp2 and flog2
Samuel Pitoiset
1
-0
/
+1
2018-02-15
radv: Always lower indirect derefs after nir_lower_global_vars_to_local.
Bas Nieuwenhuizen
1
-34
/
+40
2018-02-06
radv: run nir_opt_shrink_load
Samuel Pitoiset
1
-0
/
+2
2018-01-30
nir: add vs_inputs_dual_locations compiler option
Timothy Arceri
1
-0
/
+1
2018-01-22
radv: add an option that allows to dump pre-optimization ir
Samuel Pitoiset
1
-0
/
+2
2018-01-19
radv: Replace an assert with unreachable.
Bas Nieuwenhuizen
1
-1
/
+1
2018-01-13
radv/radeonsi/nir: lower 64bit flrp
Timothy Arceri
1
-0
/
+1
2018-01-10
radv/gfx9: calculate the number of ES VGPRs for merged shaders
Samuel Pitoiset
1
-3
/
+10
2018-01-10
radv/gfx9: enable LDS for GS only if the ES type is TES
Samuel Pitoiset
1
-1
/
+2
2018-01-08
radv/gfx9: do not load VGPR1 when GS uses points or lines
Samuel Pitoiset
1
-1
/
+3
2018-01-08
radv: make shader BOs read-only for the GPU
Samuel Pitoiset
1
-1
/
+4
2018-01-04
radv/gfx9: reduce the number of input VGPRs for the GS stage
Samuel Pitoiset
1
-1
/
+14
2017-12-19
radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
1
-2
/
+5
2017-12-18
Revert "radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components"
Samuel Pitoiset
1
-5
/
+2
2017-12-14
radv: do not load the local invocation index when it's unused
Samuel Pitoiset
1
-1
/
+1
2017-12-14
radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components
Samuel Pitoiset
1
-3
/
+8
2017-12-02
spirv: Convert the supported_extensions struct to spirv_options
Jason Ekstrand
1
-10
/
+13
2017-12-01
radv: do not dump meta shaders with RADV_DEBUG=shaders
Samuel Pitoiset
1
-1
/
+1
2017-11-13
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
1
-1
/
+1
2017-11-06
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
1
-39
/
+0
2017-10-30
radv: Fix -Wformat-security issue
Alex Smith
1
-1
/
+1
2017-10-29
radv: Implement VK_AMD_shader_info
Alex Smith
1
-31
/
+149
2017-10-26
radv: add support for local bos. (v3)
Dave Airlie
1
-1
/
+1
2017-10-24
radv: move nir print after linking is done
Timothy Arceri
1
-3
/
+0
2017-10-23
radv: Disallow indirect outputs for GS on GFX9 as well.
Bas Nieuwenhuizen
1
-3
/
+1
2017-10-22
radv: Don't use vgpr indexing for outputs on GFX9.
Bas Nieuwenhuizen
1
-0
/
+5
2017-10-20
nir: Get rid of nir_shader::stage
Jason Ekstrand
1
-5
/
+5
2017-10-20
radv: calculate and emit GFX9 GS registers to pipeline state.
Bas Nieuwenhuizen
1
-0
/
+6
2017-10-20
radv: copy indirect lowering settings from radeonsi
Timothy Arceri
1
-1
/
+26
2017-10-19
radv: Modify rsrc1/rsrc2 generation for merged tess.
Bas Nieuwenhuizen
1
-7
/
+16
2017-10-19
radv: Update GFX9 user data regs for GS/tess.
Bas Nieuwenhuizen
1
-4
/
+15
2017-10-19
radv: Add code to compile merged shaders.
Bas Nieuwenhuizen
1
-7
/
+10
2017-10-19
ac/nir: Change interface to allow multiple source shaders.
Bas Nieuwenhuizen
1
-1
/
+1
2017-10-18
radv: Link shaders.
Bas Nieuwenhuizen
1
-1
/
+1
2017-10-12
radv: remove duplicate debug_flags field
Timothy Arceri
1
-4
/
+4
2017-10-11
radv: lower ffma in nir.
Dave Airlie
1
-0
/
+1
2017-10-09
amd: move r600d_common.h into r600g
Marek Olšák
1
-1
/
+0
2017-10-04
radv: dump SPIRV when a GPU hang is detected
Samuel Pitoiset
1
-1
/
+3
2017-10-04
radv: dump NIR when a GPU hang is detected
Samuel Pitoiset
1
-2
/
+8
2017-09-14
radv: add radv_shader_dump_stats() helper
Samuel Pitoiset
1
-0
/
+70
2017-09-13
radv/nir: call opt_remove_phis after trivial continues.
Dave Airlie
1
-0
/
+1
2017-09-08
radv: keep track of the disasm string in debug mode only
Samuel Pitoiset
1
-1
/
+8
2017-09-08
radv: add shader_variant_create() helper function
Samuel Pitoiset
1
-58
/
+56
2017-09-08
radv: drop 'dump' parameters from some shader related functions
Samuel Pitoiset
1
-8
/
+9
[next]