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.
29 lines
826 B
Plaintext
29 lines
826 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: esri,v 1.5 2019/04/19 00:42:27 christos Exp $
|
|
# ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
|
|
# Based on info from
|
|
# <URL:https://www.esri.com/library/whitepapers/pdfs/shapefile.pdf>
|
|
0 belong 9994 ESRI Shapefile
|
|
>4 belong =0
|
|
>8 belong =0
|
|
>12 belong =0
|
|
>16 belong =0
|
|
>20 belong =0
|
|
>28 lelong x version %d
|
|
>24 belong x length %d
|
|
>32 lelong =0 type Null Shape
|
|
>32 lelong =1 type Point
|
|
>32 lelong =3 type PolyLine
|
|
>32 lelong =5 type Polygon
|
|
>32 lelong =8 type MultiPoint
|
|
>32 lelong =11 type PointZ
|
|
>32 lelong =13 type PolyLineZ
|
|
>32 lelong =15 type PolygonZ
|
|
>32 lelong =18 type MultiPointZ
|
|
>32 lelong =21 type PointM
|
|
>32 lelong =23 type PolyLineM
|
|
>32 lelong =25 type PolygonM
|
|
>32 lelong =28 type MultiPointM
|
|
>32 lelong =31 type MultiPatch
|