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
/
loader
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
1
-2
/
+3
2020-04-01
loader: fallback to kernel name, if PCI fails
Emil Velikov
1
-23
/
+33
2020-04-01
loader: move "using driver..." message to loader_get_kernel_driver_name
Emil Velikov
1
-2
/
+2
2020-04-01
loader: simplify codeflow in drm_get_pci_id_for_fd
Emil Velikov
1
-16
/
+12
2020-04-01
loader: simplify loader_get_user_preferred_fd()
Emil Velikov
1
-31
/
+20
2020-04-01
loader: use a maximum of 64 drmDevices
Emil Velikov
1
-26
/
+11
2020-04-01
loader: Warn when we fail to open a device node due to permissions.
Eric Anholt
1
-0
/
+4
2020-01-30
loader: Fix leak of kernel driver name
Kenneth Graunke
1
-1
/
+4
2020-01-28
loader: Check if the kernel driver is i915 before loading iris
Kenneth Graunke
2
-1
/
+9
2020-01-22
loader: #define PATH_MAX when undefined (eg. Hurd)
Samuel Thibault
1
-0
/
+5
2020-01-13
intel: Use similar brand strings to the Windows drivers
Kenneth Graunke
1
-1
/
+1
2019-12-19
loader: fix close on uninitialized file descriptor value
Lionel Landwerlin
1
-1
/
+4
2019-12-17
dri: add __DRI_IMAGE_FORMAT_SXRGB8
Tapani Pälli
1
-0
/
+2
2019-12-02
meson: Add a "prefer_iris" build option
Kenneth Graunke
1
-3
/
+10
2019-10-31
loader: replace xmlpool_options_h with idep_xmlconfig_headers
Eric Engestrom
1
-2
/
+2
2019-10-28
loader: default to iris for all future PCI IDs
Eric Engestrom
1
-20
/
+1
2019-10-08
loader: Simplify handling of the radeonsi driver
Michel Dänzer
2
-16
/
+1
2019-10-07
meson/loader: drop unneeded *.h file
Eric Engestrom
1
-3
/
+2
2019-10-07
loader: use ARRAY_SIZE instead of NULL sentinel
Eric Engestrom
2
-6
/
+3
2019-10-07
loader: s/int/bool/ for predicate result
Eric Engestrom
2
-5
/
+8
2019-10-07
loader: replace int/1/0 with bool/true/false
Eric Engestrom
2
-10
/
+9
2019-10-05
dri: Avoid swapbuffer throttling in glXCopySubBufferMESA
Kenneth Graunke
1
-1
/
+1
2019-10-04
dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawable
Michel Dänzer
1
-1
/
+1
2019-10-03
loader/dri3: do not blit outside old/new buffers
Erik Faye-Lund
1
-1
/
+3
2019-09-26
loader: Avoid use-after-free / use of uninitialized local variables
Michel Dänzer
1
-9
/
+9
2019-09-23
loader: always map the "amdgpu" kernel driver name to radeonsi (v2)
Jiang, Sonny
1
-0
/
+9
2019-09-15
driconfig: add a new engine name/version parameter
Lionel Landwerlin
1
-2
/
+3
2019-09-11
dri: Use DRM_FORMAT_* instead of defining our own copy.
Eric Anholt
1
-14
/
+14
2019-09-02
loader: include limits.h for PATH_MAX
nia
1
-0
/
+1
2019-08-28
pci_id_driver_map: Support preferring iris over i965
Jordan Justen
1
-3
/
+14
2019-08-21
dri: Add fp16 formats
Kevin Strasser
1
-0
/
+5
2019-08-03
mesa: Rename GLX_USE_TLS to USE_ELF_TLS.
Bas Nieuwenhuizen
1
-1
/
+1
2019-04-15
Delete autotools
Dylan Baker
1
-57
/
+0
2019-02-26
loader: use loader_open_device() to handle O_CLOEXEC
Emil Velikov
1
-1
/
+1
2019-02-21
iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs.
Kenneth Graunke
1
-0
/
+9
2019-02-14
drm-uapi: use local files, not system libdrm
Eric Engestrom
3
-3
/
+2
2019-02-05
loader/dri3: Use strlen instead of sizeof for creating VRR property atom
Michel Dänzer
1
-1
/
+1
2019-01-22
loader: fix the no-modifiers case
Rob Clark
1
-6
/
+14
2019-01-08
dri3: initialize adaptive_sync as false before configQueryb
Tapani Pälli
1
-1
/
+1
2018-12-28
loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH property
Nicholas Kazlauskas
2
-1
/
+49
2018-12-10
loader: free error state, when checking the drawable type
Kirill Burtsev
1
-0
/
+1
2018-12-04
loader: deduplicate logger function declaration
Eric Engestrom
2
-3
/
+4
2018-11-16
loader: Factor out the common driver opening logic from each loader.
Eric Anholt
5
-1
/
+103
2018-11-16
loader: Stop using a local definition for an in-tree header
Eric Anholt
1
-8
/
+2
2018-10-18
loader/dri3: Also wait for front buffer fence if we triggered it
Michel Dänzer
1
-2
/
+5
2018-09-12
loader/dri3: Don't wait for fence of old buffer when re-allocating it
Michel Dänzer
1
-1
/
+0
2018-09-12
loader/dri3: Only wait for back buffer fences in dri3_get_buffer
Michel Dänzer
1
-1
/
+3
2018-09-05
loader: Drop unused argument from dri3_update_drawable().
Eric Anholt
1
-4
/
+3
2018-08-31
loader: add loader_open_render_node(..)
Christian Gmeiner
2
-0
/
+68
2018-08-17
loader: add dri_driver option to override dri driver to load
Qiang Yu
1
-0
/
+30
[next]