gfx-api: add GfxApi
This commit is contained in:
parent
b604192bf0
commit
ca6e3891af
15 changed files with 72 additions and 61 deletions
|
|
@ -26,7 +26,7 @@ use {
|
|||
drm_feedback::DrmFeedback,
|
||||
edid::{CtaDataBlock, Descriptor, EdidExtension},
|
||||
format::{Format, XRGB8888},
|
||||
gfx_api::{GfxContext, GfxFramebuffer, SyncFile},
|
||||
gfx_api::{GfxApi, GfxContext, GfxFramebuffer, SyncFile},
|
||||
ifs::{
|
||||
wl_output::OutputId,
|
||||
wp_presentation_feedback::{KIND_HW_COMPLETION, KIND_VSYNC, KIND_ZERO_COPY},
|
||||
|
|
@ -57,7 +57,6 @@ use {
|
|||
bstr::{BString, ByteSlice},
|
||||
indexmap::{IndexSet, indexset},
|
||||
isnt::std_1::collections::IsntHashMapExt,
|
||||
jay_config::video::GfxApi,
|
||||
std::{
|
||||
cell::{Cell, OnceCell, RefCell},
|
||||
collections::hash_map::Entry,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,9 @@ use {
|
|||
cmm::cmm_primaries::Primaries,
|
||||
fixed::Fixed,
|
||||
format::{Format, XRGB8888},
|
||||
gfx_api::{AcquireSync, GfxContext, GfxError, GfxFramebuffer, GfxTexture, ReleaseSync},
|
||||
gfx_api::{
|
||||
AcquireSync, GfxApi, GfxContext, GfxError, GfxFramebuffer, GfxTexture, ReleaseSync,
|
||||
},
|
||||
ifs::wl_output::OutputId,
|
||||
state::State,
|
||||
time::Time,
|
||||
|
|
@ -57,7 +59,6 @@ use {
|
|||
},
|
||||
},
|
||||
ahash::AHashMap,
|
||||
jay_config::video::GfxApi,
|
||||
std::{
|
||||
any::Any,
|
||||
borrow::Cow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue