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.
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
|
|
#-----------------------------------------------------------------------------
|
|
# $File: natinst,v 1.6 2014/06/03 19:17:27 christos Exp $
|
|
# natinst: file(1) magic for National Instruments Code Files
|
|
|
|
#
|
|
# From <egamez@fcfm.buap.mx> Enrique Gamez-Flores
|
|
# version 1
|
|
# Many formats still missing, we use, for the moment LabVIEW
|
|
# We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
|
|
#
|
|
0 string RSRC National Instruments,
|
|
# Check if it's a LabVIEW File
|
|
>8 string LV LabVIEW File,
|
|
# Check which kind of file it is
|
|
>>10 string SB Code Resource File, data
|
|
>>10 string IN Virtual Instrument Program, data
|
|
>>10 string AR VI Library, data
|
|
# This is for Menu Libraries
|
|
>8 string LMNULBVW Portable File Names, data
|
|
# This is for General Resources
|
|
>8 string rsc Resources File, data
|
|
# This is for VXI Package
|
|
0 string VMAP National Instruments, VXI File, data
|