summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Merge pull request #79143 from clayjohn/wayland-menuRémi Verschelde2023-07-091-3/+5
|\
| * Avoid freeze when interacting with menus on Wayland by re-aquiring next swapc...clayjohn2023-07-071-3/+5
* | Merge pull request #78797 from Calinou/remove-redundant-vformatRémi Verschelde2023-07-081-1/+1
|\ \
| * | Remove uses of `vformat()` with no placeholdersHugo Locurcio2023-06-281-1/+1
* | | Merge pull request #78794 from joemarshall/patch-1Rémi Verschelde2023-07-081-0/+2
|\ \ \
| * | | fix threading bug in vulkan rendering deviceJoe Marshall2023-06-281-0/+2
| |/ /
* | | Merge pull request #78852 from clayjohn/Particles-glitchRémi Verschelde2023-07-071-11/+8
|\ \ \ | |/ / |/| |
| * | Initialize particles instance buffer in case it is used before being updatedclayjohn2023-06-291-11/+8
| |/
* / Use a filter with mipmaps when initializing textures with mipmaps in GL Compa...clayjohn2023-06-261-4/+9
|/
* Reset filter/repeat state of textures in GL Compatibility renderer when rende...clayjohn2023-06-231-0/+2
* Moved variables closer to usage to fix unused variable warningBrecht Kuppens2023-06-221-2/+2
* Merge pull request #78490 from clayjohn/GLES3-particles-subemitRémi Verschelde2023-06-223-15/+18
|\
| * Add warnings and fallbacks for particles sub emitters when using the GL Compa...clayjohn2023-06-213-15/+18
* | free color and depth texture after check framebuffer complete failedQiqi Wu2023-06-221-1/+6
|/
* Fix invalid RID errors when freeing a mesh with blend shapesbitsawer2023-06-191-4/+6
* [Unix] Fix temporary file permissions.bruvzg2023-06-161-0/+4
* GLES3: Remove unimplemented texture_create() declarationQiqi Wu2023-06-161-2/+0
* Merge pull request #78302 from clayjohn/GLES3-screen-warningRémi Verschelde2023-06-161-4/+0
|\
| * Remove outdated warning when using screen texture in GL Compatibility rendererclayjohn2023-06-151-4/+0
* | Merge pull request #78287 from clayjohn/GLES3-texture-replaceRémi Verschelde2023-06-161-1/+1
|\ \
| * | Copy texture filter/repeat modes when replacing a texture in the GL Compatibi...clayjohn2023-06-151-1/+1
| |/
* | Merge pull request #78285 from clayjohn/GLES3-viewport-filterRémi Verschelde2023-06-161-4/+2
|\ \
| * | Ensure filter/repeat is cached by Viewport texture in GL Compatibility rendererclayjohn2023-06-151-4/+2
| |/
* / Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-1610-230/+324
|/
* Fix for Win+M crashing the editorjpcerrone2023-06-141-0/+1
* Merge pull request #78199 from clayjohn/detect_3dRémi Verschelde2023-06-142-14/+12
|\
| * Ensure that "detect 3D" is only called when using 3D shadersclayjohn2023-06-132-14/+12
* | Expose RD::texture_native_handleBastiaan Olij2023-06-142-2/+2
|/
* Merge pull request #76977 from manueldun/light-shader-builtinsRémi Verschelde2023-06-091-0/+4
|\
| * Enable the use of all builtins on the light shaderManuel Dun2023-06-081-0/+4
* | Merge pull request #74937 from bitsawer/fix_uniform_storageRémi Verschelde2023-06-091-541/+96
|\ \
| * | Fix shader uniform storage conversions and crashbitsawer2023-05-291-541/+96
* | | Style: Harmonize header includes in platform portsRémi Verschelde2023-06-082-4/+4
* | | Properly update array textures when using the OpenGL backend to avoid crashclayjohn2023-06-071-3/+3
* | | Merge pull request #77946 from bruvzg/opengl_blend_cacheRémi Verschelde2023-06-071-2/+4
|\ \ \
| * | | [OpenGL] Fix LCD blend mode color caching.bruvzg2023-06-071-2/+4
* | | | Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-062-4/+7
|/ / /
* | | Merge pull request #76348 from warriormaster12/pipeline-cacheRémi Verschelde2023-06-012-2/+162
|\ \ \ | |/ / |/| |
| * | Implement Vulkan pipeline cachingwarriormaster122023-05-312-2/+162
* | | Merge pull request #77224 from patrickdown/implement_texture_2d_layered_initi...Rémi Verschelde2023-05-292-1/+56
|\ \ \
| * | | Implemented texture_2D_layered_initializepatrickdown2023-05-272-1/+56
* | | | Merge pull request #75181 from dalexeev/fix-light-only-modeYuri Sizov2023-05-272-3/+13
|\ \ \ \
| * | | | Fix "Light Only" mode of `CanvasItemMaterial`Danil Alexeev2023-05-132-3/+13
* | | | | fix gles texture uniform array bindingDani Frank2023-05-263-78/+70
* | | | | Merge pull request #77409 from allenwp/OpenGL3-Blend-Issue76334Rémi Verschelde2023-05-241-0/+4
|\ \ \ \ \
| * | | | | Fixed issues with blend modes in OpenGL 3 rendererAllen Pestaluky2023-05-241-0/+4
* | | | | | Merge pull request #77022 from sakrel/fix_buffer_get_dataRémi Verschelde2023-05-241-3/+3
|\ \ \ \ \ \
| * | | | | | RenderingDeviceVulkan::buffer_get_data: Use draw command buffer instead of se...sakrel2023-05-121-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #76053 from MightiestGoat/fix-sky-auto-exposureRémi Verschelde2023-05-241-1/+1
|\ \ \ \ \ \