summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #96643 from bruvzg/fs_linksRémi Verschelde2024-09-121-0/+9
|\ \ \
| * | | [FileSystem Dock] Add symlink indicator and tooltip.bruvzg2024-09-061-0/+15
* | | | Merge pull request #96863 from BlueCube3310/gles-align-fixRémi Verschelde2024-09-121-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Compatibility: Fix alignment of compressed textures when retrievingBlueCube33102024-09-111-2/+2
* | | | Merge pull request #96822 from stuartcarnie/sgc/metal_out_of_boundsRémi Verschelde2024-09-111-3/+3
|\ \ \ \
| * | | | Metal: fix out of bounds crash when using debug draw modesStuart Carnie2024-09-111-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #96840 from bruvzg/open_wstatRémi Verschelde2024-09-111-5/+6
|\ \ \ \
| * | | | [Windows] Remove _wstat use in FileAccessWindows::open_internalbruvzg2024-09-111-5/+6
| |/ / /
* | | | Merge pull request #74830 from AThousandShips/win_time_fixRémi Verschelde2024-09-111-7/+32
|\ \ \ \ | |/ / / |/| | |
| * | | [Windows] Use `GetFileTime` for `FileAccess`A Thousand Ships2024-09-061-7/+32
| | |/ | |/|
* | | Merge pull request #94893 from rune-scape/no-const-cast-mesh-storageRémi Verschelde2024-09-102-3/+3
|\ \ \
| * | | Avoid const_cast in mesh_storage.hrune-scape2024-08-282-3/+3
* | | | Add basic support to evaluate operator value in shader languageYuri Rubinsky2024-09-091-2/+2
| |_|/ |/| |
* | | Merge pull request #96509 from Rudolph-B/Issue-92091Rémi Verschelde2024-09-081-0/+5
|\ \ \
| * | | Fixed OpenGL shadow textures not honoring texture type when reusing texturesRudolph Bester2024-09-031-0/+5
* | | | Merge pull request #96639 from bruvzg/symlink_renRémi Verschelde2024-09-061-0/+6
|\ \ \ \
| * | | | Fix renaming directory symlinks on Linux.bruvzg2024-09-061-0/+6
| | |_|/ | |/| |
* | | | Merge pull request #96114 from BlueCube3310/sh-lightmap-packingRémi Verschelde2024-09-061-9/+9
|\ \ \ \
| * | | | LightmapGI: Pack L1 SH coefficients for directional lightmapsBlueCube33102024-09-051-9/+9
* | | | | Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-066-13/+27
| |/ / / |/| | |
* | | | Fixed compiler errorMiley Hollenberg2024-09-051-1/+1
* | | | Merge pull request #96502 from clayjohn/GLES3-screen-texture-angleRémi Verschelde2024-09-042-9/+10
|\ \ \ \
| * | | | Only use backbuffer mipmaps in SCREEN_TEXTURE when generated.clayjohn2024-09-022-9/+10
* | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |