virgl: Use ETC2 formats directly when possible.
[mesa.git] / src / gallium / drivers / virgl / virgl_hw.h
2020-04-16 Lepton Wuvirgl: Use ETC2 formats directly when possible.
2019-08-26 Dave Airlievirgl: fix format conversion for recent gallium changes.
2019-08-08 Gurchetan Singhvirgl: check scanout mask
2019-06-20 Gert Wollnyvirgl: Add override for BGRA format to use swizzled...
2019-06-20 Gert Wollnyvirgl: Add skeleton to evaluate cap and send tweaks
2019-06-19 David Rileyvirgl: Support VIRGL_BIND_SHARED
2019-06-18 Gurchetan Singhvirgl_hw: add YUV support
2019-06-18 Gurchetan Singhvirgl: sync to virglrenderer virgl_hw.h
2019-06-08 Alexandros Frantzisvirgl: Add copy_transfer3d definitions
2019-06-08 Alexandros Frantzisvirgl: Support VIRGL_BIND_STAGING
2019-06-06 Gert Wollnyvirgl: Enable CAP_CLIP_HALFZ if host supports it
2019-04-17 Erik Faye-Lundvirgl: get readback-formats from host
2019-04-10 Gert Wollnyvirgl: Enable passing arrays as input to fragment shaders
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-02 Gert Wollnyvirgl: define MAX_VERTEX_STREAMS based on availability...
2019-03-29 Gert Wollnyvirgl: Add a caps feature check version
2019-03-09 Elie Tourniervirgl: Add a caps to advertise GLES backend
2019-02-22 Gert Wollnyvirgl: Enable mixed color FBO attachemnets only when...
2019-02-15 Gurchetan Singhvirgl: add protocol for resource transfers
2019-01-31 Dave Airlievirgl: ARB_query_buffer_object support
2019-01-28 Gert Wollnyvirgl: Set sRGB write control CAP based on host capabil...
2018-11-13 Gert Wollnyvirgl: Add command and flags to initiate debugging...
2018-09-05 Tomeu Vizosovirgl: use hw-atomics instead of in-ssbo ones
2018-08-21 Dave Airlievirgl: ARB_enhanced_layouts support
2018-08-15 Erik Faye-Lundvirgl: report actual max-texture sizes
2018-08-14 Dave Airlievirgl: ARB_texture_barrier support
2018-08-07 Dave Airlievirgl: add ARB_shader_clock support
2018-08-07 Erik Faye-Lundvirgl: update virgl_hw.h from virglrenderer
2018-08-07 Erik Faye-Lundvirgl: rename msaa_sample_positions -> sample_locations
2018-08-01 Erik Faye-Lundvirgl: enable FBFETCH if virglrenderer supports it
2018-08-01 Dave Airlievirgl: enable robustness if the host exposes it
2018-08-01 Dave Airlievirgl: Support ARB_framebuffer_no_attachments
2018-08-01 Dave Airlievirgl: add initial ARB_compute_shader support
2018-07-31 Dave Airlievirgl: add memory barrier support
2018-07-31 Dave Airlievirgl: add TXQS support
2018-07-31 Dave Airlievirgl: add initial images support (v2)
2018-07-24 Erik Faye-Lundforward precise-flag if supported
2018-07-23 Dave Airlievirgl: add initial shader_storage_buffer_object support...
2018-07-20 Gert Wollnyvirgl: Expose GL_ARB_copy_image if host supports it
2018-07-17 Erik Faye-Lundvirgl: respect max_vertex_attrib_stride cap
2018-07-17 Erik Faye-Lundvirgl: implement set_min_samples
2018-07-02 Gert Wollnyvirgl: Add support for glGetMultisample
2018-06-27 Dave Airlievirgl: add ARB_texture_view support
2018-06-05 gurchetansingh@chr... virgl: use bits in caps set v2
2018-06-05 gurchetansingh@chr... virgl: add shader offset alignment to to v2 caps struct
2018-05-30 Jakob Bornecrantzvirgl: Update virgl_hw.h
2018-05-30 Dave Airlievirgl: update caps bitset to latest version.
2018-03-05 gurchetansingh@chr... virgl: add offset alignment values to to v2 caps struct
2018-02-13 Stéphane Marchesinvirgl: Support v2 caps struct (v2)
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-30 Emil Velikovvirgl: move virgl_hw.h into the driver dir