summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95990 from Breush/76166-sky-auto-radianceRémi Verschelde2024-09-041-1/+1
|\
| * Sky: No more auto-selecting REALTIME mode if radiance is not 256Alexis Breust2024-09-041-1/+1
* | Store GLES over GL status in the OS to avoid direct renderer includes in the ...bruvzg2024-09-031-0/+1
* | Merge pull request #96455 from Praytic/msaa-support-macosRémi Verschelde2024-09-031-1/+1
|\ \
| * | Enable MSAA support for all non-web platformsPraytic2024-09-011-1/+1
* | | Merge pull request #96351 from stuartcarnie/sgc/metal_light_betsyRémi Verschelde2024-09-032-103/+141
|\ \ \
| * | | Metal: enable for betsy and lightmapper modulesStuart Carnie2024-08-312-103/+141
* | | | Merge pull request #95961 from RadiantUwU/fix-mesh-recursionRémi Verschelde2024-09-031-0/+1
|\ \ \ \
| * | | | Fix shadow mesh recursion.Radiant2024-08-311-0/+1
* | | | | Merge pull request #96413 from Maran23/gpuparticles-amd-fixRémi Verschelde2024-09-021-10/+8
|\ \ \ \ \
| * | | | | Fix GPUParticles are not rendered for older AMD GPUs with OpenGL+AngleMarius Hanl2024-09-011-10/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #96128 from BlueCube3310/vram-profiler-texture-memRémi Verschelde2024-09-021-2/+20
|\ \ \ \ \
| * | | | | Fix incorrect parameters for layered textures in Video RAM texture memory pro...BlueCube33102024-09-011-2/+20
* | | | | | Merge pull request #96045 from darksylinc/matias-TheForge-pr02Rémi Verschelde2024-09-021-0/+11
|\ \ \ \ \ \
| * | | | | | Add VK_EXT_astc_decode_mode supportMatias N. Goldberg2024-08-241-0/+11
* | | | | | | Merge pull request #92167 from BlueCube3310/file-access-the-final-season-part...Rémi Verschelde2024-09-028-313/+9
|\ \ \ \ \ \ \
| * | | | | | | Reduce code duplication in FileAccessBlueCube33102024-09-018-313/+9
| | |_|/ / / / | |/| | | | |
* / | | | | | Fix Windows importer issue with new file detectionYahkub-R2024-09-011-3/+2
|/ / / / / /
* | | | / / Metal: bind index buffer with offsetPatrick Dawson2024-08-302-2/+7
| |_|_|/ / |/| | | |
* | | | | [Windows] Fix handling X: paths.bruvzg2024-08-291-1/+3
* | | | | Merge pull request #96258 from SaracenOne/win32_rename_fixRémi Verschelde2024-08-291-1/+1
|\ \ \ \ \
| * | | | | Fix Win32 rename function.Saracen2024-08-291-1/+1
| | |/ / / | |/| | |
* / | | | Add support for compiling with VS clang-cl toolsetAlula2024-08-281-1/+1
|/ / / /
* | | | Merge pull request #96209 from stuartcarnie/sgc/96077/fix_sdfgiRémi Verschelde2024-08-281-1/+1
|\ \ \ \
| * | | | Metal: Use correct operator to ensure all specialisation constants are appliedStuart Carnie2024-08-281-1/+1
* | | | | [Windows] Always use absolute UNC paths and long path aware APIs, add "long p...bruvzg2024-08-282-132/+130
|/ / / /
* | | | Add `CLIP_SPACE_FAR` built-in to spatial shaderChaosus2024-08-272-0/+3
* | | | Merge pull request #96089 from stuartcarnie/sgc/metal_tidy_upRémi Verschelde2024-08-263-31/+22
|\ \ \ \
| * | | | Metal: Minor improvements to #96052; update logger subsystem nameStuart Carnie2024-08-273-31/+22
* | | | | Compatibility: Fix crash when initializing certain compressed layered texturesBlueCube33102024-08-261-4/+2
|/ / / /
* | | | Merge pull request #95934 from bruvzg/win_ang_fbRémi Verschelde2024-08-251-2/+2
|\ \ \ \
| * | | | Enable fallback from ANGLE to native and improve ANGLE error messages.bruvzg2024-08-251-2/+2
| |/ / /
* | | | Merge pull request #96052 from stuartcarnie/sgc/metal_shader_compilationRémi Verschelde2024-08-255-30/+403
|\ \ \ \
| * | | | Metal: Improve startup times by using concurrent shader compilation APIsStuart Carnie2024-08-255-30/+403
| |/ / /
* | | | [Windows] Move __REQUIRED_RPCNDR_H_VERSION__ to the header.bruvzg2024-08-252-1/+5
* | | | Merge pull request #95888 from clayjohn/Lightmap-SH-coefficientsRémi Verschelde2024-08-251-10/+4
|\ \ \ \
| * | | | Use correct lightmap coefficients to ensure that the directional lightmap mod...clayjohn2024-08-211-10/+4
* | | | | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-243-3/+17
| |/ / / |/| | |
* | | | Merge pull request #95975 from darksylinc/matias-TheForge-hotfixRémi Verschelde2024-08-241-5/+12
|\ \ \ \
| * | | | Fix build error in arm32Matias N. Goldberg2024-08-231-5/+12
* | | | | Metal: fix artefacts for mobile render method and return false for multi-view...Stuart Carnie2024-08-221-2/+12
|/ / / /
* | | | Merge pull request #90993 from darksylinc/matias-TheForgeRémi Verschelde2024-08-228-76/+869
|\ \ \ \
| * | | | Add debug utilities for VulkanMatias N. Goldberg2024-08-218-76/+869
| | |_|/ | |/| |
* | | | Merge pull request #95921 from akien-mga/scons-validate-opt-in-driversRémi Verschelde2024-08-221-0/+10
|\ \ \ \
| * | | | SCons: Better validation for platform-specific opt-in driversRémi Verschelde2024-08-211-0/+10
| |/ / /
* | | | Merge pull request #95790 from aaronfranke/rect-aabb-supportRémi Verschelde2024-08-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-191-1/+1
| |/ /
* | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-2014-0/+9211
* | | macOS/iOS: Fix various warnings when targeting newer SDKsStuart Carnie2024-08-201-8/+13
* | | Merge pull request #95838 from olawlor/vertex65536bugfixRémi Verschelde2024-08-201-1/+1
|\ \ \