gallium: change comments to remove 'state tracker'
[mesa.git] / src / gallium / drivers / svga / svga_resource_texture.c
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
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-06 Thomas Hellstromsvga: Fix banded DMA upload
2020-01-29 Thomas Hellstromsvga: Avoid discard DMA uploads
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-10-24 Thomas Hellstromsvga: Fix banded DMA upload unmap
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-06-20 Thomas Hellstromsvga: Support ARB_buffer_storage
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-02 Thomas Hellstromsvga: Avoid bouncing buffer data in malloced buffers
2019-02-26 Brian Paulsvga: assorted whitespace and formatting fixes
2018-09-20 Charmaine Leesvga: fix texture array layer index in transfer map
2018-09-10 Charmaine Leesvga: no dma on multisample surface
2018-09-10 Brian Paulsvga: enable MSAA for SM4_1 device
2018-09-10 Charmaine Leesvga: add support for cubemap array
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2017-12-05 Marek Olšákgallium/u_upload_mgr: allow drivers to specify pipe_res...
2017-10-03 Brian Paulsvga: if we get nr_samples==1, store nr_samples=0
2017-07-17 Sinclair Yehdrivers/svga, winsys/svga/drm: Thread through timeout...
2017-07-03 Brian Paulsvga: don't call svga_texture_device_format_has_alpha...
2017-06-30 Brian Paulsvga: add texture size/levels sanity check code in...
2017-06-30 Neha Bhendesvga: loop over box.depth for ReadBack_image on each...
2017-06-27 Charmaine Leesvga: pass tobind_flags to svga_buffer_handle
2017-06-07 Thomas Hellstromsvga: Fix imported surface view creation
2017-04-29 Thomas Hellstromsvga: Add a more elaborate format compatibility determi...
2017-04-26 Charmaine Leesvga: cache the backing surface handle in the texture...
2016-11-03 Charmaine Leesvga: invalidate new surface before it is bound to...
2016-11-03 Charmaine LeeRevert "svga: use untyped surface formats in most cases"
2016-11-03 Charmaine Leesvga: add can_use_upload flag
2016-11-03 Charmaine Leesvga: fix texture upload path condition
2016-11-03 Charmaine Leesvga: set rendered_to flag with texture uploaded using...
2016-09-24 Brian Paulsvga: set PIPE_BIND_DEPTH_STENCIL flag for new resource...
2016-09-17 Charmaine Leesvga: relax restriction of compressed formats for textu...
2016-09-17 Charmaine Leesvga: use upload buffer for upload texture.
2016-09-17 Charmaine Leesvga: refactor svga_texture_transfer_map/unmap functions
2016-09-17 Charmaine Leesvga: single sample surface can be created as non-multi...
2016-09-17 Charmaine Leesvga: split the num-resources-mapped hud to textures...
2016-08-26 Brian Paulsvga: minor code simplification in svga_texture_transfe...
2016-08-26 Brian Paulsvga: reformat some expressions in svga_texture_transfe...
2016-08-26 Brian Paulsvga: remove duplicated variable in svga_texture_transf...
2016-08-26 Brian Paulsvga: move some assignments in svga_texture_transfer_map()
2016-08-26 Brian Paulsvga: minor simplifications in svga_texture_transfer_map()
2016-08-26 Charmaine Leesvga: add guest statistic gathering interface
2016-08-16 Brian Paulsvga: don't call os_get_time() when not needed by Galli...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-30 Brian Paulsvga: set render target flag for snorm surfaces
2016-06-30 Brian Paulsvga: use untyped surface formats in most cases
2016-06-28 Charmaine Leesvga: force direct map for transfering multiple slices
2016-06-23 Charmaine Leesvga: fix texture array update regression
2016-06-02 Charmaine Leesvga: allow copy box in svga_transfer_dma_band()
2016-05-03 Brian Paulsvga: try to flag surfaces for sampling, in addition...
2016-04-25 Charmaine Leesvga: mark the texture dirty for write transfer map...
2016-04-25 Charmaine Leesvga: minimize surface flush
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 Charmaine Leesvga: add a few more resource updates HUD query
2016-03-21 Charmaine Leesvga: add new num-readbacks HUD query
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-07 Brian Paulsvga: add new surface-write-flushes HUD query
2016-03-04 Charmaine Leesvga: fix an error in svga_texture_generate_mipmap
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-14 Charmaine Leesvga: add DXGenMips command support
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-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-20 Brian Paulsvga: add num-bytes-uploaded HUD query
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-02 Brian Paulsvga: update driver for version 10 GPU interface
2014-12-01 Brian Paulsvga: fix comment typo
2014-08-14 Brian Paulsvga: remove some unneeded INLINE qualifiers
2014-08-12 Charmaine Leesvga: Add a limit to the maximum surface size
2014-02-14 Brian Paulsvga: update texture code for GBS
2014-02-14 Brian Paulsvga: add helpers for tracking rendering to textures
2014-02-14 Brian Paulsvga: split / update svga3d header files
2013-06-25 Brian Paulsvga: allow 3D transfers in svga_texture_transfer_map()
2013-06-25 Brian Paulsvga: use new svga_define_texture_level() helper
2013-06-25 Brian Paulsvga: use new svga_age_texture_view() helper
2013-06-25 Brian Paulsvga: use svga_texture() helper instead of casting
2013-04-03 Brian Paulsvga: add new memory-used HUD query
2013-02-01 Brian Paulsvga: add, use SVGA3D_SURFACE_HINT_VOLUME flag
2012-10-16 Brian Paulsvga: silence some MSVC signed/unsigned comparison...
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-11 John Kåre Alsakersvga: Remove wierd code which forces non-sRGB formats.
2012-03-05 Marek OlšákRevert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
2012-02-23 Brian Paulsvga: re-enable deleted surface caching
2012-01-12 Thomas Hellstromgallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET...
2012-01-07 Brian Paulsvga: fix assorted whitespace issues, add copyright...
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2011-11-02 Jakob Bornecrantzsvga: Tag cursors with the scanout hint
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 José Fonsecasvga: Consider the new depth formats in svga_texture_fr...
2011-09-23 Jakob Bornecrantzsvga: Expose the new depth formats
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-21 José Fonsecasvga: Avoid synchronizing when doing piecewise upload...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
next