index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
radv: Handle SDMA for padding.
Bas Nieuwenhuizen
1
-15
/
+44
2022-02-02
intel: Add missing dep of gen_*_header.py on utils.py.
Emma Anholt
2
-0
/
+5
2022-02-02
freedreno/isaspec: Add missing dep of encode.py/decode.py calls on isa.py
Emma Anholt
2
-0
/
+3
2022-02-02
anv: Add experimental support for VK_NV_mesh_shader
Caio Oliveira
1
-12
/
+49
2022-02-02
intel/dev: Enable Mesh Shading for DG2
Caio Oliveira
1
-1
/
+2
2022-02-02
anv: Put first few push constants directly into Task/Mesh InlineData
Marcin Ślusarz
2
-2
/
+12
2022-02-02
anv: include ClipDistance array in mesh shader per-vertex output
Marcin Ślusarz
1
-0
/
+16
2022-02-02
anv: tell the hardware about gl_[Clip|Cull]Distance in mesh shaders
Marcin Ślusarz
1
-2
/
+2
2022-02-02
anv: Implement indirect dispatch for Mesh pipeline
Marcin Ślusarz
2
-5
/
+106
2022-02-02
anv: Add support for UBOs, SSBOs and push constants in Mesh pipeline
Marcin Ślusarz
6
-14
/
+98
2022-02-02
anv: Add support for non-zero firstTask in vkCmdDrawMeshTasksNV
Marcin Ślusarz
1
-2
/
+5
2022-02-02
anv: Enable conditional rendering in vkCmdDrawMeshTasksNV
Marcin Ślusarz
1
-1
/
+3
2022-02-02
anv: Implement Mesh Shading pipeline
Caio Oliveira
6
-27
/
+426
2022-02-02
anv: Add boilerplate for VK_NV_mesh_shader
Caio Oliveira
2
-0
/
+69
2022-02-02
intel/common: Add helper for URB allocation in Mesh pipeline
Caio Oliveira
2
-0
/
+103
2022-02-02
intel: Add INTEL_URB_DEREF_BLOCK_SIZE_MESH
Caio Marcelo de Oliveira Filho
2
-0
/
+2
2022-02-02
pan/va: Add ARM_shader_framebuffer_fetch asm test
Alyssa Rosenzweig
1
-0
/
+34
2022-02-02
pan/va: Handle shift lanes in assembler
Alyssa Rosenzweig
1
-0
/
+6
2022-02-02
pan/va: Add lots of swizzle assembler tests
Alyssa Rosenzweig
1
-0
/
+43
2022-02-02
pan/va: Add 2-channel 8-bit swizzles for conversions
Alyssa Rosenzweig
4
-6
/
+48
2022-02-02
pan/va: Vectorize 8->16-bit conversions
Alyssa Rosenzweig
1
-4
/
+4
2022-02-02
pan/va: Fix lane select for [US]_TO_[USF]32
Alyssa Rosenzweig
1
-4
/
+13
2022-02-02
pan/va: Fix MKVEC.v2i16 lane select
Alyssa Rosenzweig
1
-2
/
+2
2022-02-02
pan/va: Test LD_TILE assembly
Alyssa Rosenzweig
1
-0
/
+1
2022-02-02
pan/va: Add missing fields to LD_TILE
Alyssa Rosenzweig
1
-0
/
+2
2022-02-02
pan/va: Add missing <clamp/> to V2F32_TO_V2F16
Alyssa Rosenzweig
1
-0
/
+1
2022-02-02
pan/va: Add .absolute bit to BRANCHZI
Alyssa Rosenzweig
1
-2
/
+3
2022-02-02
anv: Update VK_KHR_fragment_shading_rate for newer HW
Lionel Landwerlin
13
-87
/
+480
2022-02-02
anv/pass: rely on precomputed dynamic rendering pass/subpass more
Lionel Landwerlin
2
-96
/
+94
2022-02-02
anv: force primitive shading rate write in last geometry stage
Lionel Landwerlin
1
-0
/
+29
2022-02-02
intel/compiler: add primitive rate output support
Lionel Landwerlin
3
-7
/
+19
2022-02-02
intel/compiler: add a new pass to lower shading rate into HW format
Lionel Landwerlin
5
-0
/
+130
2022-02-02
nir/builder: add ishl_imm helper
Lionel Landwerlin
1
-0
/
+12
2022-02-02
isl: disable CPB surface compression
Lionel Landwerlin
2
-0
/
+11
2022-02-02
isl: add support for coarse pixel control surfaces
Lionel Landwerlin
7
-0
/
+201
2022-02-02
intel/dev: details CPS feature support
Lionel Landwerlin
2
-1
/
+8
2022-02-02
genxml: add new 3DSTATE_PS_EXTRA bit
Lionel Landwerlin
1
-0
/
+1
2022-02-02
genxml: gen12.5 changes for CPS
Lionel Landwerlin
1
-14
/
+53
2022-02-02
compiler: add VARYING bit for primitive shading rate
Lionel Landwerlin
1
-0
/
+1
2022-02-02
r300: replace recursive calls with loops
Filip Gawin
1
-31
/
+27
2022-02-02
intel/isl: Add more PRM text for HiZ/STC requirement
Nanley Chery
1
-5
/
+8
2022-02-02
intel/isl: Fix depth buffer TiledSurface programming
Nanley Chery
1
-4
/
+2
2022-02-02
intel/isl: Simplify Z-buffer tiling config during emit
Nanley Chery
1
-3
/
+3
2022-02-02
venus: update venus-protocol to 1.3.204
Chia-I Wu
18
-150
/
+11828
2022-02-02
r300/r600: Add drm-shim support.
Emma Anholt
4
-0
/
+233
2022-02-02
r300: Disable fp16 and int16 in swtcl vertex shaders.
Emma Anholt
1
-0
/
+9
2022-02-01
anv: Report the right conformance version
Iván Briano
2
-1
/
+2
2022-02-01
anv: Handle resolveImageLayout on dynamic rendering
Iván Briano
1
-2
/
+21
2022-02-01
zink: ARB_sparse_texture_clamp
Mike Blumenkrantz
1
-0
/
+1
2022-02-01
radv/winsys: fix missing buffer_make_resident() for the null winsys
Samuel Pitoiset
1
-0
/
+8
[next]