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_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Add inputs read by TES to radv_shader_info.
Timur Kristóf
2020-04-24
1
-0
/
+7
*
radv: simplify checking for Navi1x chips
Samuel Pitoiset
2020-04-23
1
-3
/
+1
*
radv: make sure to export the viewport index if FS needs it
Samuel Pitoiset
2020-04-23
1
-0
/
+13
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
radv: fix geometry shader primitives query with ACO on GFX10
Samuel Pitoiset
2020-04-17
1
-5
/
+1
*
radv: rename extra graphics pipeline decompress/resummarize fields
Samuel Pitoiset
2020-04-08
1
-3
/
+3
*
radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.
Timur Kristóf
2020-04-07
1
-0
/
+13
*
radv, aco: collect statistics if requested but executables are not
Rhys Perry
2020-04-03
1
-10
/
+11
*
radv: add code for exposing compiler statistics
Rhys Perry
2020-04-03
1
-0
/
+14
*
radv: stop including files from mesa/main
Marek Olšák
2020-03-27
1
-1
/
+0
*
radv: call nir_shader_gather_info again
Rhys Perry
2020-03-19
1
-0
/
+3
*
radv: remove wrong assert that checks compute subgroup size
Samuel Pitoiset
2020-03-18
1
-5
/
+4
*
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
1
-3
/
+21
*
radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
1
-1
/
+12
*
radv: remove unnecessary LLVM includes
Samuel Pitoiset
2020-03-13
1
-3
/
+0
*
radv: remove radv_shader_variant::aco_used
Samuel Pitoiset
2020-03-13
1
-1
/
+1
*
radv: cleanup occurences of use_aco everywhere
Samuel Pitoiset
2020-03-13
1
-10
/
+7
*
radv: tune primitive binning for small chips
Samuel Pitoiset
2020-03-12
1
-2
/
+7
*
amd/llvm: Fix divergent descriptor indexing. (v3)
Bas Nieuwenhuizen
2020-03-12
1
-7
/
+7
*
radv: Enable ACO on all stages.
Timur Kristóf
2020-03-11
1
-25
/
+6
*
radv: Enable ACO for TES when there is no GS.
Timur Kristóf
2020-03-11
1
-7
/
+9
*
radv: Enable ACO for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-2
/
+4
*
radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sisched
Samuel Pitoiset
2020-02-13
1
-2
/
+0
*
radv: implement VK_EXT_line_rasterization
Samuel Pitoiset
2020-02-13
1
-0
/
+33
*
radv/gfx10: re-enable NGG GS
Samuel Pitoiset
2020-01-29
1
-15
/
+0
*
radv: implement VK_AMD_shader_explicit_vertex_parameter
Samuel Pitoiset
2020-01-29
1
-8
/
+17
*
radv: print NIR shaders after lowering FS inputs/outputs
Samuel Pitoiset
2020-01-24
1
-3
/
+5
*
radv/aco: use ACO for GS copy shaders
Rhys Perry
2020-01-24
1
-1
/
+2
*
radv/aco: allow ACO for GS
Rhys Perry
2020-01-24
1
-8
/
+9
*
radv: move gs copy shader creation before other variants
Rhys Perry
2020-01-24
1
-36
/
+36
*
radv/gfx10: improve performance for TES using PrimID but not exporting it
Samuel Pitoiset
2020-01-13
1
-1
/
+1
*
radv/gfx10: add support for NGG passthrough mode
Samuel Pitoiset
2020-01-13
1
-0
/
+2
*
radv/gfx10: determine if a pipeline is eligible for NGG passthrough
Samuel Pitoiset
2020-01-13
1
-12
/
+53
*
radv/gfx10: disable vertex grouping
Samuel Pitoiset
2020-01-13
1
-5
/
+2
*
radv: do not fill keys from fragment shader twice
Samuel Pitoiset
2020-01-08
1
-14
/
+0
*
radv: Emit a BATCH_BREAK when changing pixel shaders or CB_TARGET_MASK.
Bas Nieuwenhuizen
2020-01-07
1
-18
/
+27
*
radv: implement VK_AMD_mixed_attachment_samples
Samuel Pitoiset
2020-01-03
1
-5
/
+26
*
radv: ignore pColorBlendState if rasterization is disabled
Samuel Pitoiset
2019-12-20
1
-5
/
+21
*
radv: tidy up radv_pipeline_init_blend_state()
Samuel Pitoiset
2019-12-20
1
-112
/
+115
*
radv: ignore pDepthStencilState if rasterization is disabled
Samuel Pitoiset
2019-12-20
1
-5
/
+15
*
radv: ignore pTessellationState if the pipeline doesn't use tess
Samuel Pitoiset
2019-12-20
1
-2
/
+16
*
radv: ignore pMultisampleState if rasterization is disabled
Samuel Pitoiset
2019-12-20
1
-7
/
+15
*
radv: fix possibly wrong PA_SC_AA_CONFIG value for conservative rast
Samuel Pitoiset
2019-12-10
1
-0
/
+7
*
radv: move emission of two PA_SC_* registers to the pipeline CS
Samuel Pitoiset
2019-12-10
1
-0
/
+2
*
radv: fix enabling sample shading with SampleID/SamplePosition
Samuel Pitoiset
2019-11-27
1
-7
/
+24
*
radv: fix reporting subgroup size with VK_KHR_pipeline_executable_properties
Samuel Pitoiset
2019-11-26
1
-3
/
+2
*
radv: create a fresh fork for each pipeline compile
Timothy Arceri
2019-11-25
1
-1
/
+15
*
radv: Do not change scratch settings while shaders are active.
Bas Nieuwenhuizen
2019-11-20
1
-17
/
+2
*
radv: remove useless RADV_DEBUG=unsafemath debug option
Samuel Pitoiset
2019-11-15
1
-2
/
+0
*
radv/gfx10: fix primitive indices orientation for NGG GS
Samuel Pitoiset
2019-11-07
1
-2
/
+0
[next]