summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/particles_storage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fix Adreno 3xx compatibility for devices with newer driver versionsAlexander Hartmann2024-06-111-2/+2
* Use WorkerThreadPool for Server threadsJuan Linietsky2024-04-101-6/+0
* Merge pull request #89398 from clayjohn/visual-debugger-coverageRémi Verschelde2024-04-041-0/+6
|\
| * Increase coverage of timestamps for visual profilerclayjohn2024-04-031-0/+6
* | Merge pull request #88816 from joined72/gles3_gpuparticles2d_fixesRémi Verschelde2024-04-041-0/+8
|\ \ | |/ |/|
| * Fix CPU/GPUParticles2D bugs on Compatibility Rendering (GLES3) on Adreno 3XX ...joined722024-04-021-0/+8
* | Merge pull request #89094 from permelin/fix-particle-userdata-gles3Rémi Verschelde2024-03-081-2/+4
|\ \
| * | Fix USERDATA built-ins for GLES3 particle shadersPer Melin2024-03-021-2/+4
* | | Fix error in AABB calculation for particles with USERDATAPer Melin2024-03-021-1/+1
|/ /
* / Consistently use system_fbo instead of binding 0 as it is needed for iOS devicesclayjohn2024-02-251-3/+3
|/
* Fix `GPUParticles3D` on the Meta Quest 2 with OpenGL rendererDavid Snopek2023-10-211-0/+2
* Merge pull request #82431 from bitsawer/fix_gpuparticles_freeRémi Verschelde2023-10-121-8/+11
|\
| * Fix errors when freeing GPUParticlesbitsawer2023-09-271-8/+11
* | Merge pull request #79527 from QbieShay/qbe/particles-reworkRémi Verschelde2023-10-101-1/+26
|\ \
| * | Particle internal refactor and additions for more artistic controlQbieShay2023-10-101-1/+26
| |/
* / Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-2/+2
|/
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-50/+50
* Initialize particles instance buffer in case it is used before being updatedclayjohn2023-06-291-11/+8
* Add warnings and fallbacks for particles sub emitters when using the GL Compa...clayjohn2023-06-211-7/+7
* Add RENDERING_INFO parameters to GL Compatibility rendererclayjohn2023-06-161-19/+25
* Properly calculate lifetime_split for particlesclayjohn2023-02-141-5/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70132 from clayjohn/RT-updateRémi Verschelde2022-12-171-1/+1
|\
| * Implement render_target_was_used API so that Viewports can properly check if ...clayjohn2022-12-161-1/+1
* | Transform sdf xfrom by particle emission transform when particles are in glob...clayjohn2022-12-161-0/+9
|/
* Add GPUParticles to the OpenGL3 renderer.clayjohn2022-11-141-40/+1171
* Moved particles into ParticlesStorageBastiaan Olij2022-04-171-0/+254