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: 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
*
radv: adjust ESGS ring buffer size computation on VI+
Samuel Pitoiset
2018-09-11
1
-1
/
+5
*
radv: Add VEGA20 support.
Bas Nieuwenhuizen
2018-09-03
1
-0
/
+1
*
radv: fix passing clip/cull distances from VS to PS
Samuel Pitoiset
2018-08-31
1
-0
/
+17
*
radv: Make fs key exemplars ordered to be a reverse fs_key lookup.
Bas Nieuwenhuizen
2018-08-14
1
-1
/
+26
*
radv: Fix build
Kenneth Graunke
2018-07-26
1
-1
/
+1
*
radv: fix a memleak for merged shaders on GFX9
Samuel Pitoiset
2018-07-23
1
-1
/
+1
*
radv: Select correct entries for binning.
Bas Nieuwenhuizen
2018-07-19
1
-2
/
+2
*
radv: Fix number of samples used for binning.
Bas Nieuwenhuizen
2018-07-19
1
-1
/
+1
*
nir: convert lower_io_arrays_to_elements to deref instructions
Rob Clark
2018-06-22
1
-2
/
+0
*
nir: convert lower_io_to_scalar to deref instructions
Rob Clark
2018-06-22
1
-2
/
+2
*
move lower_deref_instrs
Rob Clark
2018-06-22
1
-0
/
+2
*
radv: do not use an user SGPR for the sample position offset
Samuel Pitoiset
2018-06-20
1
-29
/
+0
*
radv: don't store the number of samples as log2
Samuel Pitoiset
2018-06-20
1
-2
/
+2
*
amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
Marek Olšák
2018-06-19
1
-16
/
+16
*
radv: fix bitwise check
Eric Engestrom
2018-06-18
1
-1
/
+1
*
radv: remove multisample bit from shader key.
Dave Airlie
2018-06-15
1
-2
/
+0
*
radv: Fix output for sparse MRTs.
Bas Nieuwenhuizen
2018-06-14
1
-9
/
+10
*
radv: fix a GPU hang when MRTs are sparse
Samuel Pitoiset
2018-06-04
1
-0
/
+10
*
radv: Don't pass a TESS_EVAL shader when tesselation is not enabled.
Bas Nieuwenhuizen
2018-06-04
1
-0
/
+2
*
radv: Consolidate GFX9 merged shader lookup logic
Alex Smith
2018-06-01
1
-18
/
+20
[next]