summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #65016 from timothyqiu/skin-dataRémi Verschelde2022-09-071-0/+4
|\
| * Fix crash when executing `TubeTrailMesh.get_faces()` with GLES3Haoyu Qiu2022-08-291-0/+4
* | Fix crash when executing `SubViewport.set_size_2d_override_stretch`Haoyu Qiu2022-09-071-1/+1
* | Fix rendering when using WebGL2.clayjohn2022-09-064-308/+6
* | Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde2022-09-061-1/+1
|\ \
| * | Replace AABB has_no_volume with has_volumeAaron Franke2022-09-041-1/+1
* | | Fix various uninitialized member pointersRémi Verschelde2022-09-061-1/+1
|/ /
* | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg2022-09-032-14/+1
* | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-022-2/+2
|\ \
| * | Change Array arguments to TypedArraykobewi2022-09-012-2/+2
* | | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_paramRémi Verschelde2022-09-024-69/+69
|\ \ \
| * | | Rename `uniform` to `parameter` across the engineYuri Rubinsky2022-09-014-69/+69
| |/ /
* | | Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-014-136/+226
* | | Implement Physical Light Units as an optional setting.clayjohn2022-08-318-60/+163
|/ /
* | Add a per-light volumetric fog energy propertyHugo Locurcio2022-08-302-8/+1
* | Merge pull request #63003 from Geometror/msaa-2dRémi Verschelde2022-08-304-6/+51
|\ \
| * | Implement MSAA for 2D [Vulkan only]Hendrik Brucker2022-08-134-6/+51
* | | Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-304-27/+27
|\ \ \
| * | | Rename String `plus_file` to `path_join`Aaron Franke2022-08-294-27/+27
* | | | Merge pull request #64883 from RandomShaper/vk_swapchain_sizingRémi Verschelde2022-08-302-26/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Let platforms override the sizing of Vulkan swapchain and windowPedro J. Estébanez2022-08-252-26/+21
* | | | [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-295-7/+7
| |_|/ |/| |
* | | Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-262-4/+4
|\ \ \
| * | | Rename `str2var` to `str_to_var` and similarMicky2022-08-262-4/+4
| |/ /
* | | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-267-64/+111
|\ \ \ | |/ / |/| |
| * | Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-237-64/+111
* | | Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde2022-08-252-3/+3
|\ \ \
| * | | Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-3/+3
* | | | Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-1/+1
* | | | Merge pull request #64607 from RandomShaper/safe_audio_threadingRémi Verschelde2022-08-2511-71/+64
|\ \ \ \ | |/ / / |/| | |
| * | | Make audio thread control flags safePedro J. Estébanez2022-08-1911-71/+64
* | | | Replace Array return types with TypedArraykobewi2022-08-228-29/+29
| |/ / |/| |
* | | Merge pull request #60309 from The-O-King/octRémi Verschelde2022-08-222-16/+23
|\ \ \
| * | | Implement Octahedral on OpenGL3Omar El Sheikh2022-08-132-16/+23
| | |/ | |/|
* | | Merge pull request #62046 from clayjohn/vertexless-drawMax Hilbrunner2022-08-205-21/+22
|\ \ \
| * | | Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn2022-08-195-21/+22
| | |/ | |/|
* | | Merge pull request #64461 from bitsawer/fix_windows_list_dirMax Hilbrunner2022-08-201-0/+2
|\ \ \
| * | | Fix Windows list dir handle leakbitsawer2022-08-151-0/+2
* | | | Merge pull request #64167 from clayjohn/screen-texture-hintMax Hilbrunner2022-08-193-22/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | Add shader uniform hints for screen textures so users can specify custom filt...clayjohn2022-08-093-22/+46
* | | | Use a const ref for the bone AABB in rendering codeAaron Franke2022-08-181-2/+2
* | | | Merge pull request #64416 from aaronfranke/aabbClay John2022-08-171-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't try to merge unused bone AABBs in the rendering serverAaron Franke2022-08-141-1/+4
| | |/ | |/|
* / | Bind uniform buffer locations for lights even when no lights present to compl...clayjohn2022-08-121-3/+3
|/ /
* | Apply correct formatting to comments in the Vulkan driverPedro J. Estébanez2022-08-094-471/+471
* | For dev builds, keep track of resource names in the Vulkan driverBastiaan Olij2022-08-092-0/+35
* | Fix macOS and iOS defines in the rendering code.bruvzg2022-08-081-1/+1
* | Merge pull request #62547 from clayjohn/ref_vec_pbrRémi Verschelde2022-08-081-0/+1
|\ \
| * | Evaluate specular reflections using specular dominant direction instead of as...clayjohn2022-06-291-0/+1
* | | Add a shadow opacity property to Light3DHugo Locurcio2022-08-074-3/+4