121 Commits (122ae312db602cda434782267fb3345572556b6d)

Author SHA1 Message Date
Gert Wollny 122ae312db virgl: check buffer size to ensure no unsigned wraparound happens 5 years ago
Gert Wollny fd0769aeb7 vrend: implement support for KHR_debug 5 years ago
Chia-I Wu 3a2a537c69 vrend: hook up per-context fencing internally 5 years ago
Chia-I Wu 17796a3a9d virgl: add fencing interface to virgl_context 5 years ago
Rohan Garg f390c4d673 virglrenderer: Expose detailed GPU memory info to guests 5 years ago
John Bates 8d824b10cc use TRACE_SCOPE_SLOW for high-frequency tracing 5 years ago
John Bates 0621329415 remove TRACE_SCOPE_FMT to simplify tracing API 5 years ago
Chia-I Wu f5a45fe97e vrend: add support for VIRGL_CAP_V2_UNTYPED_RESOURCE 5 years ago
Chia-I Wu f1e72a87b3 vrend: attach/detach virgl_resource rather than pipe_resource 5 years ago
Gert Wollny a22c56fff4 vrend: remove unused parameter 5 years ago
Chia-I Wu f6c704558b virgl: fix virgl_renderer_resource_get_map_info for untyped resources 5 years ago
Gert Wollny aac2d14ccb vrend: reduce tracing overhead by only calling vsnprintf when needed 5 years ago
Gert Wollny c575de50db vrend: Fix the decode loop error exit 5 years ago
Gert Wollny 18b4bfc6f9 vrend: declare decode callback table as static 5 years ago
Gert Wollny 4455b3fd7a vrend: pass vrend_context directly to the decode functions 5 years ago
Gert Wollny 3f02922c7e vrend: remove superflous range check 5 years ago
Gert Wollny 569ea169ba vrend: reduce work done in command decoding loop 5 years ago
Gert Wollny cbcba9845f vrend: pass buffer pointer for current command to decoding functions 5 years ago
Gert Wollny c6b9de4084 vrend: replace switch on decode functions with call table 5 years ago
Gert Wollny e1a8fdf1b1 vrend: unify interface of decode functions 5 years ago
Gert Wollny 19d65e83e3 virgl: Add perfetto performance calls conditionally 5 years ago
Chia-I Wu fadf5528d9 virgl: move resource/context table cleanup out of vrend 5 years ago
Chia-I Wu 7594f3030e virgl: rework blob support 5 years ago
Gurchetan Singh 0e736de059 vrend_renderer: resource create blob 5 years ago
Gurchetan Singh 0c28415f71 virglrenderer: add PIPE_RESOURCE_CREATE in virgl_protocol.h 5 years ago
Lepton Wu cca3132795 vrend: Try to use original context for transfer 5 years ago
Elie Tournier 66b5e91c10 vrend: implement ARB_clear_texture 5 years ago
Chia-I Wu a79f1389f3 vrend: remove vrend_lookup_renderer_ctx 5 years ago
Chia-I Wu 82b548f13a vrend: remove vrend_transfer_info::ctx_id 5 years ago
Chia-I Wu df99fd7c75 virgl: make virgl_renderer_transfer_*_iov more generic 5 years ago
Chia-I Wu 94262367bd vrend: move handle out of vrend_transfer_info 5 years ago
Chia-I Wu a775fc837e virgl: pass virgl_resource to virgl_context callbacks 5 years ago
Chia-I Wu b16105b25c vrend: simplify vrend_object_insert 5 years ago
Chia-I Wu 660eaa2126 vrend: ctx0 does not need to be a vrend_decode_ctx 5 years ago
Chia-I Wu acc7fc7c11 vrend: remove unnecessary switch_0 logic 5 years ago
Chia-I Wu 159ee44f84 virgl: make virgl_renderer_context_create generic 5 years ago
Chia-I Wu 241a096139 virgl: make virgl_renderer_submit_cmd generic 5 years ago
Chia-I Wu d25d59f9e8 vrend: reject cmd submission for ctx 0 5 years ago
Chia-I Wu 43686547f6 vrend: constify vrend_decoder_state::buf 5 years ago
Chia-I Wu a78c1a96f9 virgl: make virgl_renderer_ctx_{attach,detach}_resource generic 5 years ago
Chia-I Wu 13468e4443 virgl: make virgl_renderer_context_destroy generic 5 years ago
Chia-I Wu 44c5cfcbb2 vrend: inherit from virgl_context 5 years ago
Gert Wollny 5bc1a77c0e vrend: Check number of ABOs transmitted from the guest 6 years ago
Gert Wollny 267d486889 tweaks: Add cap and tweak support to the guest-host protocol 6 years ago
Alexandros Frantzis 59064c6520 vrend: Support copy transfers 6 years ago
Alexandros Frantzis 69c52a8fb3 vrend: Internal support for synchronized transfers 6 years ago
Alexandros Frantzis 7438b455ed vrend: Remove unused struct member 6 years ago
Po-Hsien Wang bdc8e87c04 vrend_decode: check vrend_decode_create_sampler_state 7 years ago
Gert Wollny 4617b9ae46 decode: Use correct comparison for images 7 years ago
Dave Airlie 4da4ae7679 decode: fix warnings with new checks 7 years ago