util: remove LIST_IS_EMPTY macro
[mesa.git] / src / gallium / drivers / svga /
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
2018-09-10 Brian Paulsvga: draw round points when msaa is enabled
2018-09-10 Brian Paulsvga: check number of samples before emitting MSAA...
2018-09-10 Brian Paulsvga: remove obsolete comment on format_cap_table[]
2018-09-10 Brian Paulsvga: allow TGSI_TEXTURE_CUBE_ARRAY in emit_tg4()
2018-09-10 Charmaine Leesvga: no dma on multisample surface
2018-09-10 Charmaine Leesvga: src surface for IntraSurfaceCopy cannot be multis...
2018-09-10 Charmaine Leesvga: fix missing format multisample devcap check
2018-09-10 Charmaine Leesvga: fix incorrect multisample support in VGPU9 device
2018-09-10 Charmaine Leesvga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGB
2018-09-10 Charmaine Leesvga: add a separate function to get dx format capabili...
2018-09-10 Charmaine Leesvga: assign a separate function for is_format_supporte...
2018-09-10 Brian Paulsvga: add some devcap debugging code
2018-09-10 Charmaine Leesvga: fix depth and coverage mask output declaration
2018-09-10 Charmaine Leesvga: add sample positions for 2 samples
2018-09-10 Charmaine Leesvga: check sample count devcaps
2018-09-10 Brian Paulsvga: fix 1-element cube map array issue
2018-09-10 Brian Paulsvga: simplify array test in svga_init_shader_key_common()
2018-09-10 Charmaine Leesvga: sync svga3d_types.h with upstream changes
2018-09-10 Charmaine Leesvga: add git version logging at init time
2018-09-10 Charmaine Leesvga: fix a typo in svga_texture_copy_region()
2018-09-10 Charmaine Leesvga: use helper function to do copy region
2018-09-10 Charmaine Leesvga: fix cubemap array rendering with backed surface...
2018-09-10 Charmaine Leesvga: add a helper function to send ResolveCopy command
2018-09-10 Charmaine Leesvga: sync svga3d header files
2018-09-10 Charmaine Leesvga: add SM4_1 enable debug print
2018-09-10 Charmaine Leesvga: fix swizzling for texture gather
2018-09-10 Charmaine Leesvga: fix starting index for system values
2018-09-10 Deepak Rawatwinsys/svga: Add support for new surface ioctl, multisa...
2018-09-10 Brian Paulsvga: enable MSAA for SM4_1 device
2018-09-10 Charmaine Leesvga: add sample count to the surface_can_create interface
next