7686729069
Extract protocol-agnostic FenceTimeline from Intel to shared src/drivers/fence.rs — atomic-based fence tracking suitable for Intel, VIRGL, and AMD drivers. Extract protocol-agnostic SyncobjManager from Intel to shared src/drivers/syncobj.rs — syncobj create/destroy/signal/reset/ wait/query and sync_file fd export/import. Wire both into VirtioDriver: - Add FenceTimeline + SyncobjManager fields - Implement all 5 GpuDriver syncobj trait methods (create, destroy, wait, export_fd, import_fd) - Track fence seqnos in virgl_submit_3d (allocate before submit, signal after completion) Intel fence.rs and syncobj.rs converted to thin re-export modules pointing at shared sources — no behavioral change for Intel driver. This gives Mesa VIRGL userspace the standard DRM syncobj API for GPU/compositor synchronization.
16 lines
771 B
Plaintext
16 lines
771 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: unicode,v 1.7 2019/02/19 20:34:42 christos Exp $
|
|
# Unicode: BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp>
|
|
# These types are recognised in file_ascmagic so these encodings can be
|
|
# treated by text patterns. Missing types are already dealt with internally.
|
|
#
|
|
0 string +/v8 Unicode text, UTF-7
|
|
0 string +/v9 Unicode text, UTF-7
|
|
0 string +/v+ Unicode text, UTF-7
|
|
0 string +/v/ Unicode text, UTF-7
|
|
0 string \335\163\146\163 Unicode text, UTF-8-EBCDIC
|
|
0 string \000\000\376\377 Unicode text, UTF-32, big-endian
|
|
0 string \377\376\000\000 Unicode text, UTF-32, little-endian
|
|
0 string \016\376\377 Unicode text, SCSU (Standard Compression Scheme for Unicode)
|