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_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Split out generating VGT_SHADER_STAGES_EN.
Bas Nieuwenhuizen
2018-01-30
1
-23
/
+27
*
radv: Split out the ia_multi_vgt_param precomputation.
Bas Nieuwenhuizen
2018-01-30
1
-79
/
+90
*
radv: Split out db_shader_control computation.
Bas Nieuwenhuizen
2018-01-30
1
-21
/
+22
*
radv: Compute shader_z_format when emitting it.
Bas Nieuwenhuizen
2018-01-30
1
-7
/
+3
*
radv: Merge depth stencil state with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
1
-65
/
+58
*
radv: Merge ps_input_cntl computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
1
-81
/
+79
*
radv: Merge vtx_reuse_depth computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
1
-7
/
+6
*
radv: Merge vs state computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
1
-50
/
+34
*
radv: Merge binning state generation with pm4 emission.
Bas Nieuwenhuizen
2018-01-30
1
-29
/
+19
*
radv: Constify some pipeline helpers.
Bas Nieuwenhuizen
2018-01-30
1
-4
/
+4
*
radv: Add PM4 pregeneration for compute pipelines.
Bas Nieuwenhuizen
2018-01-30
1
-0
/
+66
*
radv: Record a PM4 sequence for graphics pipeline switches.
Bas Nieuwenhuizen
2018-01-30
1
-0
/
+478
*
radv: Determine unneeded dynamic states.
Bas Nieuwenhuizen
2018-01-30
1
-16
/
+45
*
ac/shader: scan if fragment shaders write memory
Samuel Pitoiset
2018-01-26
1
-3
/
+3
*
radv: add multisample Z optimisation from amdvlk
Dave Airlie
2018-01-25
1
-0
/
+3
*
radv: move spi_baryc_cntl to pipeline
Dave Airlie
2018-01-25
1
-0
/
+3
*
radv: fix sample_mask_in loading. (v3.1)
Dave Airlie
2018-01-24
1
-5
/
+24
*
radv: emit pa_sc_mode_cntl_0 with multisample state.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+2
*
radv: Use correct bindings for inputRate in key generation.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+7
*
Revert "ac/shader: gather If TES reads TESSINNER or TESSOUTER"
Samuel Pitoiset
2018-01-15
1
-0
/
+2
*
ac/shader: gather If TES reads TESSINNER or TESSOUTER
Samuel Pitoiset
2018-01-15
1
-2
/
+0
*
radv: Implement VK_EXT_discard_rectangles.
Bas Nieuwenhuizen
2018-01-10
1
-0
/
+35
*
radv: Add mapping between dynamic state mask and external enum.
Bas Nieuwenhuizen
2018-01-10
1
-11
/
+38
*
amd/common: scan if gl_PrimitiveID is used before translating to LLVM
Samuel Pitoiset
2018-01-04
1
-3
/
+3
*
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
2017-12-31
1
-0
/
+325
*
radv/gfx9: fix primitive topology when adjacency is used
Samuel Pitoiset
2017-12-21
1
-1
/
+1
*
radv: add assertions to make sure pipeline layout objects are valid
Samuel Pitoiset
2017-12-19
1
-0
/
+2
*
amd/common: add ac_vgt_gs_mode() helper
Samuel Pitoiset
2017-12-18
1
-26
/
+6
*
amd/common: add ac_get_cb_shader_mask() helper
Samuel Pitoiset
2017-12-18
1
-33
/
+1
*
radv: port merge tess info from anv
Dave Airlie
2017-12-18
1
-0
/
+40
*
radv: export SampleMask from pixel shaders at full rate
Samuel Pitoiset
2017-12-14
1
-5
/
+6
*
radv: enable nir varying array splitting
Timothy Arceri
2017-12-04
1
-0
/
+3
*
radv: enable nir component packing
Timothy Arceri
2017-12-04
1
-0
/
+6
*
radv: do not dump meta shaders with RADV_DEBUG=shaders
Samuel Pitoiset
2017-12-01
1
-4
/
+1
*
radv: drop radv_cmd_dirty_mask_t typedef
Samuel Pitoiset
2017-11-15
1
-1
/
+1
*
radv: use vk_zalloc instead of vk_alloc+memset
Samuel Pitoiset
2017-11-13
1
-6
/
+4
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
radv: emit esgs ring size in one place.
Dave Airlie
2017-11-13
1
-0
/
+1
*
radv: move calculating vs out info regs into pipeline.
Dave Airlie
2017-11-13
1
-3
/
+18
*
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
2017-11-06
1
-2
/
+47
*
radv: Implement VK_AMD_shader_info
Alex Smith
2017-10-29
1
-1
/
+1
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
1
-1
/
+1
*
radv: Compute ac keys from pipeline key.
Bas Nieuwenhuizen
2017-10-26
1
-72
/
+41
*
radv: Add single pipeline cache key.
Bas Nieuwenhuizen
2017-10-26
1
-3
/
+41
*
radv: Don't compute as_ls/as_es before hashing.
Bas Nieuwenhuizen
2017-10-26
1
-14
/
+12
*
radv: print NIR before LLVM IR and disassembly
Samuel Pitoiset
2017-10-25
1
-7
/
+10
*
radv: enable lower to scalar nir pass
Timothy Arceri
2017-10-25
1
-0
/
+24
*
radv: move nir print after linking is done
Timothy Arceri
2017-10-24
1
-2
/
+7
*
radv: clone meta shaders before linking
Timothy Arceri
2017-10-24
1
-1
/
+8
*
radv/ac/nir: only emit tess factors to storage if tes reads them
Dave Airlie
2017-10-23
1
-0
/
+1
[next]