Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 2 | -3/+3 |
| | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | Metal: Performance improvements and bug fixes | Stuart Carnie | 2024-10-20 | 3 | -43/+146 |
| | |||||
* | Merge pull request #97309 from kroketio/metal-expose-device-handle | Clay John | 2024-10-07 | 1 | -1/+2 |
|\ | | | | | Metal: expose MTLDevice | ||||
| * | Metal: expose DRIVER_RESOURCE_LOGICAL_DEVICE for get_resource_native_handle() | Sander | 2024-09-22 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #97304 from kroketio/metal-return-logical-device-handle | Rémi Verschelde | 2024-10-04 | 1 | -1/+5 |
|\ \ | | | | | | | | | | Metal: Implement `texture_create_from_extension` | ||||
| * | | Metal: implement texture_create_from_extension | Sander | 2024-09-22 | 1 | -1/+5 |
| |/ | | | | | | | | | | | | | Parameters p_type, p_format, p_array_layers, p_depth_stencil are ignored - MTLTexture (and the callee) already have this information and is only relevant when reinterpreting or remaping the texture in different ways. | ||||
* | | Merge pull request #97483 from akien-mga/clang-format-19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0 | ||||
| * | | CI: Update `clang-format` pre-commit hook to 19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 |
| |/ | |||||
* / | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
|/ | |||||
* | [2D,Metal]: Fix subpixel blending; fix inconsistent blend state in Metal | Stuart Carnie | 2024-09-20 | 2 | -0/+11 |
| | |||||
* | Metal: fix out of bounds crash when using debug draw modes | Stuart Carnie | 2024-09-11 | 1 | -3/+3 |
| | |||||
* | Fixed compiler error | Miley Hollenberg | 2024-09-05 | 1 | -1/+1 |
| | | | Would cause a compiler error when compiled with `scons p=ios target=template_debug ios_simulator=yes arch=arm64` | ||||
* | Merge pull request #96351 from stuartcarnie/sgc/metal_light_betsy | Rémi Verschelde | 2024-09-03 | 2 | -103/+141 |
|\ | | | | | | | Metal: Enable for betsy and lightmapper modules in compatibility mode | ||||
| * | Metal: enable for betsy and lightmapper modules | Stuart Carnie | 2024-08-31 | 2 | -103/+141 |
| | | | | | | | | | | To support this, the rendering_context_driver_metal.h header was updated to recognise when it is included in non-Objective-C source files. | ||||
* | | Metal: bind index buffer with offset | Patrick Dawson | 2024-08-30 | 2 | -2/+7 |
|/ | |||||
* | Metal: Use correct operator to ensure all specialisation constants are applied | Stuart Carnie | 2024-08-28 | 1 | -1/+1 |
| | | | | Fixes #96077 | ||||
* | Metal: Minor improvements to #96052; update logger subsystem name | Stuart Carnie | 2024-08-27 | 3 | -31/+22 |
| | |||||
* | Metal: Improve startup times by using concurrent shader compilation APIs | Stuart Carnie | 2024-08-25 | 5 | -30/+403 |
| | |||||
* | Metal: fix artefacts for mobile render method and return false for ↵ | Stuart Carnie | 2024-08-22 | 1 | -2/+12 |
| | | | | multi-view support | ||||
* | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | Features: - Debug-only tracking of objects by type. See get_driver_allocs_by_object_type et al. - Debug-only Breadcrumb info for debugging GPU crashes and device lost - Performance report per frame from get_perf_report - Some VMA calls had to be modified in order to insert the necessary memory callbacks Functionality marked as "debug-only" is only available in debug or dev builds. Misc fixes: - Early break optimization in RenderingDevice::uniform_set_create ============================ The work was performed by collaboration of TheForge and Google. I am merely splitting it up into smaller PRs and cleaning it up. | ||||
* | Add Metal support for macOS (arm64) and iOS | Stuart Carnie | 2024-08-20 | 13 | -0/+9209 |