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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-03
etnaviv: remove dead code
Christian Gmeiner
1
-3
/
+0
2019-12-03
i965: update Makefile.sources for perf changes
Jonathan Gray
1
-2
/
+0
2019-12-03
panfrost: Make sure we reset the damage region of RTs at flush time
Boris Brezillon
3
-1
/
+23
2019-12-03
gallium: Fix the ->set_damage_region() implementation
Boris Brezillon
3
-4
/
+35
2019-12-03
radv: Fix timeline semaphore refcounting.
Bas Nieuwenhuizen
1
-9
/
+4
2019-12-03
winsys/amdgpu: avoid double simple_mtx_unlock()
Jonathan Gray
1
-1
/
+0
2019-12-03
radv: Unify max_descriptor_set_size.
Bas Nieuwenhuizen
1
-14
/
+15
2019-12-03
drirc: Set vs_position_always_invariant for Shadow of Mordor on Intel
Kenneth Graunke
1
-0
/
+10
2019-12-03
driconf, glsl: Add a vs_position_always_invariant option
Kenneth Graunke
8
-0
/
+23
2019-12-03
radv/gfx10: fix implementation of exclusive scans
Samuel Pitoiset
1
-25
/
+58
2019-11-27
radv: fix enabling sample shading with SampleID/SamplePosition
Samuel Pitoiset
1
-7
/
+24
2019-11-27
VERSION: Bump version for -rc5
Dylan Baker
1
-1
/
+1
2019-11-26
meson: Fix linkage of libgallium_nine with libgalliumvl
Yevhenii Kolesnikov
1
-5
/
+13
2019-11-26
radv: Allocate cmdbuffer space for buffer marker write.
Bas Nieuwenhuizen
1
-0
/
+4
2019-11-26
r600: Disable eight bit three channel formats
Gert Wollny
1
-0
/
+4
2019-11-26
radv: create a fresh fork for each pipeline compile
Timothy Arceri
2
-14
/
+139
2019-11-26
radv: add a secure_compile_open_fifo_fds() helper
Timothy Arceri
1
-0
/
+43
2019-11-26
radv: add some infrastructure for fresh forks for each secure compile
Timothy Arceri
1
-1
/
+14
2019-11-26
Revert "draw: revert using correct order for prim decomposition."
Zebediah Figura
1
-3
/
+1
2019-11-26
intel/fs: Disable conditional discard optimization on Gen4 and Gen5
Ian Romanick
1
-1
/
+8
2019-11-26
glsl: Enable textureSize for samplerExternalOES
Yevhenii Kolesnikov
1
-0
/
+2
2019-11-26
llvmpipe/ppc: fix if/ifdef confusion in backport.
Dave Airlie
1
-1
/
+1
2019-11-26
freedreno/ir3: fix printing output registers of FS.
Hyunjun Ko
1
-2
/
+3
2019-11-26
v3d: adds an extra MOV for any sig.ld*
Alejandro Piñeiro
1
-4
/
+19
2019-11-26
v3d: Fix predication with atomic image operations
Jose Maria Casanova Crespo
1
-0
/
+12
2019-11-26
radv: Do not change scratch settings while shaders are active.
Bas Nieuwenhuizen
4
-55
/
+105
2019-11-26
vulkan: delete typo'd header
Eric Engestrom
1
-54
/
+0
2019-11-20
VERSION: bump for 19.3.0-rc4
Dylan Baker
1
-1
/
+1
2019-11-19
anv: Stop bounds-checking pushed UBOs
Jason Ekstrand
1
-36
/
+10
2019-11-19
Call shmget() with permission 0600 instead of 0777
Brian Paul
3
-3
/
+6
2019-11-19
Revert "freedreno/ir3: enable pre-fs texture fetch for a6xx"
Rob Clark
1
-6
/
+0
2019-11-19
i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaround
Danylo Piliaiev
1
-2
/
+35
2019-11-19
freedreno/registers: fix a6xx_2d_blit_cntl ROTATE
Jonathan Marek
1
-2
/
+1
2019-11-19
freedreno/ir3: disable texture prefetch for 1d array textures
Jonathan Marek
1
-6
/
+5
2019-11-19
llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shaders
Ben Crocker
1
-1
/
+15
2019-11-19
aco: fix 64-bit fsign with 0
Rhys Perry
1
-1
/
+1
2019-11-19
aco: don't combine literals into v_cndmask_b32/v_subb/v_addc
Rhys Perry
1
-0
/
+6
2019-11-19
cherry-ignore: update for 19.3.0-rc4 cycle
Dylan Baker
1
-0
/
+4
2019-11-14
Revert "dri_interface: add interface for EGL_EXT_image_flush_external"
Tapani Pälli
1
-50
/
+1
2019-11-14
Revert "st/dri: assume external consumers of back buffers can write to the bu...
Tapani Pälli
1
-6
/
+6
2019-11-14
Revert "st/dri: add support for EGL_EXT_image_flush_external"
Tapani Pälli
1
-91
/
+40
2019-11-14
Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"
Tapani Pälli
3
-70
/
+11
2019-11-14
Revert "egl: implement new functions from EGL_EXT_image_flush_external"
Tapani Pälli
7
-106
/
+0
2019-11-14
intel/compiler: fix nir_op_{i,u}*32 on ICL
Paulo Zanoni
1
-1
/
+1
2019-11-14
anv: Initialize depth_bounds_test_enable when not explicitly set
Caio Marcelo de Oliveira Filho
1
-2
/
+1
2019-11-14
nir/algebraic: Mark other comparison exact when removing a == a
Ian Romanick
1
-2
/
+2
2019-11-14
nir/algebraic: Add the ability to mark a replacement as exact
Ian Romanick
4
-3
/
+13
2019-11-13
freedreno/ir3: fix gpu hang with pre-fs-tex-fetch
Rob Clark
2
-10
/
+32
2019-11-13
aco: don't propagate vgprs into v_readlane/v_writelane
Rhys Perry
1
-1
/
+8
2019-11-13
aco: fix read_invocation with VGPR lane index
Rhys Perry
1
-2
/
+1
[prev]
[next]