radeonsi: stop using TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
[mesa.git] / src / gallium / drivers / svga /
2020-08-21 Charmaine Leesvga: fix draw elements with 8-bits indices
2020-08-21 Charmaine Leewinsys/svga: fix display corruption after surface_init
2020-08-12 Eric Anholtutil: Change a codegenned switch statement to a nice...
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-07-22 Eric Anholtsvga: Remove a bunch of default handling of pipe caps.
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-07 Eric Anholtsvga: Reuse util_format_unpack_rgba().
2020-07-02 Timothy Arcerisvga: add missing fallthrough comments
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-06 Mauro Rossiandroid: svga: fix build for GL4.1 support
2020-06-05 Neha Bhendesvga: Performance fixes
2020-06-05 Neha Bhendesvga: Add GL4.1(compatibility profile) support in svga...
2020-06-05 Neha Bhendesvga/include: Headers for GL4.1 support
2020-06-05 Neha Bhendewinsys/drm: Add GL4.1 support in drm winsys
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-28 Neha Bhendeutil: Initialize pipe_shader_state for passthrough...
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-01 Thomas Hellstromsvga: Treat forced coherent maps as maps of persistent...
2020-04-01 Thomas Hellstromsvga, winsys/svga: Fix persistent memory discard maps
2020-02-10 Neha Bhendesvga: Use pipe_shader_state_from_tgsi to set shader...
2020-02-10 Neha Bhendesvga: fix size of format_conversion_table[]
2020-02-06 Thomas Hellstromsvga: Fix banded DMA upload
2020-02-04 Eric Anholtutil: Make helper functions for pack/unpacking pixel...
2020-01-29 Thomas Hellstromsvga: Avoid discard DMA uploads
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-05 Philipp Siewecksvga: check return value of define_query_vgpu{9,10}
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-24 Thomas Hellstromsvga: Fix banded DMA upload unmap
2019-10-10 Marek Olšákgallium: remove PIPE_SHADER_CAP_SCALAR_ISA
2019-09-06 Eric Engestromsvga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
2019-08-19 Eric Anholtsvga: Drop unsupported formats from the format table.
2019-08-19 Eric Anholtsvga: Remove duplication in the format table.
2019-08-19 Eric Anholtsvga: Factor out the format conversion table entry...
2019-07-31 Mike Blumenkrantzgallium: add AYUV and XYUV formats
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-23 Pierre-Eric Pellou... u_blitter: add a msaa parameter to util_blitter_clear
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-20 Thomas Hellstromsvga: Support ARB_buffer_storage
2019-06-20 Thomas Hellstromsvga: Map vertex- index- and constant buffers ansynchro...
2019-06-20 Thomas Hellstromsvga: Fix index buffer uploads
2019-06-20 Thomas Hellstromwinsys/svga: Make it possible to specify coherent resources
2019-06-15 Rob Clarkgallium: add z24s8_as_r8g8b8a8 format
2019-06-06 Charmaine Leesvga: Remove unnecessary check for the pre flush bit...
2019-05-29 Brian Paulsvga: clamp max_const_buffers to SVGA_MAX_CONST_BUFS
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-17 Thomas Hellstromsvga: Add an environment variable to force coherent...
2019-05-17 Thomas Hellstromsvga: Set the rendered-to flag for dma transfers to...
2019-05-17 Thomas Hellstromsvga: Remove the surface_invalidate winsys function
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-02 Brian Paulsvga: add SVGA_NO_LOGGING env var (v2)
2019-05-02 Charmaine Leesvga: move host logging to winsys
2019-05-02 Thomas Hellstromsvga: Avoid bouncing buffer data in malloced buffers
2019-04-24 Marek Olšákgallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for...
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-23 Jonathan Mareksvga: add new ATC formats to the format conversion...
2019-04-15 Dylan BakerDelete autotools
2019-03-18 Brian Paulsvga: stop using pipe_sampler_view_release()
2019-03-08 Brian Paulsvga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
2019-03-08 Brian Paulsvga: refactor draw_vgpu10() function
2019-03-08 Charmaine Leesvga: add svga shader type in the shader variant
2019-03-04 Brian Paulsvga: silence array out of bounds warning
2019-03-04 Brian Paulsvga: init fill variable to avoid compiler warning
2019-02-26 Brian Paulsvga: fix dma.pending > 0 test
2019-02-26 Brian Paulsvga: assorted whitespace and formatting fixes
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-01-22 Brian Paulsvga: add new gallium formats to the format conversion...
2018-11-02 Gert WollnyGallium: Add format PIPE_FORMAT_R8_SRGB
2018-10-30 Eric Engestromscons: drop unused HAVE_STDINT_H macro
2018-10-30 Michał Janiszewskisvga: Add missing include guards
2018-10-29 Eric Engestromsvga: add missing meson build dependency
2018-10-26 Brian Paulscons/svga: remove opt from the list of valid build...
2018-10-09 Brian Paulsvga: change svga_destroy_shader_variant() to return...
2018-09-20 Charmaine Leesvga: fix uninitialized fields in DefineDepthStencilVie...
2018-09-20 Neha Bhendesvga: Enable Opengl 3.3 compatibility profile
2018-09-20 Neha Bhendesvga: Apply texcoord scale factors only if there is...
2018-09-20 Charmaine Leesvga: fix texture array layer index in transfer map
2018-09-10 Brian Paulsvga: assorted fixes/changes in svga_pipe_blit.c
2018-09-10 Brian Paulsvga: set buffer bind_flags in svga_buffer_add_host_sur...
2018-09-10 Charmaine Leesvga: add format conversion for legacy formats
2018-09-10 Charmaine Leesvga: remove obsolete code to reemit gs binding
2018-09-10 Brian Paulsvga: move variant->fs_shadow_compare_units assignment
2018-09-10 Charmaine Leesvga: fix resource checking in is_blending_enabled()
2018-09-10 Neha Bhendesvga: Use texture_copy_region instead of texture_copy_h...
2018-09-10 Charmaine Leesvga: add missing devcap check for texture array support
2018-09-10 Charmaine Leesvga: no need to check MULTISAMPLE devcap for view...
2018-09-10 Charmaine Leesvga: sync devcap name changes in svga3d_devcaps.h
2018-09-10 Charmaine Leesvga: explicit set DXFMT_SHADER_SAMPLE for DS format...
2018-09-10 Charmaine Leesvga: remove unused variable
next