Commit graph

6 commits

Author SHA1 Message Date
Jeffy Chen
3987a274f7 {EGL, GLES}: Bump headers
Based on mesa3d 23.1.0-rc2.

Change-Id: I38ab18d9a198fcffddccf0389b97cacb5cfeb01d
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
2025-03-12 18:31:37 +08:00
Jeffy Chen
83f8b828ef Rename khrplatform.h to mali_khrplatform.h
The mesa upstream decided to install khrplatform.h within GL(dev), which
would conflit with ours:
dpkg: error processing archive /var/cache/apt/archives/mesa-common-dev_18.3.6-2+deb10u1_arm64.deb (--unpack):
trying to overwrite '/usr/include/KHR/khrplatform.h', which is also in package libmali-rk-dev:arm64 1.7-1

Let's rename it to avoid that.

Done by these commands:
mv include/KHR/{,mali_}khrplatform.h
ag khrplatform.h -l|xargs sed -i "s/\<khrplatform.h/mali_khrplatform.h/g"

Change-Id: I1aec209c60481332ffecd033ed9433e91cc5fb97
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
2020-04-28 10:15:46 +08:00
Li Huang
1b74a4844d Update EGL && GLES && KHR header file
EGL:
Form: https://github.com/KhronosGroup/EGL-Registry.git
commit: de3a5e867d906a04a5c37ee0d89e7f01d3598eb9

GLES:
From: https://github.com/KhronosGroup/OpenGL-Registry.git
commit: 92540bc2b20ac

KHR:
from: https://github.com/KhronosGroup/EGL-Registry.git
commit: 4744552d13f44

Change-Id: I2540563dac7c9b2c6e438c65dfc739ceb9eddbe8
Signed-off-by: Li Huang <putin.li@rock-chips.com>
2019-12-11 11:16:17 +08:00
Eddie Cai
8605a3c81b libmali: sync to the latest version in github
Change-Id: I241171c0f268ef72d3ffa4c006c86da75f1b4a47
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2018-05-23 13:05:37 +08:00
Randy Li
88da160ca9 use the header from graphics team
It may not different from mesa project. But just it would look
better.

Signed-off-by: Randy Li <randy.li@rock-chips.com>
2016-07-26 14:07:57 +08:00
Randy Li
ca6dfebf62 add header files
Those header files comes from mesa project. It would be better
to use the mali export version instead.

Signed-off-by: Randy Li <randy.li@rock-chips.com>
2016-07-18 10:43:45 +08:00