summary refs log tree commit diff
path: root/devices/src/virtio/gpu/mod.rs
Commit message (Expand)AuthorAge
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* 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
* virtio-gpu: Use new + proposed virtio-gpu featuresGurchetan Singh2019-09-20
* devices: gpu: Use descriptor_utils helpers for virtio processing.David Riley2019-09-17
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* devices: gpu: remove BackedBuffer/GpuRendererResource distinctionGurchetan Singh2019-08-20
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* crosvm: add x-display argument for choosing the X11 gpu displayZach Reizner2019-08-08
* gpu_display: add X11 backendZach Reizner2019-07-25
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* devices: gpu: advertise support for capset 3Gurchetan Singh2019-07-16
* gpu: Allow more than one resource bridge socketChirantan Ekbote2019-06-24
* virtio-gpu: add gpu control socketGurchetan Singh2019-05-28
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* gpu: Simplify imports from gpu_*David Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* devices: gpu: Silently accept empty command buffers.David Riley2019-04-03
* devices: improve get_device_bars/caps interfaceDaniel Prilik2019-03-28
* virtio-gpu: add a BAR for deviceGurchetan Singh2019-03-05
* error: Print errors using Display implDavid Tolnay2019-02-20
* devices: gpu: dup stdout to stderr to allow virglrenderer loggingDavid Riley2019-01-31
* devices: gpu: preserve stdout and stderr for virglrender loggingDavid Riley2019-01-31
* devices: gpu: name gpu threadDavid Riley2019-01-30
* devices: gpu: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* virtio-gpu: use the newest capsGurchetan Singh2018-10-05
* gpu: add sandboxing via minijail for virtio gpu device.David Riley2018-09-17
* virtio-gpu: fix reporting of VIRTIO_F_VERSION_1Daniel Verkamp2018-09-05
* gpu: add force_ctx_0 calls prior to each gpu commandDavid Riley2018-07-30
* gpu: add support for fencesDavid Riley2018-07-30
* gpu: make process_descriptor return OptionDavid Riley2018-07-30
* gpu: fix parsing of third descriptor in chainDavid Riley2018-07-25
* gpu_buffer: fix reading and writing to GPU buffersZach Reizner2018-07-25
* gpu: implement virtio-gpuZach Reizner2018-07-20