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.
33 lines
1002 B
Plaintext
33 lines
1002 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: vax,v 1.11 2024/02/29 03:42:40 christos Exp $
|
|
# vax: file(1) magic for VAX executable/object and APL workspace
|
|
#
|
|
0 lelong 0101557 VAX single precision APL workspace
|
|
0 lelong 0101556 VAX double precision APL workspace
|
|
|
|
#
|
|
# VAX a.out (BSD; others collide with i386 and other 32-bit little-endian
|
|
# executables, and are handled in aout)
|
|
#
|
|
0 lelong 0420 a.out VAX demand paged (first page unmapped) pure executable
|
|
>16 lelong >0 not stripped
|
|
|
|
#
|
|
# VAX COFF
|
|
#
|
|
# The `versions' were commented out, but have been un-commented out.
|
|
# (Was the problem just one of endianness?)
|
|
#
|
|
0 leshort 0570
|
|
>2 uleshort <100 VAX COFF executable, sections %d
|
|
>>4 ledate x \b, created %s
|
|
>>12 lelong >0 \b, not stripped
|
|
>>22 leshort >0 \b, version %d
|
|
|
|
0 leshort 0575
|
|
>2 uleshort <100 VAX COFF pure executable, sections %d
|
|
>>4 ledate x \b, created %s
|
|
>>12 lelong >0 \b, not stripped
|
|
>>22 leshort >0 \b, version %d
|