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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Do not decompress on LAYOUT_GENERAL.
Bas Nieuwenhuizen
2019-08-07
1
-3
/
+3
*
radv: Pass through render loop detection to internal layout decisions.
Bas Nieuwenhuizen
2019-08-07
6
-46
/
+100
*
radv: Add render loop detection in renderpass.
Bas Nieuwenhuizen
2019-08-07
2
-0
/
+19
*
radv: Fix config reg assert.
Bas Nieuwenhuizen
2019-08-07
1
-1
/
+1
*
radeonsi: add support for nir atomic_inc_wrap/atomic_dec_wrap
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+25
*
ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-0
/
+4
*
radeonsi/nir: handle key.mono.u.ps.interpolate_at_sample_force_center
Marek Olšák
2019-08-06
2
-0
/
+4
*
ac/nir: Use correct cast for readfirstlane and ptrs.
Bas Nieuwenhuizen
2019-08-06
1
-0
/
+2
*
radv: Do non-uniform lowering before bool lowering.
Bas Nieuwenhuizen
2019-08-06
1
-1
/
+1
*
ac/nir: Lower large indirect variables to scratch
Connor Abbott
2019-08-05
1
-0
/
+54
*
meson: replace last uses of libxmlconfig with idep_xmlconfig
Eric Engestrom
2019-08-03
1
-2
/
+1
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
radv: Expose VK_KHR_imageless_framebuffer.
Bas Nieuwenhuizen
2019-08-02
2
-0
/
+7
*
radv: Implement VK_KHR_imageless_framebuffer.
Bas Nieuwenhuizen
2019-08-02
2
-10
/
+38
*
radv: Store image view also outside framebuffer.
Bas Nieuwenhuizen
2019-08-02
6
-33
/
+31
*
radv: Store color/depth surface info in attachment info instead of framebuffer.
Bas Nieuwenhuizen
2019-08-02
7
-104
/
+102
*
ac/nir,radv: Optimize bounds check for 64 bit CAS.
Bas Nieuwenhuizen
2019-08-02
7
-17
/
+36
*
radv: fix image_has_{cmask,fmask}() helpers
Samuel Pitoiset
2019-08-02
1
-2
/
+2
*
radv: remove radv_get_image_fmask_info()
Samuel Pitoiset
2019-08-02
4
-59
/
+25
*
radv/gfx10: add missing dcc_tile_swizzle tweak
Samuel Pitoiset
2019-08-02
1
-1
/
+3
*
radv: remove radv_get_image_cmask_info()
Samuel Pitoiset
2019-08-02
4
-45
/
+21
*
radv: only account for tile_swizzle for color surfaces with DCC
Samuel Pitoiset
2019-08-02
1
-3
/
+3
*
radv: Enable VK_KHR_shader_atomic_int64
Bas Nieuwenhuizen
2019-08-02
2
-6
/
+3
*
ac/nir: Implement LLVM9 64-bit buffer compare & exchange.
Bas Nieuwenhuizen
2019-08-02
1
-4
/
+64
*
Revert "ac/nir: handle negate modifier"
Connor Abbott
2019-08-02
1
-12
/
+1
*
Revert "ac/nir: handle abs modifier"
Connor Abbott
2019-08-02
1
-30
/
+11
*
radv: re-apply "Optimize rebinding the same descriptor set."
Samuel Pitoiset
2019-08-02
1
-1
/
+7
*
radv/gfx10: use the correct target machine for Wave32
Samuel Pitoiset
2019-08-02
3
-10
/
+26
*
radv/gfx10: add Wave32 support for vertex, tessellation and geometry shaders
Samuel Pitoiset
2019-08-02
7
-8
/
+26
*
radv/gfx10: add Wave32 support for fragment shaders
Samuel Pitoiset
2019-08-02
7
-2
/
+16
*
radv/gfx10: implement a GE bug workaround
Samuel Pitoiset
2019-07-31
1
-4
/
+23
*
radv/gfx10: remove an obsolete VGT_REUSE_OFF workaround
Samuel Pitoiset
2019-07-31
1
-6
/
+0
*
radv/gfx10: disable LATE_ALLOC_GS on Navi14
Samuel Pitoiset
2019-07-31
1
-1
/
+8
*
radv/gfx10: implement a bug workaround for GE_PC_ALLOC
Samuel Pitoiset
2019-07-31
2
-17
/
+13
*
radv/gfx10: implement a bug workaround for NGG -> legacy transitions
Samuel Pitoiset
2019-07-31
2
-2
/
+21
*
radv: skip draw calls with 0-sized index buffers
Samuel Pitoiset
2019-07-31
1
-0
/
+6
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
7
-27
/
+27
*
radv: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
radv/gfx10: add Wave32 support for compute shaders
Samuel Pitoiset
2019-07-31
7
-6
/
+53
*
ac/nir: fix incorrect Phis if callbacks use control flow inside control flow
Marek Olšák
2019-07-30
1
-2
/
+2
*
ac/nir: handle abs modifier
Marek Olšák
2019-07-30
1
-11
/
+30
*
ac: fix a memory leak in the error path of ac_build_type_name_for_intr
Marek Olšák
2019-07-30
1
-0
/
+1
*
ac: allow control flow statements in NIR callbacks
Marek Olšák
2019-07-30
2
-20
/
+29
*
ac/nir: handle negate modifier
Marek Olšák
2019-07-30
1
-1
/
+12
*
radeonsi/nir: implement FBFETCH for KHR_blend_equation_advanced
Marek Olšák
2019-07-30
2
-0
/
+7
*
radeonsi: adjust RB+ blend optimization settings
Marek Olšák
2019-07-30
1
-1
/
+1
*
ac/surface: allow linear swizzle mode automatic selection on gfx9 & 10
Marek Olšák
2019-07-30
1
-1
/
+0
*
radv: Fix descriptor set allocation failure.
Bas Nieuwenhuizen
2019-07-30
1
-1
/
+5
*
radv: fix queries with WAIT_BIT returning VK_NOT_READY
Andres Rodriguez
2019-07-27
1
-1
/
+1
*
radv/gfx10: only compile the GS copy shader on-demand
Samuel Pitoiset
2019-07-30
1
-1
/
+2
[next]