svga: Performance fixes
[mesa.git] / src / gallium / drivers / svga / svga_surface.c
2020-06-05 Neha Bhendesvga: Performance fixes
2020-06-05 Neha Bhendesvga: Add GL4.1(compatibility profile) support in svga...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-05-17 Thomas Hellstromsvga: Remove the surface_invalidate winsys function
2018-09-10 Neha Bhendesvga: Use texture_copy_region instead of texture_copy_h...
2018-09-10 Charmaine Leesvga: add sample positions for 2 samples
2018-09-10 Charmaine Leesvga: fix a typo in svga_texture_copy_region()
2018-09-10 Charmaine Leesvga: fix cubemap array rendering with backed surface...
2018-09-10 Brian Paulsvga: enable MSAA for SM4_1 device
2018-09-10 Charmaine Leesvga: add support for cubemap array
2018-09-05 Charmaine Leesvga: sync with upstream changes to surface flags
2018-09-05 Brian Paulsvga: update device header files from upstream
2017-07-10 Brian Paulsvga: fix breakage in create_backed_surface_view()
2017-06-30 Charmaine Leesvga: add mksstats for surface view emulation
2017-06-22 Charmaine Leesvga: fix pre-mature flushing of the command buffer
2017-04-29 Neha Bhendesvga: implement sRGB rendering for imported surfaces
2017-04-26 Charmaine Leesvga: Removed the unused label 'done' in svga_validate_...
2017-04-26 Charmaine Leesvga: use the winsys interface to invalidate surface
2017-04-26 Charmaine Leesvga: cache the backing surface handle in the texture...
2017-04-26 Charmaine Leesvga: Update the backing resource only if needed
2017-04-26 Charmaine Leesvga: Set the surface dirty bit for the right surface...
2017-04-26 Charmaine Leesvga: Move rendertarget view related fields to hw_clear...
2017-04-26 Brian Paulsvga: improve surface view debug messages
2017-04-07 Charmaine Leesvga: Fix zslice index to svga_texture_copy_handle_reso...
2017-04-07 Charmaine Leesvga: Fix out-of-sync backing surface
2017-04-07 Charmaine Leesvga: add a reset flag to svga_propagate_surface()
2017-04-07 Charmaine Leesvga: add the has_backed_views flag
2017-04-07 Charmaine Leesvga: only destroy render target view from a context...
2016-11-03 Charmaine Leesvga: invalidate new surface before it is bound to...
2016-11-03 Charmaine Leesvga: create BGRX render target view for BGRX_UNORM...
2016-09-24 Brian Paulsvga: eliminate unneeded gotos in svga_validate_surface...
2016-09-21 Brian Paulsvga: minor simplification in svga_validate_surface_view()
2016-09-17 Charmaine Leesvga: single sample surface can be created as non-multi...
2016-09-17 Neha Bhendesvga: Add function svga_resource_type()
2016-08-29 Brian Paulsvga: fix a texture readback bug
2016-08-29 Brian Paulsvga: move surface propagation code into new function
2016-08-29 Brian Paulsvga: s/unsigned/enum pipe_shader_type/
2016-08-26 Brian Paulsvga: move some code in svga_propagate_surface()
2016-08-26 Brian Paulsvga: remove local variable in create_backed_surface_view()
2016-08-26 Charmaine Leesvga: add guest statistic gathering interface
2016-08-16 Brian Paulsvga: remove unused var in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: reduce looping in svga_mark_surfaces_dirty()
2016-06-30 Brian Paulsvga: adjust render target view format for RGBX
2016-06-28 Brian Paulsvga: whitespace, line wrapping fixes in svga_surface.c
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-16 Neha Bhendesvga: add new GALLIUM_HUD queries
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-07 Thomas Hellstromsvga: Fix surface view error handling
2015-09-02 Charmaine Leesvga: increment texture age when surface is to be marke...
2015-09-02 Charmaine Leesvga: fix backed surface view regression
2015-09-02 Brian Paulsvga: update driver for version 10 GPU interface
2014-08-14 Brian Paulsvga: remove some unneeded INLINE qualifiers
2014-07-29 Brian Paulsvga: remove unneeded depth==1 assertion in svga_textur...
2014-02-14 Brian Paulsvga: track which textures are rendered to
2013-11-11 Brian Paulsvga: improve loops over color buffers
2013-06-25 Brian Paulsvga: fix layer/level mix-up in svga_mark_surface_dirty()
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Marek Olšáksvga: stop using pipe_surface::usage
2012-06-18 Brian Paulsvga: fix synchronization bug between sampler views...
2012-06-14 Brian Paulsvga: make svga_surface_needs_propagation() surface...
2011-09-23 Brian Paulsvga: indentation/formatting fixes
2011-09-23 José Fonsecasvga: Cleanup format capability checking.
2011-09-23 José Fonsecasvga: Don't use the new depth formats for surfaces...
2011-09-23 Jakob Bornecrantzsvga: Expose the new depth formats
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-18 José Fonsecasvga: Fix NULL dereference.
2011-02-18 José Fonsecasvga: Ensure pending drawing commands other surface...
2011-02-14 José Fonsecasvga: Set the appropriate flags when creating sampler...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-05 Vinson Leesvga: Remove unnecessary header.
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-02 José Fonsecasvga: Remove the screen private context.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Vinson Leesvga: Remove unnecessary headers.
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following: