summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve dependency detection in render graph for draw lists with partial cove...Dario2024-11-191-0/+4
* Give the barrier pool its own mutex to avoid a deadlock with transfer workers.Dario2024-11-111-5/+8
* Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-0/+9
* Merge pull request #97247 from thimenesup/draw_indirect_rdThaddeus Crews2024-10-291-0/+112
|\
| * Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+112
* | Merge pull request #98612 from DarioSamo/alignment-transfer-fixThaddeus Crews2024-10-291-5/+4
|\ \
| * | Fix transfer alignment on initial texture transfer.Dario2024-10-281-5/+4
* | | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+6
|\ \ \ | |/ / |/| |
| * | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+6
* | | Implement thread ownership change for RenderingDevicePedro J. Estébanez2024-10-211-0/+4
* | | Move transitions of textures initialized by transfer workers to the main grap...Dario2024-10-181-11/+35
* | | Rewrite semaphore handling for transfer workers.Dario2024-10-171-13/+24
|/ /
* / Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-021-334/+929
|/
* [Editor,Servers]: Minor optimizationsStuart Carnie2024-09-121-8/+8
* RenderingDevice: Fix uncapped mipmap sizes causing div-by-zeroPedro J. Estébanez2024-09-091-2/+2
* Merge pull request #94477 from RedMser/typos-batch-1Rémi Verschelde2024-08-281-2/+2
|\
| * Fix typosRedMser2024-07-171-2/+2
* | Merge pull request #93985 from alvinhochun/windows-gpu-prefRémi Verschelde2024-08-281-2/+3
|\ \
| * | Respect integrated GPU preference in Windows SettingsAlvin Wong2024-07-161-2/+3
| |/
* | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-241-0/+5
* | Add debug utilities for VulkanMatias N. Goldberg2024-08-211-6/+91
* | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+2
* | Fail when submit or sync called on main rendering deviceclayjohn2024-08-121-3/+9
* | RenderingDevice: Use the correct amount of layers for Cubemaps for boundary c...BlueCube33102024-07-241-24/+6
* | RenderingDevice: Fix getting cubemap dataBlueCube33102024-07-231-3/+0
* | Merge pull request #94069 from RandomShaper/fix_vk_vali_blockyRémi Verschelde2024-07-181-5/+6
|\ \ | |/ |/|
| * RenderingDevice: Leave handling of compressed block granularity to the driverPedro J. Estébanez2024-07-081-5/+6
* | Silence Vulkan "Unable to acquire framebuffer." swapchain errorHugo Locurcio2024-07-091-1/+6
|/
* Merge pull request #91551 from m4rr5/configure_timestamp_query_elementsRémi Verschelde2024-07-071-2/+2
|\
| * Added a project setting to configure the maximum amount of timestamps, with a...Marcel Offermans2024-05-051-2/+2
* | Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+1
* | Merge pull request #92587 from RandomShaper/validate_tex_usageRémi Verschelde2024-05-311-0/+2
|\ \
| * | RenderingDevice: Reject creation of textures with no usagePedro J. Estébanez2024-05-311-0/+2
* | | Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-311-18/+336
|\ \ \ | |/ / |/| |
| * | Add support for enhanced barriers in D3D12.Dario2024-05-201-18/+336
* | | Merge pull request #92258 from DarioSamo/render_list_pass_allocRémi Verschelde2024-05-231-3/+6
|\ \ \
| * | | Switch vectors in each render pass to use TLS.Dario2024-05-231-3/+6
| |/ /
* / / [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-231-0/+4
|/ /
* | Merge pull request #88289 from DarioSamo/rd_minimized_windowRémi Verschelde2024-05-171-3/+0
|\ \
| * | Handle error when setting boot image if swap chain is not available. Skip res...Dario2024-02-131-3/+0
* | | Rewrite implementation for prepare for use commands to be skipped when not re...Dario2024-05-151-16/+55
* | | Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-131-7/+68
* | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-4/+4
| |/ |/|
* | Merge pull request #91545 from clayjohn/RD-shadow-atlasRémi Verschelde2024-05-041-3/+3
|\ \
| * | Properly set size of shadow atlas quadrant when subdivision is 8 or higher.clayjohn2024-05-031-3/+3
* | | Add draw and dispatch count to timestamp validation.Dario2024-05-031-2/+6
|/ /
* | Merge pull request #90911 from clayjohn/RD-tex-copyRémi Verschelde2024-04-231-6/+7
|\ \
| * | Ensure minimum block size is respected when doing GPU to CPU copies of compre...clayjohn2024-04-191-6/+7
* | | Fix incorrect bounds check in rendering device push constantthimenesup2024-04-131-2/+2
|/ /
* | Merge pull request #89491 from thimenesup/compute_dispatch_indirectRémi Verschelde2024-04-091-0/+1
|\ \