summary refs log tree commit diff
path: root/devices/src/virtio/gpu
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
* virtio-gpu: add new + proposed kernel protocolsGurchetan 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
* gpu_renderer: remove EGL related functionsGurchetan Singh2019-08-20
* gpu_renderer: use GBM inside virglrendererGurchetan 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
* 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
* gpu: Allow more than one resource bridge socketChirantan Ekbote2019-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
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* 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
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve redundant_closureDavid 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
* 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: Silently accept empty command buffers.David Riley2019-04-03
* devices: improve get_device_bars/caps interfaceDaniel Prilik2019-03-28
* devices: gpu: use render optimized buffersGurchetan Singh2019-03-26
* 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
* devices: gpu: add plane info response supportZach Reizner2018-12-14
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11