summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #92851 from patwork/fix-tooltips-viewport-dimsRémi Verschelde2024-06-177-22/+24
|\
| * Make query for GL_MAX_VIEWPORT_DIMS compatible with web exportspatwork2024-06-147-22/+24
* | Add more validation to UBO size and alignment in Compatibility rendererclayjohn2024-06-144-4/+16
* | Merge pull request #93107 from clayjohn/GLES-sky-ambientRémi Verschelde2024-06-141-2/+8
|\ \
| * | Ensure sky reflection is updated when ambient mode is set to backgroundclayjohn2024-06-121-2/+8
* | | Merge pull request #92741 from Alex2782/fix_adreno_3xx_compatibilityRémi Verschelde2024-06-145-9/+34
|\ \ \
| * | | Fix Adreno 3xx compatibility for devices with newer driver versionsAlexander Hartmann2024-06-115-9/+34
* | | | Merge pull request #92388 from sunfl0w/fix-compatibility-albedoRémi Verschelde2024-06-141-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix albedo value wraparound in Compatibility render modesunfl0w2024-06-131-0/+3
* | | | Merge pull request #92663 from Riteo/holy-egl-batmanRémi Verschelde2024-06-132-22/+69
|\ \ \ \
| * | | | EGL: Use EGL_EXT_platform_base whenever possibleRiteo2024-06-042-22/+69
* | | | | Ensure post processing happens when adjustments are enabled in the Compatibil...clayjohn2024-06-113-17/+11
| |_|_|/ |/| | |
* | | | Fix depth clear value for uv2 baking in compatibility rendererwojtekpil2024-06-071-1/+1
| |_|/ |/| |
* | | Merge pull request #92010 from akien-mga/vulkan-sdk-1.3.183.0Rémi Verschelde2024-06-031-0/+4
|\ \ \
| * | | vulkan: Update all components to Vulkan SDK 1.3.183.0Rémi Verschelde2024-06-031-0/+4
| |/ /
* | | Merge pull request #91454 from akien-mga/coverity-checksRémi Verschelde2024-06-031-9/+8
|\ \ \ | |/ / |/| |
| * | Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-9/+8
* | | Merge pull request #92474 from Rudolph-B/fix-collided-particles-jitteringRémi Verschelde2024-05-311-6/+8
|\ \ \
| * | | Fixed collided 3D GPU particles sometimes jitteringRudolph Bester2024-05-281-6/+8
| | |/ | |/|
* | | Merge pull request #91769 from DarioSamo/d3d12_enhanced_barriersRémi Verschelde2024-05-314-381/+694
|\ \ \ | |_|/ |/| |
| * | Add support for enhanced barriers in D3D12.Dario2024-05-204-381/+694
* | | Merge pull request #92287 from clayjohn/LOD-safe-fixesRémi Verschelde2024-05-282-21/+23
|\ \ \ | |_|/ |/| |
| * | Fix LOD selection in compatibility backend and clean up LOD codeclayjohn2024-05-232-21/+23
* | | [DisplayServer] Add method to check if window transparency is supported and e...bruvzg2024-05-234-0/+33
|/ /
* / Stereo rendering: Fix omni lightsBastiaan Olij2024-05-222-3/+10
|/
* Merge pull request #80232 from Calinou/vulkan-pipeline-cache-improve-messagesRémi Verschelde2024-05-201-3/+3
|\
| * Improve warning messages related to Vulkan pipeline cacheHugo Locurcio2024-03-261-3/+3
* | Merge pull request #91853 from semensanyok/fix-compatibility-gles3-load-compr...Rémi Verschelde2024-05-181-6/+10
|\ \
| * | fix compatibility gles3 driver load of compressed layered GL_TEXTURE_2D_ARRAYsemensanyok2024-05-171-6/+10
* | | Use COM smart pointers to handle COM objects safelyLalit Shankar Chowdhury2024-05-162-43/+21
* | | Merge pull request #92000 from clayjohn/vram-debuggerRémi Verschelde2024-05-161-1/+1
|\ \ \
| * | | Increase coverage of VRAM debugger and add support to RD backendsclayjohn2024-05-151-1/+1
* | | | Merge pull request #91846 from rburing/multimesh_cache_me_if_you_canRémi Verschelde2024-05-141-9/+10
|\ \ \ \
| * | | | Fix MultiMesh buffer cache in transforms-only caseRicardo Buring2024-05-111-9/+10
| | |/ / | |/| |
* | | | Merge pull request #91642 from BastiaanOlij/fix_transparent_skyRémi Verschelde2024-05-141-4/+6
|\ \ \ \
| * | | | Skip rendering sky if viewport is set to transparent backgroundBastiaan Olij2024-05-131-4/+6
| |/ / /
* / / / Add optional driver workaround to RenderingDevice for Adreno 6XX.Dario2024-05-133-0/+30
|/ / /
* | | Apply additional fixes to servers' threadingPedro J. Estébanez2024-05-081-2/+5
* | | OpenGL: Honor separate management of RT's backbuffer FBO and texture upon clearPedro J. Estébanez2024-05-081-1/+3
* | | Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-083-4/+4
|\ \ \
| * | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-083-4/+4
* | | | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|/ / /
* | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+1
* | | Fix various typos with codespellRémi Verschelde2024-05-071-1/+1
* | | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-072-9/+9
|\ \ \
| * | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-9/+9
* | | | [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-1/+1
|/ / /
* | | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-035-1/+15
* | | Ensure that environment is available before checking for BCSclayjohn2024-05-021-19/+24
* | | Merge pull request #89114 from AThousandShips/vec_elem_scalarRémi Verschelde2024-05-023-7/+4
|\ \ \