| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #54404 from ibrahn/pulsedriver-less-cowref | Rémi Verschelde | 2021-11-01 | 1 | -6/+6 |
|\ |
|
| * | AudioDriverPulseAudio: move Vector Cow access outside tight loop. | Ibrahn Sahir | 2021-10-29 | 1 | -6/+6 |
* | | Fix memory leak when using CurveTexture.set_texture_mode | Haoyu Qiu | 2021-11-01 | 1 | -0/+2 |
* | | Merge pull request #54307 from Calinou/add-opengl-renderer-squash | Rémi Verschelde | 2021-10-31 | 34 | -0/+19864 |
|\ \ |
|
| * | | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 36 | -2268/+1904 |
| * | | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 51 | -12146/+4144 |
| * | | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 48 | -0/+28230 |
| |/ |
|
* / | Disallow compute dispatch with zero dimensions. | Brian Semrau | 2021-10-30 | 1 | -0/+9 |
|/ |
|
* | Merge pull request #54340 from aaronfranke/time-doc | Max Hilbrunner | 2021-10-29 | 2 | -6/+6 |
|\ |
|
| * | Update Time documentation | Aaron Franke | 2021-10-28 | 2 | -6/+6 |
* | | Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog | clayjohn | 2021-10-28 | 1 | -2/+2 |
|/ |
|
* | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde | 2021-10-28 | 1 | -4/+4 |
* | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 2 | -43/+43 |
* | Save all 64 bits of get_ticks_msec() in more cases | Max Hilbrunner | 2021-10-26 | 1 | -2/+2 |
* | doctool: Fix differences between headless and Vulkan rendering backends | Rémi Verschelde | 2021-10-20 | 1 | -0/+2 |
* | Implement toast notifications in the editor | Gilles Roudière | 2021-10-14 | 2 | -2/+2 |
* | Merge pull request #53712 from CakHuri/nullptr | Rémi Verschelde | 2021-10-12 | 2 | -2/+2 |
|\ |
|
| * | Replaced NULL with nullptr | M. Huri | 2021-10-12 | 2 | -2/+2 |
* | | Build for 64-bit ARM by default when compiling or exporting for Android | Hugo Locurcio | 2021-10-12 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency | Rémi Verschelde | 2021-10-06 | 2 | -1/+20 |
|\ |
|
| * | Make WASAPI return accurate latency information | Álex Román Núñez | 2021-10-06 | 2 | -1/+20 |
* | | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master | Rémi Verschelde | 2021-10-05 | 6 | -2/+7 |
|\ \
| |/
|/| |
|
| * | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon | 2021-09-23 | 6 | -2/+7 |
* | | Merge pull request #43068 from cooperra/rename-fix | Rémi Verschelde | 2021-10-02 | 1 | -0/+5 |
|\ \ |
|
| * | | Fix file panel renaming unable to change the case of dirs on Windows | Robbie Cooper | 2020-10-25 | 1 | -0/+5 |
* | | | Initialize AudioClientProperties | Frixuu | 2021-10-01 | 1 | -1/+1 |
* | | | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 3 | -13/+13 |
* | | | Rename RID's `getornull()` to `get_or_null()` | Hugo Locurcio | 2021-09-29 | 2 | -107/+107 |
| |/
|/| |
|
* | | Merge pull request #52464 from raulsntos/fix_buffer_info_uninitialized | Rémi Verschelde | 2021-09-17 | 1 | -0/+1 |
|\ \ |
|
| * | | Fix buffer_info may be used uninitialized | Raul Santos | 2021-09-17 | 1 | -0/+1 |
* | | | Merge pull request #52562 from BastiaanOlij/gd_extensions_register_drivers | Rémi Verschelde | 2021-09-15 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add driver types to GD extension initialisation levels | Bastiaan Olij | 2021-09-13 | 1 | -0/+3 |
* | | | | Print the Vulkan API version and device used on the same line | Hugo Locurcio | 2021-09-14 | 2 | -5/+7 |
* | | | | Fix startup warning - Property not found: `audio/output_latency` | Yuri Roubinsky | 2021-09-14 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #51604 from TechnoPorg/fix-vulkan-parent-material | JFonS | 2021-09-12 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Vulkan: Fix CanvasItem::use_parent_material | TechnoPorg | 2021-08-17 | 1 | -1/+1 |
* | | | Expose Vulkan internal values for access from extensions | Bastiaan Olij | 2021-09-09 | 4 | -4/+97 |
* | | | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez | 2021-08-29 | 3 | -19/+19 |
* | | | Optionally scale 3D render content | Bastiaan Olij | 2021-08-26 | 2 | -0/+9 |
* | | | Merge pull request #51947 from AnilBK/redundant-assignments | Michael Alexsander | 2021-08-23 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Remove redundant assignments. | Anilforextra | 2021-08-21 | 1 | -2/+2 |
* | | | | Merge pull request #38210 from benjarmstrong/wasapi-audio-output-latency | K. S. Ernest (iFire) Lee | 2021-08-22 | 2 | -18/+131 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fixed the audio 'output latency' project setting not appearing when using the... | Ben Armstrong | 2021-05-04 | 2 | -18/+131 |
* | | | | Fixes to mobile renderer | reduz | 2021-08-17 | 2 | -5/+36 |
| |/ /
|/| | |
|
* | | | Fix init code so it works properly on Vulkan 1.1 devices | Bastiaan Olij | 2021-08-17 | 1 | -28/+26 |
* | | | Upgrade Vulkan memory allocator | Pedro J. Estébanez | 2021-08-13 | 3 | -4/+6 |
* | | | Android: Use volk instead of NDK Vulkan headers | Rémi Verschelde | 2021-08-12 | 1 | -14/+3 |
* | | | Use "volk" instead of statically linked Vulkan loader. | bruvzg | 2021-08-12 | 5 | -103/+56 |
* | | | Fixes and optimizations to mobile renderer | reduz | 2021-08-10 | 1 | -20/+85 |
* | | | FileAccessWindows: Add missing share.h include | Rémi Verschelde | 2021-08-10 | 1 | -0/+1 |