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.
22 lines
684 B
Sed
22 lines
684 B
Sed
# The first poem from the Man'yoshu. I like Hitomaro's poems better
|
|
# but I couldn't find a copy of any of them in Japanese. This version
|
|
# of this poem is from 例解古語辞典(第三版)三省堂.
|
|
#
|
|
# Speaking of Hitomaro, here is the english translation of one of my
|
|
# favorites. I just know that everyone reading these test cases wants
|
|
# to see this.
|
|
#
|
|
# In the autumn mountains
|
|
# The yellow leaves are so thick.
|
|
# Alas, how shall I seek my love
|
|
# Who has wandered away?
|
|
#
|
|
# I see the messenger come
|
|
# As the yellow leaves are falling.
|
|
# Oh, well I remember
|
|
# How on such a day we used to meet--
|
|
# My lover and I!
|
|
# -- Kakinomoto Hitomaro
|
|
#
|
|
s/����/����/
|