iris: Make iris_has_color_unresolved more generic
[mesa.git] / src / gallium / drivers / virgl /
2020-08-21 Chia-I Wuvirgl: move protocol headers to a common place
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-07-22 Eric Anholtvirgl: Remove a bunch of default handling of pipe caps.
2020-07-17 Elie Tourniervirgl: set PIPE_CAP_BLEND_EQUATION_ADVANCED
2020-07-17 Elie Tourniervirgl: Encode barrier for blend_equation_advanced
2020-07-17 Elie Tourniervirgl: Use alpha_src_factor to store blend_equation_adv...
2020-07-17 Elie Tourniergallium: Add PIPE_CAP_BLEND_EQUATION_ADVANCED
2020-07-17 Elie Tourniervirgl: Reserved last caps of capability_bits
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-22 Eric Engestromdriconf: drop now unused translation facility
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-16 Dave Airlievirgl: change vendor id to reflect reality more.
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-07 Elie Tourniervirgl: Enable CAP_CLEAR_TEXTURE if host supports it
2020-05-07 Elie Tourniervirgl: implement ARB_clear_texture
2020-05-06 Tomeu Vizosovirgl: Properly check for encode_stride when encoding...
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-16 Lepton Wuvirgl: Use ETC2 formats directly when possible.
2020-03-28 Eric Engestrommeson: inline `inc_common`
2019-12-17 Gert Wollnyvirgl: Increase the shader transfer buffer by doubling...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-08 David Stevensvirgl: support emulating planar image sampling
2019-10-24 Lepton Wuvirgl: Remove formats with unusual sample count.
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-10-08 Marek Olšákgallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to...
2019-10-03 Gurchetan Singhvirgl: modify internal structures to track winsys-suppl...
2019-10-03 Gurchetan Singhvirgl: modify resource_create_from_handle(..) callback
2019-09-10 Lepton Wuvirgl: Fix pipe_resource leaks under multi-sample.
2019-08-26 Dave Airlievirgl: fix format conversion for recent gallium changes.
2019-08-08 Gurchetan Singhvirgl: check scanout mask
2019-08-08 Gurchetan Singhvirgl: fixup_readback_format --> fixup_formats
2019-08-08 Gurchetan Singhvirgl: access caps in a less verbose way in virgl_is_fo...
2019-08-01 Gert Wollnyvirgl: Enable depth_clamp by lowering if the host is...
2019-07-31 Eric Engestromvirgl: make use of local variable
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-20 Chia-I Wuvirgl: fix a sync issue in virgl_buffer_transfer_extend
2019-07-20 Chia-I Wuvirgl: rework virgl_transfer_queue_extend
2019-07-20 Chia-I Wuvirgl: fix virgl_buffer_transfer_extend
2019-07-17 Lepton Wuvirgl: Set meta data for textures from handle.
2019-07-15 Marek Olšákgallium: use MAP_DIRECTLY to mean supression of DISCARD...
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-09 Chia-I Wuvirgl: remove virgl_transfer_queue_lists
2019-07-09 Chia-I Wuvirgl: simplify virgl_transfer_queue_extend
2019-07-09 Chia-I Wuvirgl: remove transfer after transfer_write
2019-07-09 Chia-I Wuvirgl: improve virgl_transfer_queue_is_queued
2019-07-09 Chia-I Wuvirgl: fix transfers_intersect for mipmaps
2019-07-09 Chia-I Wuvirgl: fix some false positives in transfers_overlap
2019-07-07 Alexandros Frantzisvirgl: Hide internal virgl_resource functions
2019-07-07 Alexandros Frantzisvirgl: Use virgl_resource_transfer_map for textures
2019-07-07 Alexandros Frantzisvirgl: Use virgl_resource_transfer_map for buffers
2019-07-07 Alexandros Frantzisvirgl: Introduce virgl_resource_transfer_map
2019-07-03 Alexandros Frantzisvirgl: Clear the valid buffer range when possible
2019-06-29 Mauro Rossiandroid: virgl: fix generated virgl_driinfo.h building...
2019-06-28 Alexandros Frantzisvirgl: Don't allow creating staging pipe_resources
2019-06-28 Alexandros Frantzisvirgl: Use virgl_staging_mgr
2019-06-28 Alexandros Frantzisvirgl: Add tests for virgl_staging_mgr
2019-06-28 Alexandros Frantzisvirgl: Introduce virgl_staging_mgr
2019-06-28 Alexandros Frantzisvirgl: Store the virgl_hw_res for copy transfers
2019-06-25 Chia-I Wuvirgl: add VIRGL_DEBUG_XFER
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
next