gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
[mesa.git] / src / gallium / drivers / virgl / virgl_screen.c
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
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-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
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-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: factor out format host bits check
2019-06-20 Gert Wollnygallium/virgl: Add code path for virgl to read driconf
2019-06-17 Gert Wollnyvirgl: Assume sRGB write control for older guest kernel...
2019-06-06 Gert Wollnyvirgl: Enable CAP_CLIP_HALFZ if host supports it
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
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-02 Gert Wollnyvirgl: define MAX_VERTEX_STREAMS based on availability...
2019-04-02 Erik Faye-Lundvirgl: stricter usage of compressed 3d textures
2019-04-02 Erik Faye-Lundvirgl: do not allow compressed formats for buffers
2019-03-29 Gert Wollnyvirgl: Add a caps feature check version
2019-03-27 Alexandros Frantzisvirgl: Fake MSAA when max samples is 1
2019-03-09 Elie Tourniervirgl: Set PIPE_CAP_DOUBLES when running on GLES This...
2019-02-22 Gert Wollnyvirgl: Enable mixed color FBO attachemnets only when...
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-01-31 Dave Airlievirgl: ARB_query_buffer_object support
2019-01-31 Dave Airlievirgl: enable elapsed time queries
2019-01-28 Gert Wollnyvirgl: Set sRGB write control CAP based on host capabil...
2018-12-19 Gurchetan Singhvirgl: texture_transfer_pool --> transfer_pool
2018-12-12 Erik Faye-Lundvirgl: force linear texturing support
2018-11-18 Robert Fossvirgl: Clean up fences commit
2018-11-16 Robert Fossvirgl: native fence fd support
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-05 Tomeu Vizosovirgl: use hw-atomics instead of in-ssbo ones
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-28 Erik Faye-Lundvirgl: add debug-switch to output TGSI
2018-08-28 Erik Faye-Lundvirgl: introduce $VIRGL_DEBUG=verbose
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-21 Dave Airlievirgl: ARB_enhanced_layouts support
2018-08-15 Erik Faye-Lundvirgl: report actual max-texture sizes
2018-08-15 Erik Faye-Lundvirgl: do not use SP_MAX_TEXTURE_*_LEVELS defines
2018-08-14 Dave Airlievirgl: ARB_texture_barrier support
2018-08-07 Dave Airlievirgl: add ARB_shader_clock support
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 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-31 Dave Airlievirgl: add TXQS support
2018-07-31 Dave Airlievirgl: add initial images support (v2)
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-20 Gert Wollnyvirgl: Allow RGB32* textures only as buffer objects
2018-07-17 Erik Faye-Lundvirgl: respect max_vertex_attrib_stride cap
2018-06-27 Dave Airlievirgl: add ARB_texture_view support
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-06-14 Dave Airlievirgl: add ARB_tessellation_shader support. (v2)
2018-06-10 Dave Airlievirgl: enable ARB_gpu_shader_fp64
2018-06-05 gurchetansingh@chr... virgl: add shader offset alignment to to v2 caps struct
2018-06-01 Gert Wollnyvirgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_C...
2018-05-30 Dave Airlievirgl: add ARB_transform_feedback_overflow_query support
2018-05-30 Dave Airlievirgl: add polygon offset clamp
2018-05-30 Dave Airlievirgl: add derivative control support
2018-05-30 Dave Airlievirgl: add ARB_conditional_render_inverted support
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-15 Dave Airlievirgl: enable vertex streams when glsl level is high...
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-23 Dave Airlievirgl: add ARB_cull_distance support.
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-05 gurchetansingh@chr... virgl: add offset alignment values to to v2 caps struct
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-14 Dave Airlievirgl: add ARB_sample_shading support.
2018-02-14 Dave Airlievirgl: add ARB_draw_indirect support.
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-13 Stéphane Marchesinvirgl: Support v2 caps struct (v2)
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
next