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.
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: kml,v 1.6 2019/05/21 04:50:10 christos Exp $
|
|
# Type: Google KML, formerly Keyhole Markup Language
|
|
# Future development of this format has been handed
|
|
# over to the Open Geospatial Consortium.
|
|
# https://www.opengeospatial.org/standards/kml/
|
|
# From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
|
|
0 string/t \<?xml
|
|
>20 search/400 \ xmlns=
|
|
>>&0 regex ['"]http://earth.google.com/kml Google KML document
|
|
!:mime application/vnd.google-earth.kml+xml
|
|
>>>&1 string 2.0' \b, version 2.0
|
|
>>>&1 string 2.1' \b, version 2.1
|
|
>>>&1 string 2.2' \b, version 2.2
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Type: OpenGIS KML, formerly Keyhole Markup Language
|
|
# This standard is maintained by the
|
|
# Open Geospatial Consortium.
|
|
# https://www.opengeospatial.org/standards/kml/
|
|
# From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
|
|
>>&0 regex ['"]http://www.opengis.net/kml OpenGIS KML document
|
|
!:mime application/vnd.google-earth.kml+xml
|
|
>>>&1 string/t 2.2 \b, version 2.2
|
|
|
|
#------------------------------------------------------------------------------
|
|
# Type: Google KML Archive (ZIP based)
|
|
# https://code.google.com/apis/kml/documentation/kml_tut.html
|
|
# From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
|
|
0 string PK\003\004
|
|
>4 byte 0x14
|
|
>>30 string doc.kml Compressed Google KML Document, including resources.
|
|
!:mime application/vnd.google-earth.kmz
|