summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76240 from clayjohn/Light2D-artifactsRémi Verschelde2023-04-191-1/+1
|\
| * Clamp normal when calculating 2D lighting to avoid artifactsclayjohn2023-04-181-1/+1
* | Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-181-4/+3
|\ \
| * | [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-101-4/+3
* | | Merge pull request #74978 from bruvzg/linux_version_checkRémi Verschelde2023-04-182-0/+24
|\ \ \ | |_|/ |/| |
| * | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-202-0/+24
* | | Merge pull request #75162 from ecmjohnson/gpuparticles_inf_translateRémi Verschelde2023-04-131-3/+6
|\ \ \
| * | | Translate inactive particles to -INFErik Johnson2023-04-121-3/+6
* | | | Add EXPOSURE built in to spatial shadersclayjohn2023-04-121-0/+1
|/ / /
* | | Merge pull request #73313 from clayjohn/particles-splitRémi Verschelde2023-04-121-5/+4
|\ \ \
| * | | Properly calculate lifetime_split for particlesclayjohn2023-02-141-5/+4
* | | | Merge pull request #75968 from clayjohn/GL-depth-writeRémi Verschelde2023-04-121-7/+5
|\ \ \ \
| * | | | Ensure that depth write state is updated before transparent pass in OpenGL3 r...clayjohn2023-04-111-7/+5
* | | | | Merge pull request #75954 from clayjohn/GL-multimesh-oneRémi Verschelde2023-04-121-2/+5
|\ \ \ \ \
| * | | | | Check for instancing without relying on instance_count when drawing 2D meshesclayjohn2023-04-111-2/+5
| |/ / / /
* | | | | Merge pull request #75795 from cody82/fix-html-particle-shaderRémi Verschelde2023-04-121-83/+70
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix "error X3708: continue cannot be used in a switch" in HTML exportcody2023-04-071-83/+70
| | |_|/ | |/| |
* | | | Merge pull request #69324 from RedMser/advanced-settings-errorsRémi Verschelde2023-04-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Make solving project setting errors easierRedMser2023-03-271-1/+1
* | | | Merge pull request #74808 from bradc6/feature/AllowCustomOutputShaderGenFilep...Rémi Verschelde2023-04-037-13/+13
|\ \ \ \
| * | | | Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-197-13/+13
* | | | | Merge pull request #72859 from clayjohn/VK-suboptimalRémi Verschelde2023-04-031-2/+2
|\ \ \ \ \
| * | | | | Recreate swap chain when suboptimal to avoid error spamclayjohn2023-02-071-2/+2
* | | | | | Merge pull request #72361 from the-brickster/masterYuri Sizov2023-03-273-0/+86
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Incorporating the availability of screen and depth textures for the GLES3 bac...LandoUWB2023-02-163-0/+86
* | | | | | Remove (or make verbose only) various debug prints.bruvzg2023-03-201-1/+0
| |_|_|_|/ |/| | | |
* | | | | Fix Unix temp file creations when using is_backup_save_enabled.bruvzg2023-03-181-5/+17
* | | | | Merge pull request #73839 from clayjohn/OUTPUT_IS_SRGBYuri Sizov2023-03-161-1/+0
|\ \ \ \ \
| * | | | | Clean up OUTPUT_IS_SRGB redefinitionsclayjohn2023-02-231-1/+0
* | | | | | Merge pull request #73156 from gw2cc/safe_saveYuri Sizov2023-03-162-5/+16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Create a safe temporary file with is_backup_save_enabledACB2023-03-152-5/+16
* | | | | | Merge duplicate rd_texture functionsBastiaan Olij2023-03-102-2/+2
* | | | | | Merge pull request #74566 from clayjohn/GL-canvas-textureRémi Verschelde2023-03-081-0/+2
|\ \ \ \ \ \
| * | | | | | Avoid copying CanvasTexture when updating proxyclayjohn2023-03-071-0/+2
* | | | | | | Merge pull request #74533 from SlugFiller/fix-clip-no-childrenRémi Verschelde2023-03-081-10/+18
|\ \ \ \ \ \ \
| * | | | | | | Fixes a canvas item set to clip children being drawn as black if no children ...SlugFiller2023-03-071-10/+18
| |/ / / / / /
* | | | | | | Merge pull request #74416 from SlugFiller/fix-skeleton2d-aabbRémi Verschelde2023-03-081-8/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix AABB calculation for meshes using Skeleton2DSlugFiller2023-03-051-8/+9
* | | | | | | | Avoid overflow when calculating ptr address for 3D textures in RenderingDevic...clayjohn2023-03-061-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Add proper default texture filter and repeat modes for Canvas shaders in the ...clayjohn2023-03-031-2/+18
|/ / / / / /
* | | | | | Merge pull request #73966 from the-brickster/GLES3_GL_POINT_FIXRémi Verschelde2023-03-022-2/+5
|\ \ \ \ \ \
| * | | | | | Commit Fix for GLES3 point size not workingLandoUWB2023-02-252-2/+5
| | |/ / / / | |/| | | |
* / | | | | Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-0/+26
|/ / / / /
* | | | | Merge pull request #73622 from ChibiDenDen/patch-2Rémi Verschelde2023-02-211-0/+5
|\ \ \ \ \
| * | | | | Fix use-after-free for VkAttachmentReference ChibiDenDen2023-02-201-0/+5
* | | | | | Merge pull request #73478 from NewDefectus/masterRémi Verschelde2023-02-211-2/+1
|\ \ \ \ \ \
| * | | | | | Use the original canvas to calculate light positioningAlon Ran2023-02-211-2/+1
| | |_|/ / / | |/| | | |
* | | | | | Forbid passing multiview sampler to the custom function in shadersYuri Rubinsky2023-02-213-1/+8
* | | | | | Merge pull request #73662 from BastiaanOlij/fix_opengl_wobbly_skyRémi Verschelde2023-02-211-6/+4
|\ \ \ \ \ \
| * | | | | | Fix wobbly sky in stereoscopic OpenGLBastiaan Olij2023-02-211-6/+4