summary refs log tree commit diff
path: root/devices/src/virtio/gpu/backend.rs
Commit message (Expand)AuthorAge
* utilize EventDevices to make virtio-input devicesZach Reizner2019-12-11
* Support configurable screen sizesJason Macnak2019-12-10
* virtio-gpu: handle VIRTIO_GPU_CMD_RESOURCE_CREATE_V2Gurchetan Singh2019-10-01
* virtio-gpu: handle VIRTIO_GPU_CMD_ALLOCATION_METADATAGurchetan Singh2019-10-01
* devices: modify get_device_bars(..) interfaceGurchetan Singh2019-09-20
* devices: gpu: remove BackedBuffer/GpuRendererResource distinctionGurchetan Singh2019-08-20
* gpu_renderer: remove EGL related functionsGurchetan Singh2019-08-20
* gpu_renderer: use GBM inside virglrendererGurchetan Singh2019-08-20
* gpu_display: add X11 backendZach Reizner2019-07-25
* devices: gpu: advertise support for capset 3Gurchetan Singh2019-07-16
* virtio-gpu: Allocate buffers with shared bind flag using gbm.David Riley2019-07-03
* gpu_renderer: make Box3 less error prone with constructorZach Reizner2019-06-24
* crosvm: fix clippy warningsJakub Staron2019-06-08
* virtio-gpu: add gpu control socketGurchetan Singh2019-05-28
* devices: gpu: Fallback to allocating with virgl if no fourcc mapping.David Riley2019-05-16
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* devices: gpu: Fallback to using non-scanout buffer if minigbm allocation fails.David Riley2019-04-17
* devices: gpu: Only allocate scanout buffers via minigbm.David Riley2019-04-17
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* devices: Replace imports involving super::superDavid Tolnay2019-04-15
* gpu: Simplify imports from gpu_*David Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* devices: gpu: use render optimized buffersGurchetan Singh2019-03-26
* error: Print errors using Display implDavid Tolnay2019-02-20
* devices: gpu: add plane info response supportZach Reizner2018-12-14
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: gpu: Have BackBuffer use renderer resource when attaching backing.David Riley2018-10-23
* cargo fmt all source codeZach Reizner2018-10-09
* virtio-gpu: use the newest capsGurchetan Singh2018-10-05
* gpu: add force_ctx_0 calls prior to each gpu commandDavid Riley2018-07-30
* gpu: add support for fencesDavid Riley2018-07-30
* gpu: hold image with resourceDavid Riley2018-07-30
* gpu: import buffers for rendering from minigbmDavid Riley2018-07-30
* gpu_buffer: fix reading and writing to GPU buffersZach Reizner2018-07-25
* gpu: implement virtio-gpuZach Reizner2018-07-20