114 Commits (508ff68b3f164bc7c3f41aed2e6d191c1e42592a)

Author SHA1 Message Date
Chia-I Wu 76be631ae5 virgl: add VIRGL_RENDERER_NO_VIRGL 4 years ago
Chia-I Wu 6c31f85330 virgl: add support for venus renderer 4 years ago
Gert Wollny 122ae312db virgl: check buffer size to ensure no unsigned wraparound happens 4 years ago
Chia-I Wu d470a2df58 virgl: add support for per-context fencing 4 years ago
Chia-I Wu 3a2a537c69 vrend: hook up per-context fencing internally 4 years ago
Chia-I Wu 3ae1b379f9 vrend: replace fence id by fence cookie internally 4 years ago
Chia-I Wu 5379986993 vrend: track fence contexts 4 years ago
Chia-I Wu 17796a3a9d virgl: add fencing interface to virgl_context 4 years ago
Chia-I Wu d3fd5413c1 virgl: add virgl_renderer_context_create_with_flags 4 years ago
Chia-I Wu e47df7f941 virgl: fix virgl_renderer_export_query for untyped resources 4 years ago
Chia-I Wu f6c704558b virgl: fix virgl_renderer_resource_get_map_info for untyped resources 4 years ago
Chia-I Wu 3bd6244579 virgl: return res from virgl_resource_create_* 4 years ago
Chia-I Wu 4215cb7aa7 vrend: simplify vrend_renderer_resource_get_map_info 4 years ago
Gert Wollny 19d65e83e3 virgl: Add perfetto performance calls conditionally 4 years ago
Chia-I Wu 0e272c3fe3 vrend: remove VREND_CAP_SET* 4 years ago
Chia-I Wu 1d31f70369 vrend: mask out VIRGL_RENDERER_THREAD_SYNC early 4 years ago
Chia-I Wu 1a8b82fdde virgl: fd should be an int in export_fence 4 years ago
David Stevens 313f1cc887 vrend: add support for exporting egl fences 4 years ago
Chia-I Wu f875c3a288 virgl: more checks against init args 4 years ago
Chia-I Wu bd6540c6ba virgl: improve init error handling 4 years ago
Chia-I Wu 8dc7d34de9 virgl: more robust winsys init/cleanup 4 years ago
Chia-I Wu 228fa50acd virgl: more robust resource/context table init/cleanup 4 years ago
Chia-I Wu b5777196d5 virgl: move resource table init out of vrend 4 years ago
Chia-I Wu fadf5528d9 virgl: move resource/context table cleanup out of vrend 4 years ago
Chia-I Wu d4c9ef86e4 virgl: move vrend_state.inited to global_state 4 years ago
Chia-I Wu fbaef8524a virgl: add struct global_state 4 years ago
Chia-I Wu c38c248a1a virgl: constify virgl_cbs 4 years ago
Chia-I Wu ce03b7a387 vrend: add vrend_winsys_init 4 years ago
Chia-I Wu 1991666171 vrend: add vrend_winsys_cleanup 4 years ago
Chia-I Wu 163f4f120a vrend: fail EGLImage import at runtime 4 years ago
Chia-I Wu afc2775a25 vrend: add vrend_winsys_get_fd_for_texture* 4 years ago
Chia-I Wu 7fc8530bf3 vrend: add vrend_winsys_get_fourcc_for_texture 4 years ago
Chia-I Wu 5df70a5abe vrend: move gl context functions to winsys 4 years ago
Chia-I Wu baea5a2cf1 vrend: add vrend_winsys.[ch] 4 years ago
Chia-I Wu bea941a521 vrend: rename GLX sources 4 years ago
Chia-I Wu 3c4c0af218 vrend: rename EGL/GBM sources 4 years ago
Chia-I Wu c5663614be virgl: move virgl_capsets to virglrenderer_hw.h 4 years ago
Chia-I Wu afaa281a90 vrend: add VREND_CAPSET_SET* back 4 years ago
Chia-I Wu 69a985dcca virgl: add virgl_renderer_resource_export_blob 4 years ago
Chia-I Wu 7594f3030e virgl: rework blob support 4 years ago
Chia-I Wu 8ad994b199 virgl: pass iov to virgl_resource_create_from_pipe 4 years ago
Chia-I Wu 7283502949 virgl: validate args for blob resources 4 years ago
Chia-I Wu 6761206ea9 virgl: flatten virgl_renderer_resource_create_blob 4 years ago
Chia-I Wu 5e96edf216 virgl: add enum virgl_capsets to virgl_hw.h 4 years ago
Chia-I Wu 491afdc42a meson: define VIRGL_RENDERER_UNSTABLE_APIS unconditionally 4 years ago
Gurchetan Singh df5b73115d vrend: add VIRGL_RENDERER_UNSTABLE_APIS 5 years ago
Gurchetan Singh 7ad2eeced9 vrend: add external blob flag 5 years ago
Gurchetan Singh 5dce0053e5 vrend_renderer: add map/unmap/map_info 5 years ago
Gurchetan Singh 0e736de059 vrend_renderer: resource create blob 5 years ago
Gurchetan Singh 95ce73010a vrend: refactor creating a vrend_resource 5 years ago