Vincent Wei
e9db07e428
description of HDC_SCREEN, HDC_SCREEN_SYS under compositing schema
2020-01-10 19:04:36 +08:00
Vincent Wei
e75144e069
cleanup and eliminate compilation errors
2020-01-10 16:25:52 +08:00
Vincent Wei
74f6510971
new API: LoadCursorFromPNGFile, LoadCursorFromPNGMem
2020-01-09 12:13:03 +08:00
Vincent Wei
582ed130a7
new API: LoadBitmapEx2
2020-01-09 12:12:18 +08:00
Vincent Wei
24c786aa8a
cleanup: change copyright year
2020-01-06 16:09:11 +08:00
Vincent Wei
2c2cb2c691
Introduce a new API IsServer and make mgIsServer to be a macro calling IsServer;
...
Introduce a new API ClientRequestEx2 and make ClientRequestEx to be a macro calling ClientRequestEx2;
Introduce a new API ServerSendReplyEx and make ServerSendReply to be a macro calling ServerSendReplyEx;
Introduce a new API RegisterRequestHandlerV1 to register an extended request handler;
Introduce a new API GetRequestHandlerV1 to get the exteneded request handler;
Introduce a new API GetRequestHandlerEx to get the request handler and the version of the handler;
Tune the prototypes of sock_write_t and sock_read_t to use size_t, ssize_t, and DWORD for count, return value, and timeout value repectively.
2020-01-06 14:50:00 +08:00
Vincent Wei
dec68ac181
cleanup: remove _LITE_VERSION and _STAND_ALONE macros
2019-12-31 11:17:00 +08:00
Vincent Wei
28e49dd768
Version -> Version.md
2019-12-24 11:49:56 +08:00
Vincent Wei
3e8e8a5984
4.1.0 -> 4.0.4; release notes
2019-12-24 09:59:48 +08:00
VincentWei
6339a7417b
__dri_ex_driver_get to __drm_ex_driver_get
2019-12-02 14:31:48 +08:00
Vincent Wei
3df060c5da
add argument name to InitGUI
2019-11-28 12:30:09 +08:00
Vincent Wei
cd558b1739
add prime_fd and name fields for DrmSurface object and info
2019-11-25 17:12:17 +08:00
Vincent Wei
f0975518b1
change since 4.0.4 to since 4.1.0
2019-11-21 10:25:59 +08:00
Vincent Wei
14075969bd
user DRM/drm instead of DRI/dri for DRM engine and APIs
2019-11-21 10:25:03 +08:00
Vincent Wei
38234739e5
add a new argument to __dri_ex_driver_get: device_fd
2019-11-20 10:33:40 +08:00
Vincent Wei
7123f08da6
add IsScreenDC and IsWindowDC
2019-11-19 15:59:10 +08:00
Vincent Wei
064ceade0f
tune _WRN_PRINTF and _DBG_PRINTF
2019-11-19 09:41:47 +08:00
Vincent Wei
8832f051a8
add create_buffer_from_prime_fd operation
2019-11-19 09:41:13 +08:00
Vincent Wei
def8833037
add driCreateDCFromPrimeFd
2019-11-19 09:40:06 +08:00
Vincent Wei
5b340d82dc
GetSurfaceHandle -> GetVideoHandle; tune driGetDeviceFD and driGetSurfaceInfo; add driCreateDCFromName and driCreateDCFromHandle
2019-11-18 19:01:33 +08:00
Vincent Wei
64be953123
tune interface of create_buffer_from_name; add DRI driver method create_buffer_from_handle
2019-11-18 18:59:27 +08:00
Vincent Wei
637dbbce68
change link to licensing policy
2019-11-13 11:53:59 +08:00
Vincent Wei
bb63875964
new API: IsMemDC
2019-11-06 17:04:24 +08:00
Vincent Wei
9095139bf7
cleanup DriDriverOps, use DriSurfaceBuffer object for addressing the surface buffer
2019-11-04 11:16:03 +08:00
Vincent Wei
9ae865eb3e
Merge branch 'master' of github.com:VincentWei/minigui into gpu-integration
2019-11-04 08:42:48 +08:00
Runji Wang
df93b74fca
fix byte order for aarch64 and riscv
2019-11-02 00:38:50 +08:00
Vincent Wei
9af014c045
New API: GetSurfaceHandle, driGetDeviceFD, driGetSurfaceInfo; Tune operations of DriDriverOps
2019-11-01 17:47:15 +08:00
Vincent Wei
9823a00352
global variable current_video -> __mg_current_video
2019-11-01 14:18:37 +08:00
Vincent Wei
38aa40042c
release version 4.0.2
2019-10-31 11:29:24 +08:00
Vincent Wei
2e5a8804bf
tune api desc
2019-07-29 10:03:27 +08:00
Vincent Wei
173171b653
use -1 instead of 0xFFFFFFFF for ON_UPDSECDC_DONOTHING; chang return type of GetGDCapability to Uint32
2019-07-26 12:07:32 +08:00
Vincent Wei
b7820d888f
use DWORD for RES_KEY
2019-07-19 11:21:54 +08:00
Vincent Wei
f6ad9a960e
cleanup
2019-07-18 14:59:12 +08:00
Vincent Wei
29a6e0f0f9
tune api desc
2019-07-18 12:44:24 +08:00
Vincent Wei
5e0500411e
struct description for _DriDriverOps
2019-07-16 11:36:27 +08:00
Vincent Wei
717fbd6fee
tune for version 4.0.0
2019-07-15 15:46:43 +08:00
Vincent Wei
53c77a9a73
prepend excpetion list statement
2019-07-15 14:17:20 +08:00
Vincent Wei
3a37407982
cleanup for MiniGUI-Processes
2019-07-14 16:38:03 +08:00
Vincent Wei
8040f7abd5
__mg_time -> mg_os_time; __mg_mktime -> __mg_os_mktime; __mg_localtime -> __mg_os_localtime; use clock_gettime for tick count instead of gettimeofday
2019-07-14 14:21:40 +08:00
Vincent Wei
fd67781384
use DRM pixel format to define the pixel format surface
2019-07-11 19:34:43 +08:00
Vincent Wei
3494e3d496
cleanup
2019-07-11 15:11:56 +08:00
Vincent Wei
5138402296
tune DriDriverOps to use DriSurfaceBuffer* for mapped surface buffer
2019-07-11 12:38:10 +08:00
Vincent Wei
36d5500a31
use DriPixelFormat when creating hardware buffer
2019-07-08 17:31:19 +08:00
Vincent Wei
61819fd832
Windows
2019-07-08 12:03:52 +08:00
Vincent Wei
f4af247b15
DRM -> DRI
2019-07-05 12:41:54 +08:00
Vincent Wei
5f22485ed5
cleanup
2019-07-04 14:14:01 +08:00
Vincent Wei
06b90939c4
tune drm video engine for acclerated graphics
2019-07-03 12:17:21 +08:00
Vincent Wei
5e65422a28
tune
2019-07-03 08:42:26 +08:00
Vincent Wei
a5319df211
fix some bad documents for MSG_EXIN_XXX
2019-06-18 18:46:12 +08:00
Vincent Wei
2a9549a138
add KS_LEFTMETA, KS_RIGHTMETA, and KS_META
2019-06-17 15:16:03 +08:00