summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53712 from CakHuri/nullptrRémi Verschelde2021-10-122-2/+2
|\
| * Replaced NULL with nullptrM. Huri2021-10-122-2/+2
* | Build for 64-bit ARM by default when compiling or exporting for AndroidHugo Locurcio2021-10-121-1/+2
|/
* Merge pull request #53408 from EIRTeam/fix_wasapi_output_latencyRémi Verschelde2021-10-062-1/+20
|\
| * Make WASAPI return accurate latency informationÁlex Román Núñez2021-10-062-1/+20
* | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-056-2/+7
|\ \ | |/ |/|
| * Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-236-2/+7
* | Merge pull request #43068 from cooperra/rename-fixRémi Verschelde2021-10-021-0/+5
|\ \
| * | Fix file panel renaming unable to change the case of dirs on WindowsRobbie Cooper2020-10-251-0/+5
* | | Initialize AudioClientPropertiesFrixuu2021-10-011-1/+1
* | | Use range iterators for `Map`Lightning_A2021-09-303-13/+13
* | | Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio2021-09-292-107/+107
| |/ |/|
* | Merge pull request #52464 from raulsntos/fix_buffer_info_uninitializedRémi Verschelde2021-09-171-0/+1
|\ \
| * | Fix buffer_info may be used uninitializedRaul Santos2021-09-171-0/+1
* | | Merge pull request #52562 from BastiaanOlij/gd_extensions_register_driversRémi Verschelde2021-09-151-0/+3
|\ \ \
| * | | Add driver types to GD extension initialisation levelsBastiaan Olij2021-09-131-0/+3
* | | | Print the Vulkan API version and device used on the same lineHugo Locurcio2021-09-142-5/+7
* | | | Fix startup warning - Property not found: `audio/output_latency`Yuri Roubinsky2021-09-141-1/+1
|/ / /
* | | Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-materialJFonS2021-09-121-1/+1
|\ \ \ | |/ / |/| |
| * | Vulkan: Fix CanvasItem::use_parent_materialTechnoPorg2021-08-171-1/+1
* | | Expose Vulkan internal values for access from extensionsBastiaan Olij2021-09-094-4/+97
* | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-293-19/+19
* | | Optionally scale 3D render contentBastiaan Olij2021-08-262-0/+9
* | | Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander2021-08-231-2/+2
|\ \ \
| * | | Remove redundant assignments.Anilforextra2021-08-211-2/+2
* | | | Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latencyK. S. Ernest (iFire) Lee2021-08-222-18/+131
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed the audio 'output latency' project setting not appearing when using the...Ben Armstrong2021-05-042-18/+131
* | | | Fixes to mobile rendererreduz2021-08-172-5/+36
| |/ / |/| |
* | | Fix init code so it works properly on Vulkan 1.1 devicesBastiaan Olij2021-08-171-28/+26
* | | Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-133-4/+6
* | | Android: Use volk instead of NDK Vulkan headersRémi Verschelde2021-08-121-14/+3
* | | Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-125-103/+56
* | | Fixes and optimizations to mobile rendererreduz2021-08-101-20/+85
* | | FileAccessWindows: Add missing share.h includeRémi Verschelde2021-08-101-0/+1
* | | FileAccessWindows: Cosmetic improvementsMax Hilbrunner2021-08-091-4/+9
* | | Fix Windows platform file accessMax Hilbrunner2021-08-091-5/+3
* | | Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij2021-08-062-9/+30
* | | Merge pull request #51103 from Calinou/vulkan-detect-intel-title-caseRémi Verschelde2021-07-311-1/+2
|\ \ \
| * | | Use title case instead of uppercase for Vulkan Intel GPU detectionHugo Locurcio2021-07-311-1/+2
* | | | Merge pull request #51108 from Calinou/vulkan-print-verboseRémi Verschelde2021-07-311-14/+10
|\ \ \ \
| * | | | Move Vulkan debugging prints to verboseHugo Locurcio2021-07-311-14/+10
| |/ / /
* / / / Print the Vulkan device name in release builds tooHugo Locurcio2021-07-311-2/+2
|/ / /
* | | Merge pull request #50847 from reduz/implement-binary-shader-compilationRémi Verschelde2021-07-262-109/+408
|\ \ \
| * | | Implement Binary Shader Compilationreduz2021-07-262-109/+408
* | | | Fix various typosluz paz2021-07-251-2/+2
|/ / /
* | | Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-252-3/+3
|\ \ \
| * | | Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-3/+3
* | | | Fix various typos with codespellluz paz2021-07-251-2/+2
|/ / /
* | | Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-242-2/+2
|\ \ \
| * | | Implement Resource UIDsreduz2021-07-242-2/+2