virgl: add VIRGL_DEBUG_SYNC
[mesa.git] / src / gallium / drivers / virgl /
2019-06-25 Chia-I Wuvirgl: add VIRGL_DEBUG_SYNC
2019-06-25 Chia-I Wuvirgl: fix the value of VIRGL_DEBUG_BGRA_DEST_SWIZZLE
2019-06-21 Mauro Rossiandroid: virgl: fix libmesa_winsys_virgil_common build...
2019-06-20 Gert Wollnyvirgl: Add debug flag to bypass driconf to enable the...
2019-06-20 Gert Wollnyvirgl: Add a tweak to set the value for emulated querie...
2019-06-20 Gert Wollnyvirgl: Add tweak to apply a swizzle when drawing/blitti...
2019-06-20 Gert Wollnyvirgl: Add driconf tweak for emulating BGRA surfaces...
2019-06-20 Gert Wollnyvirgl: Add override for BGRA format to use swizzled...
2019-06-20 Gert Wollnyvirgl: Add code to accept BGRx_SRGB as RGBx_SRGB
2019-06-20 Gert Wollnyvirgl: Add skeleton to evaluate cap and send tweaks
2019-06-20 Gert Wollnyvirgl: factor out format host bits check
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-20 Gert Wollnyvirgl: Add driinfo file and tie it into the build
2019-06-19 David Rileyvirgl: Support VIRGL_BIND_SHARED
2019-06-18 Chia-I Wuvirgl: fix sync issue regarding discard/unsync transfers
2019-06-18 Gurchetan Singhvirgl_hw: add YUV support
2019-06-18 Gurchetan Singhvirgl: sync to virglrenderer virgl_hw.h
2019-06-17 Gert Wollnyvirgl: Assume sRGB write control for older guest kernel...
2019-06-17 Chia-I Wuvirgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_R...
2019-06-17 Chia-I Wuvirgl: add virgl_rebind_resource
2019-06-17 Chia-I Wuvirgl: save virgl_hw_res in virgl_transfer
2019-06-17 Chia-I Wuvirgl: add resource_reference to virgl_winsys
2019-06-13 Chia-I Wuvirgl: virgl_transfer should own its virgl_resource
2019-06-13 Chia-I Wuvirgl: pass virgl_context to transfer create/destroy
2019-06-13 Chia-I Wuvirgl: init transfer queue from virgl_context
2019-06-13 Chia-I Wuvirgl: clean up virgl_transfer_queue.h
2019-06-08 Alexandros Frantzisvirgl: Work around possible memory exhaustion
2019-06-08 Alexandros Frantzisvirgl: Remove incorrect resource wait condition
2019-06-08 Alexandros Frantzisvirgl: Use copy transfers for textures
2019-06-08 Alexandros Frantzisvirgl: Use buffer copy transfers to avoid waiting when...
2019-06-08 Alexandros Frantzisvirgl: Support copy transfers
2019-06-08 Alexandros Frantzisvirgl: Add copy_transfer3d definitions
2019-06-08 Alexandros Frantzisvirgl: Support VIRGL_BIND_STAGING
2019-06-08 Alexandros Frantzisvirgl: Avoid unfinished transfer_get with PIPE_TRANSFER...
2019-06-08 Alexandros Frantzisvirgl: More info about chosen alignment value
2019-06-07 Chia-I Wuvirgl: store all info about atomic buffers
2019-06-07 Chia-I Wuvirgl: add shader images to virgl_shader_binding_state
2019-06-07 Chia-I Wuvirgl: add SSBOs to virgl_shader_binding_state
2019-06-07 Chia-I Wuvirgl: add UBOs to virgl_shader_binding_state
2019-06-07 Chia-I Wuvirgl: add virgl_shader_binding_state
2019-06-06 Gert Wollnyvirgl: Enable CAP_CLIP_HALFZ if host supports it
2019-06-04 Chia-I Wuvirgl: resolve to correct level during texture read
2019-06-04 Chia-I Wuvirgl: fix texture resolving with compressed formats
2019-05-29 Chia-I Wuvirgl: fix readback with pending transfers
2019-05-24 Chia-I Wuvirgl: remove an incorrect check in virgl_res_needs_flush
2019-05-24 Chia-I Wuvirgl: reemit resources on first draw/clear/compute
2019-05-24 Chia-I Wuvirgl: add missing emit_res for SO targets
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-22 Chia-I Wuvirgl: track valid buffer range for transfer sync
2019-05-22 Chia-I Wuvirgl: remove support for buffer surfaces
2019-05-22 Chia-I Wuvirgl: handle NULL shader resource explicitly
2019-05-15 Chia-I Wuvirgl: handle DONT_BLOCK and MAP_DIRECTLY
2019-05-15 Chia-I Wuvirgl: add virgl_resource_transfer_prepare
2019-05-15 Chia-I Wuvirgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_...
2019-05-15 Chia-I Wuvirgl: clean up virgl_res_needs_readback
2019-05-14 Chia-I Wuvirgl: clean up virgl_res_needs_flush
2019-05-14 Chia-I Wuvirgl: comment on a sync issue in transfers
2019-05-14 Chia-I Wuvirgl: PIPE_TRANSFER_READ does not imply flush
2019-05-14 Chia-I Wuvirgl: do not skip readback because of explicit flush
2019-05-14 Chia-I Wuvirgl: remove unused virgl_transfer_inline_write
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-06 Chia-I Wuvirgl: do not use inline writes for subdata
2019-05-06 Chia-I Wuvirgl: rework queries
2019-05-06 Chia-I Wuvirgl: export resource_is_busy from winsys
2019-05-01 David Rileyvirgl: Re-use and extend queue transfers for intersecti...
2019-05-01 David Rileyvirgl: Allow transfer queue entries to be found and...
2019-05-01 David Rileyvirgl: Store mapped hw resource with transfer object.
2019-04-23 Chia-I Wuvirgl: skip empty cmdbufs
2019-04-22 Chia-I Wuvirgl: clear vertex_array_dirty
2019-04-18 Gurchetan Singhvirgl: wait after a flush
2019-04-17 Erik Faye-Lundvirgl: document potentially failing blit
2019-04-17 Erik Faye-Lundvirgl: do color-conversion during when mapping transfer
2019-04-17 Erik Faye-Lundvirgl: only blit if resource is read
2019-04-17 Erik Faye-Lundvirgl: get readback-formats from host
2019-04-17 Erik Faye-Lundvirgl: make sure bind is set for non-buffers
2019-04-17 Erik Faye-Lundvirgl: support write-back with staged transfers
2019-04-17 Erik Faye-Lundvirgl: use pipe_box for blit dst-rect
2019-04-17 Erik Faye-Lundvirgl: rewrite core of virgl_texture_transfer_map
2019-04-17 Erik Faye-Lundvirgl: return error if allocating resolve_tmp fails
2019-04-17 Erik Faye-Lundvirgl: wait for the right resource
2019-04-17 Erik Faye-Lundvirgl: check for readback on correct resource
2019-04-17 Erik Faye-Lundvirgl: make unmap queuing a bit more straight-forward
2019-04-17 Erik Faye-Lundvirgl: simplify virgl_texture_transfer_unmap logic
2019-04-17 Erik Faye-Lundvirgl: track full virgl_resource instead of just virgl_...
2019-04-17 Erik Faye-Lundvirgl: tmp_resource -> templ
2019-04-17 Erik Faye-Lundvirgl: remove pointless transfer-counter
2019-04-15 Chia-I Wuvirgl: hide fence internals from the driver
2019-04-15 Chia-I Wuvirgl: handle fence_server_sync in winsys
2019-04-15 Dylan BakerDelete autotools
2019-04-11 Erik Faye-Lundvirgl: use debug_printf instead of fprintf
2019-04-11 Erik Faye-Lundvirgl: do not warn about display-target binding
2019-04-11 Erik Faye-Lundvirgl: only warn about unchecked flags
2019-04-11 Erik Faye-Lundvirgl: unsigned int -> unsigned
2019-04-10 Erik Faye-Lundvirgl: use debug_printf instead of fprintf
2019-04-10 Gert Wollnyvirgl: Enable passing arrays as input to fragment shaders
2019-04-10 Lepton Wuvirgl: Set bind when creating temp resource.
2019-04-09 Dave Airlievirgl: add support for ARB_indirect_parameters
2019-04-09 Dave Airlievirgl: add support for ARB_multi_draw_indirect
2019-04-09 Dave Airlievirgl: add support for missing command buffer binding.
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
next