summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Use local vector for skeletonNazarii2024-10-022-4/+4
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #94952 from alvinhochun/angle-d3d11-flip-yThaddeus Crews2024-10-104-4/+99
| |\ \ \ \ \
| | * | | | | Optimize ANGLE on D3D11 to remove an extra blitAlvin Wong2024-07-314-4/+99
| * | | | | | CI: Add MinGW/GCC build to Windows GHAThaddeus Crews2024-10-103-3/+14
| * | | | | | Merge pull request #96819 from clayjohn/GLES3-instance-uniformsClay John2024-10-073-0/+4
| |\ \ \ \ \ \
| | * | | | | | Implement instance uniforms in Compatibility rendererclayjohn2024-09-103-0/+4
| * | | | | | | Merge pull request #97309 from kroketio/metal-expose-device-handleClay John2024-10-071-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Metal: expose DRIVER_RESOURCE_LOGICAL_DEVICE for get_resource_native_handle()Sander2024-09-221-1/+2
* | | | | | | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-11110-0/+220
* | | | | | | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1118-36/+36
|/ / / / / / /
* | | | | | | Merge pull request #97552 from dustdfg/drivers/use_dedicated_print_errorRémi Verschelde2024-10-041-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Use dedicated `print_error` method for colored output for unsupported driversYevhen Babiichuk (DustDFG)2024-09-271-3/+5
* | | | | | | | Merge pull request #97304 from kroketio/metal-return-logical-device-handleRémi Verschelde2024-10-041-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Metal: implement texture_create_from_extensionSander2024-09-221-1/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #97719 from bruvzg/cross_dev_renameRémi Verschelde2024-10-041-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | [Linux/BSD] Fix cross-device rename.bruvzg2024-10-021-1/+11
* | | | | | | | | Implement asynchronous transfer queues, thread guards on RenderingDevice. Add...Dario2024-10-029-257/+169
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #97676 from clayjohn/GLES3-sky-qualityRémi Verschelde2024-10-021-7/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Improve the look of radiance map in Compatibility backendclayjohn2024-09-291-7/+11
* | | | | | | | Merge pull request #97602 from patowen/fix-region-filter-clip-enabledRémi Verschelde2024-10-011-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Clamp UV-coordinates to centers of outermost texels when configured to do soPatrick Owen2024-09-291-1/+2
| |/ / / / / / /
* / / / / / / / Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-294-15/+45
|/ / / / / / /
* | / / / / / Implement vertex shadingywmaa2024-09-294-11/+287
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-264-6/+6
|\ \ \ \ \ \
| * | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-264-6/+6
* | | | | | | Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2Rémi Verschelde2024-09-262-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Fix slow editor load on large projects (v2)Hilderin2024-09-252-2/+0
* | | | | | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-2524-0/+24
| |/ / / / / / |/| | | | | |
* | | | | | | Fix incorrect Reinhard tonemap operatorRie2024-09-251-2/+6
* | | | | | | Merge pull request #97379 from clayjohn/webgl-errorsRémi Verschelde2024-09-244-4/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Clean up two recently introduced WebGL errorsclayjohn2024-09-234-4/+11
* | | | | | | Merge pull request #97260 from clayjohn/pixel_snapRémi Verschelde2024-09-211-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Calculate pixel snap in canvas space instead of world spaceclayjohn2024-09-201-2/+2
| | |/ / / / / | |/| | | | |
* / | | | | | Add external texture support (GLES3)David Snopek2024-09-206-1/+95
|/ / / / / /
* | | | | | Merge pull request #97217 from stuartcarnie/97185_subpixel_renderingRémi Verschelde2024-09-202-0/+11
|\ \ \ \ \ \
| * | | | | | [2D,Metal]: Fix subpixel blending; fix inconsistent blend state in MetalStuart Carnie2024-09-202-0/+11
* | | | | | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-203-6/+4
|/ / / / / /
* | | | | | Merge pull request #96928 from dsnopek/rename-and-expose-texture-create-externalRémi Verschelde2024-09-192-11/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Expose a function to create textures from a native handle in the compatibilit...David Snopek2024-09-192-11/+13
* | | | | | Merge pull request #97131 from BastiaanOlij/fix_gles_canvas_backgroundRémi Verschelde2024-09-181-0/+3
|\ \ \ \ \ \
| * | | | | | Fix compatibility canvas background depth issueBastiaan Olij2024-09-181-0/+3
* | | | | | | Merge pull request #97032 from lalitshankarchowdhury/fix-audio-crashRémi Verschelde2024-09-182-11/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix `AudioStreamMicrophone` crash on scene-reloadLalit Shankar Chowdhury2024-09-182-11/+17
* | | | | | | Adding a macro on NetSocketPosix to pick the right type for FIONREAD lenPablo Andres Fuente2024-09-171-1/+3
* | | | | | | Merge pull request #97069 from patwork/fix-gles3-update-sky-cubemapRémi Verschelde2024-09-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix for GLES3 radiance cubemap updatepatwork2024-09-161-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #92290 from clayjohn/LOD-fixesRémi Verschelde2024-09-161-27/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use distance to AABB surface to calculate Mesh LOD instead of using supportsclayjohn2024-09-111-27/+14
* | | | | | | Merge pull request #96860 from kroketio/from-ext-alloc-checkRémi Verschelde2024-09-132-4/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Vulkan: account for externally backed textures (i.e., created via `texture_cr...Sander2024-09-122-4/+8
| | |/ / / / | |/| | | |