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
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-17
/
+17
*
radv: fix setting the number of rectangles when it's dyanmic
Samuel Pitoiset
2019-05-09
1
-4
/
+6
*
radv: Run the new ycbcr lowering pass.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+1
*
radv: Add non-uniform indexing lowering.
Bas Nieuwenhuizen
2019-04-10
1
-0
/
+5
*
radv: fix getting the vertex strides if the bindings aren't contiguous
Samuel Pitoiset
2019-04-08
1
-1
/
+15
*
radv: add missing initializations since VK_EXT_pipeline_creation_feedback
Samuel Pitoiset
2019-03-21
1
-2
/
+2
*
radv: Implement VK_EXT_pipeline_creation_feedback.
Bas Nieuwenhuizen
2019-03-20
1
-5
/
+94
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
1
-34
/
+3
*
radv: store more vertex attribute infos as pipeline keys
Samuel Pitoiset
2019-03-13
1
-0
/
+27
*
rav: use 32_AR instead of 32_ABGR when alpha coverage is required
Samuel Pitoiset
2019-03-04
1
-1
/
+1
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
1
-7
/
+13
*
radv: Disable depth clamping even without EXT_depth_range_unrestricted.
Bas Nieuwenhuizen
2019-02-20
1
-2
/
+1
*
radv: Implement VK_EXT_depth_clip_enable.
Bas Nieuwenhuizen
2019-02-20
1
-2
/
+9
*
radv: Clean up a bunch of compiler warnings.
Bas Nieuwenhuizen
2019-02-20
1
-1
/
+0
*
radv: fix writing the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
2019-02-18
1
-7
/
+8
*
radv: write the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
2019-02-18
1
-0
/
+8
*
radv: store vertex attribute formats as pipeline keys
Samuel Pitoiset
2019-02-14
1
-3
/
+19
*
radv: always export gl_SampleMask when the fragment shader uses it
Samuel Pitoiset
2019-02-13
1
-4
/
+4
*
radv: remove alloc parameter from pipeline init
Dave Airlie
2019-02-11
1
-5
/
+2
*
radv: track if subpasses have color attachments
Samuel Pitoiset
2019-02-04
1
-9
/
+1
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-8
/
+7
*
radv: avoid context rolls when binding graphics pipelines
Rhys Perry
2019-01-21
1
-102
/
+115
*
radv: use dithered alpha-to-coverage
Rhys Perry
2019-01-16
1
-4
/
+5
*
radv: Set partial_vs_wave for pipelines with just GS, not tess.
Bas Nieuwenhuizen
2019-01-15
1
-8
/
+20
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
1
-3
/
+3
*
nir: rename nir_link_constant_varyings() nir_link_opt_varyings()
Timothy Arceri
2019-01-02
1
-2
/
+2
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+4
*
radv: switch on EOP when primitive restart is enabled with triangle strips
Samuel Pitoiset
2018-12-13
1
-2
/
+1
*
radv: make use of nir_move_out_const_to_consumer()
Timothy Arceri
2018-11-14
1
-0
/
+4
*
radv: set PA.SC_CONSERVATIVE_RASTERIZATION.NULL_SQUAD_AA_MASK_ENABLE
Samuel Pitoiset
2018-11-13
1
-1
/
+1
*
radv: clean up setting partial_es_wave for distributed tess on VI
Samuel Pitoiset
2018-11-12
1
-7
/
+4
*
radv: set PA_SU_PRIM_FILTER_CNTL optimally
Samuel Pitoiset
2018-11-01
1
-0
/
+9
*
radv: only enable gl_SampleMask if MSAA is enabled too
Samuel Pitoiset
2018-11-01
1
-2
/
+11
*
radv: add support for Raven2
Samuel Pitoiset
2018-11-01
1
-0
/
+1
*
radv: implement VK_EXT_transform_feedback
Samuel Pitoiset
2018-10-29
1
-0
/
+19
*
radv: adjust the number of output components per stream
Samuel Pitoiset
2018-10-29
1
-5
/
+4
*
radv: adjust the GSVS ring sizes based on the number of components
Samuel Pitoiset
2018-10-29
1
-6
/
+19
*
radv: remove wrong comment in calculate_gs_ring_sizes() about streams
Samuel Pitoiset
2018-10-29
1
-1
/
+1
*
radv: call nir_link_xfb_varyings()
Timothy Arceri
2018-10-24
1
-0
/
+4
*
radv: move nir_lower_io_to_scalar_early() to radv_link_shaders()
Timothy Arceri
2018-10-24
1
-26
/
+18
*
radv: use nir_opt_find_array_copies()
Timothy Arceri
2018-10-18
1
-3
/
+3
*
radv: do not force the flat qualifier for clip/cull distances
Samuel Pitoiset
2018-10-15
1
-2
/
+2
*
radv: add a workaround for a VGT hang with prim restart and strips
Samuel Pitoiset
2018-10-11
1
-0
/
+11
*
radv: don't pass shader key by copy
Dave Airlie
2018-10-11
1
-7
/
+6
*
radv: tidy up radv_pipeline_init_multisample_state()
Samuel Pitoiset
2018-10-08
1
-19
/
+16
*
radv: always set PA_SC_MODE_CNTL_1.OUT_OF_ORDER_WATER_MARK
Samuel Pitoiset
2018-10-08
1
-2
/
+2
*
radv: set DB_EQAA.INCOHERENT_EQAA_READS
Samuel Pitoiset
2018-10-08
1
-1
/
+1
*
radv: add potential missing fields for DB_EQAA
Samuel Pitoiset
2018-10-01
1
-1
/
+3
*
radv: disable complicated point clipping against user clip planes
Samuel Pitoiset
2018-10-01
1
-1
/
+0
*
radv: implement VK_EXT_conservative_rasterization
Samuel Pitoiset
2018-09-18
1
-1
/
+48
[next]