| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084)
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|
|
|
| |
(cherry picked from commit 7f1989bac11b74dd899b063194578d3a6ee917c6)
|
|
|
|
|
|
| |
Fail if submit or sync called multiple times in a row
(cherry picked from commit b0e33aa00f661966772a00d98e9bbbb6a1c008a3)
|
|
|
|
| |
checks
|
| |
|
|\
| |
| |
| | |
RenderingDevice: Leave handling of compressed block granularity to the driver
|
| | |
|
|/
|
|
| |
This error is harmless and can be safely ignored.
|
|\
| |
| |
| | |
Add a project setting to configure the maximum number of timestamps.
|
| |
| |
| |
| | |
a description and a reference to the setting when the limit is hit and an ERR_FAIL_COND is hit.
|
| | |
|
|\ \
| | |
| | |
| | | |
RenderingDevice: Reject creation of textures with no usage
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
Add support for enhanced barriers in D3D12.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enables support for enhanced barriers if available.
Gets rid of the implementation of [CROSS_FAMILY_FALLBACK] in the D3D12 driver. The logic has been reimplemented at a higher level in RenderingDevice itself.
This fallback is only used if the RenderingDeviceDriver reports the API traits and the capability of sharing texture formats correctly. Aliases created in this way can only be used for sampling: never for writing. In most cases, the formats that do not support sharing do not support unordered access/storage writes in the first place.
|
|\ \ \
| | | |
| | | |
| | | | |
Reduce allocations each time a render pass begins in RenderingDevice.
|
| |/ / |
|
|/ /
| |
| |
| | |
enabled.
|
|\ \
| | |
| | |
| | | |
Fix swap chain errors when application starts minimized.
|
| | |
| | |
| | |
| | | |
resizing swap chain during screen creation as it's not necessary and can fail when it starts minimized.
|
| | |
| | |
| | |
| | | |
required by the API.
|
| | |
| | |
| | |
| | | |
Co-authored-by: Clay John <claynjohn@gmail.com>
|
| |/
|/|
| |
| |
| |
| |
| | |
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
|
|\ \
| | |
| | |
| | | |
Properly set size of shadow atlas quadrant when subdivision is 8 or higher.
|
| | |
| | |
| | |
| | | |
Also fix renderpass rect validation
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Ensure minimum block size is respected when doing GPU to CPU copies of compressed textures
|
| | |
| | |
| | |
| | | |
compressed textures
|
|/ / |
|
|\ \
| | |
| | |
| | | |
Expose bindings to compute dispatch indirect of rendering device
|
| | | |
|
| | |
| | |
| | |
| | | |
result with certain resources
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
It used to warn when opening a new project because no cache pre-exists,
which isn't particularly helpful.
Also include the rendering method in the cache filename, as it differs
between Forward+ and Mobile for a same GPU.
|
| | |
|
|\ \
| | |
| | |
| | | |
Remove tracking logic for input attachments as it's not necessary.
|
| | | |
|
|/ / |
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
* Do not print empty line when header is disabled
* Do not print Vulcan header
* Also add "Print header" project setting (default On)
(suggested by @kaissouDev)
* Add docs for the project setting
(with suggestions by @Mickeon and @akien-mga)
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
| |
RenderingDeviceDriver.
|
| |
|
| |
|
| |
|
|
|
|
| |
Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.
|
| |
|
|\
| |
| | |
RenderingDevice: Fix uniform sets wrongly assumed to be bound
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
A new `Math::division_round_up()` function was added, allowing for easy
and correct computation of integer divisions when the result needs to
be rounded up.
Fixes #80358.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
|