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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
radv: Replace an assert with unreachable.
Bas Nieuwenhuizen
2018-01-19
1
-1
/
+1
*
radv: Remove DCC check on CS resolve dst image.
Bas Nieuwenhuizen
2018-01-19
1
-3
/
+0
*
radv/ws: get rid of useless return value
Dave Airlie
2018-01-18
1
-3
/
+2
*
radv: Initialize DCC on transition from preinitialized.
Bas Nieuwenhuizen
2018-01-18
1
-1
/
+3
*
radv: Implement VK_EXT_debug_report.
Bas Nieuwenhuizen
2018-01-17
3
-0
/
+50
*
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/radeonsi/nir: lower 64bit flrp
Timothy Arceri
2018-01-13
1
-0
/
+1
*
radv: don't emit unneeded vertex state.
Dave Airlie
2018-01-12
2
-8
/
+49
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
1
-3
/
+3
*
meson: Use consistent style
Dylan Baker
2018-01-11
1
-11
/
+21
*
radv: reset semaphores & fences on sync_file export.
Bas Nieuwenhuizen
2018-01-11
1
-0
/
+16
*
radv: Remove some typos.
Bas Nieuwenhuizen
2018-01-10
2
-4
/
+4
*
radv: Implement VK_EXT_discard_rectangles.
Bas Nieuwenhuizen
2018-01-10
5
-6
/
+110
*
radv: Add mapping between dynamic state mask and external enum.
Bas Nieuwenhuizen
2018-01-10
3
-38
/
+79
*
radv: remove radv_pipeline_layout::push_constant_stages field
Samuel Pitoiset
2018-01-10
2
-3
/
+0
*
radv/gfx9: calculate the number of ES VGPRs for merged shaders
Samuel Pitoiset
2018-01-10
1
-3
/
+10
*
radv/gfx9: enable LDS for GS only if the ES type is TES
Samuel Pitoiset
2018-01-10
1
-1
/
+2
*
radv: avoid PS partial flushes when viewports/scissors don't change
Samuel Pitoiset
2018-01-08
1
-6
/
+33
*
radv: add has_scissor_bug for Vega10 and Raven
Samuel Pitoiset
2018-01-08
3
-2
/
+6
*
radv/gfx9: do not load VGPR1 when GS uses points or lines
Samuel Pitoiset
2018-01-08
1
-1
/
+3
*
radv: make shader BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
3
-1
/
+7
*
radv: make descriptor BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
2
-3
/
+7
*
radv: make the indirect GFX config BO read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-1
/
+2
*
radv/winsys: make IBs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-6
/
+11
*
radv/winsys: add RADEON_FLAG_READ_ONLY
Samuel Pitoiset
2018-01-08
2
-1
/
+4
*
radv/winsys: rework radv_amdgpu_bo_va_op()
Samuel Pitoiset
2018-01-08
1
-17
/
+23
*
radv: remove unused radv_color_buffer_info::cb_clear_valueX
Samuel Pitoiset
2018-01-05
1
-2
/
+0
*
radv: limit the scissor bug workaround to Vega 10 and Raven
Samuel Pitoiset
2018-01-05
1
-1
/
+6
*
radv: Use correct flush bits for flushing L2 during CB/DB flushes.
Bas Nieuwenhuizen
2018-01-04
1
-13
/
+16
*
radv: Invalidate L1 for VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+1
*
radv/gfx9: reduce the number of input VGPRs for the GS stage
Samuel Pitoiset
2018-01-04
1
-1
/
+14
*
amd/common: scan if gl_PrimitiveID is used before translating to LLVM
Samuel Pitoiset
2018-01-04
1
-3
/
+3
*
radv: Allow writing 0 scissors.
Bas Nieuwenhuizen
2018-01-04
1
-1
/
+2
*
radv: Use correct HTILE expanded words.
Bas Nieuwenhuizen
2018-01-04
1
-2
/
+4
*
ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
Marek Olšák
2018-01-04
2
-5
/
+5
*
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
2017-12-31
4
-6
/
+348
*
radv: Add flag for enabling binning.
Bas Nieuwenhuizen
2017-12-31
2
-0
/
+9
*
radv: Also set DCC params for sampling for input attachment usage.
Bas Nieuwenhuizen
2017-12-29
1
-1
/
+2
*
radv: Enable DCC with transfers.
Bas Nieuwenhuizen
2017-12-29
1
-2
/
+1
[prev]
[next]