summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_resource_texture.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo1-1/+1
2023-09-26svga: sync resource content from backing resource before image uploadCharmaine Lee1-1/+55
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-15/+15
2023-06-27treewide: style fixes after replace usage of boolean to boolYonggang Luo1-2/+2
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-12/+12
2023-06-05util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITEYonggang Luo1-2/+2
2023-02-21svga: use upload buffer if texture has pending changesCharmaine Lee1-5/+6
2023-02-21svga: fix resource_get_handle from resource created without SHARED bind flagCharmaine Lee1-1/+3
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo1-3/+3
2022-11-08util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo1-1/+1
2022-04-26svga: Use direct maps when GB objects are presentZack Rusin1-4/+5
2022-04-26svga: finish readbacks before mapping resourcesZack Rusin1-2/+2
2022-01-18svga: add GL43 resource validation at draw timeNeha Bhende1-69/+98
2021-05-21gallium: remove structure u_resourceMarek Olšák1-33/+33
2021-05-21gallium: remove empty structure u_resource_vtblMarek Olšák1-8/+0
2021-05-21gallium: remove u_resource_vtbl::transfer_(un)mapMarek Olšák1-4/+2
2021-05-21gallium: remove u_resource_vtbl::resource_destroyMarek Olšák1-1/+0
2021-05-21svga: stop using u_resource_vtbl::resource_destroyMarek Olšák1-35/+1
2021-05-21gallium: remove transfer_flush_region from u_resource_vtblMarek Olšák1-1/+0
2021-05-21gallium: remove resource_get_handle from u_resource_vtblMarek Olšák1-5/+9
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2020-10-13svga: Remove unused printf argument.Vinson Lee1-1/+1
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák1-21/+21
2020-06-05svga: Performance fixesNeha Bhende1-110/+39
2020-06-05svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende1-11/+22
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-2/+2
2020-04-01svga: Treat forced coherent maps as maps of persistent memoryThomas Hellstrom1-9/+4
2020-04-01svga, winsys/svga: Fix persistent memory discard mapsThomas Hellstrom1-3/+15
2020-02-06svga: Fix banded DMA uploadThomas Hellstrom1-10/+11
2020-01-29svga: Avoid discard DMA uploadsThomas Hellstrom1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-10-24svga: Fix banded DMA upload unmapThomas Hellstrom1-1/+1
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-7/+7
2019-06-20svga: Support ARB_buffer_storageThomas Hellstrom1-0/+3
2019-05-17svga: Add an environment variable to force coherent surface memoryThomas Hellstrom1-22/+36
2019-05-17svga: Set the rendered-to flag for dma transfers to surfacesThomas Hellstrom1-0/+4
2019-05-02svga: Avoid bouncing buffer data in malloced buffersThomas Hellstrom1-1/+1
2019-02-26svga: assorted whitespace and formatting fixesBrian Paul1-9/+10
2018-09-20svga: fix texture array layer index in transfer mapCharmaine Lee1-66/+41
2018-09-10svga: no dma on multisample surfaceCharmaine Lee1-0/+7
2018-09-10svga: enable MSAA for SM4_1 deviceBrian Paul1-1/+2
2018-09-10svga: add support for cubemap arrayCharmaine Lee1-9/+26
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+3
2017-12-05gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák1-1/+1
2017-10-03svga: if we get nr_samples==1, store nr_samples=0Brian Paul1-4/+7
2017-07-17drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh1-2/+2
2017-07-03svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFERBrian Paul1-0/+3
2017-06-30svga: add texture size/levels sanity check code in svga_texture_create()Brian Paul1-0/+33
2017-06-30svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende1-7/+8
2017-06-27svga: pass tobind_flags to svga_buffer_handleCharmaine Lee1-1/+1