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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
4
-18
/
+13
*
radv: Merge raster state with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-75
/
+50
*
radv: Move gs state out of pipeline.
Bas Nieuwenhuizen
2018-01-30
2
-43
/
+43
*
radv: Split out cliprect rule generation.
Bas Nieuwenhuizen
2018-01-30
2
-25
/
+33
*
radv: Merge VGT_GS_MODE computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-28
/
+25
*
radv: Split out processing the vertex input state.
Bas Nieuwenhuizen
2018-01-30
1
-35
/
+43
*
radv: Move tessellation state out of pipeline.
Bas Nieuwenhuizen
2018-01-30
2
-50
/
+58
*
radv: Move blend state out of pipeline.
Bas Nieuwenhuizen
2018-01-30
2
-67
/
+72
*
radv: Split out generating VGT_SHADER_STAGES_EN.
Bas Nieuwenhuizen
2018-01-30
2
-24
/
+27
*
radv: Split out the ia_multi_vgt_param precomputation.
Bas Nieuwenhuizen
2018-01-30
3
-91
/
+106
*
radv: Split out db_shader_control computation.
Bas Nieuwenhuizen
2018-01-30
2
-22
/
+22
*
radv: Compute shader_z_format when emitting it.
Bas Nieuwenhuizen
2018-01-30
2
-8
/
+3
*
radv: Merge depth stencil state with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-73
/
+58
*
radv: Merge ps_input_cntl computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-83
/
+79
*
radv: Merge vtx_reuse_depth computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-8
/
+6
*
radv: Merge vs state computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-58
/
+34
*
radv: Merge binning state generation with pm4 emission.
Bas Nieuwenhuizen
2018-01-30
2
-35
/
+19
*
radv: Constify some pipeline helpers.
Bas Nieuwenhuizen
2018-01-30
2
-6
/
+6
*
radv: Add PM4 pregeneration for compute pipelines.
Bas Nieuwenhuizen
2018-01-30
2
-58
/
+68
*
radv: Record a PM4 sequence for graphics pipeline switches.
Bas Nieuwenhuizen
2018-01-30
3
-451
/
+483
*
radv: Determine unneeded dynamic states.
Bas Nieuwenhuizen
2018-01-30
3
-38
/
+64
*
nir: add vs_inputs_dual_locations compiler option
Timothy Arceri
2018-01-30
1
-0
/
+1
*
radv/gfx9: fix block compression texture views. (v2)
Dave Airlie
2018-01-30
1
-4
/
+49
*
radv: Signal fence correctly after sparse binding.
Bas Nieuwenhuizen
2018-01-29
1
-14
/
+32
*
radv: fix RADV_DEBUG=syncshaders on GFX9
Samuel Pitoiset
2018-01-26
1
-1
/
+10
*
radv: fix a GPU hang with RADV_DEBUG=syncshaders
Samuel Pitoiset
2018-01-26
1
-8
/
+7
*
ac/shader: scan if fragment shaders write memory
Samuel Pitoiset
2018-01-26
1
-3
/
+3
*
radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)
Dave Airlie
2018-01-26
1
-1
/
+2
*
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
3
-5
/
+5
*
radv: fix sample_mask_in loading. (v3.1)
Dave Airlie
2018-01-24
2
-5
/
+26
*
radv: don't use hw resolves for r16g16 norm formats.
Dave Airlie
2018-01-24
1
-1
/
+4
*
radv: don't use hw resolve for integer image formats
Dave Airlie
2018-01-24
1
-0
/
+5
*
radv: add fs_key meta format support to resolve passes.
Dave Airlie
2018-01-24
2
-30
/
+61
*
radv: add an option that allows to dump pre-optimization ir
Samuel Pitoiset
2018-01-22
3
-0
/
+4
*
radv: restore previous stencil reference after depth-stencil clear
Matthew Nicholls
2018-01-22
1
-0
/
+6
*
radv: Don't allow 3d or 1d depth/stencil textures.
Bas Nieuwenhuizen
2018-01-22
1
-0
/
+3
*
radv: Init variant entry with memset.
Bas Nieuwenhuizen
2018-01-22
1
-0
/
+1
*
radv: Fix bufimage failure deallocation.
Bas Nieuwenhuizen
2018-01-22
1
-4
/
+6
*
radv: Fix fragment resolve init memory allocation failure paths.
Bas Nieuwenhuizen
2018-01-22
1
-8
/
+6
*
radv: Fix freeing meta state if the device pipeline cache fails to allocate.
Bas Nieuwenhuizen
2018-01-22
1
-1
/
+3
*
radv: Fix memory allocation failure path in compute resolve init.
Bas Nieuwenhuizen
2018-01-22
1
-1
/
+10
*
radv: Fix ordering issue in meta memory allocation failure path.
Bas Nieuwenhuizen
2018-01-22
1
-2
/
+2
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+2
*
radv: Always re-emit the sample position offset user SGPR.
Bas Nieuwenhuizen
2018-01-19
1
-17
/
+17
*
radv: emit pa_sc_mode_cntl_0 with multisample state.
Bas Nieuwenhuizen
2018-01-19
2
-3
/
+4
*
radv: Use correct bindings for inputRate in key generation.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+7
*
radv: Implement VK_ANDROID_native_buffer.
Bas Nieuwenhuizen
2018-01-19
7
-4
/
+407
*
radv: Add create image flag to not use DCC/CMASK.
Bas Nieuwenhuizen
2018-01-19
2
-19
/
+25
*
radv: Generate VK_ANDROID_native_buffer.
Bas Nieuwenhuizen
2018-01-19
3
-2
/
+9
[next]