summaryrefslogtreecommitdiffstats
path: root/doc/classes/RenderingDevice.xml
Commit message (Expand)AuthorAgeFilesLines
* Add draw indirect to Rendering Devicethimenesup2024-10-291-0/+12
* Add missing period for sentences in classrefHaoyu Qiu2024-09-201-1/+1
* Disable extra memory tracking by defaultMatias N. Goldberg2024-08-241-10/+27
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+124
* Fix texture compression descriptions in RenderingDevice docsBlueCube33102024-07-151-4/+4
* Merge pull request #89491 from thimenesup/compute_dispatch_indirectRémi Verschelde2024-04-091-0/+9
|\
| * Expose bindings to compute dispatch indirect rendering devicethimenesup2024-04-081-0/+9
* | Merge pull request #87082 from Mickeon/documentation-RenderingDevice-dynamic_...Rémi Verschelde2024-04-081-0/+2
|\ \ | |/ |/|
| * Add descriptions to a few RenderingDevice's PipelineDynamicStateFlagsMicky2024-01-111-0/+2
* | Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-0/+5
* | Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-52/+26
* | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-1/+2
|/
* Fix incorrect mapping of initial action as clear region continue to clear.Dario2024-01-091-1/+1
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-46/+60
* Fix various typos in documentationSeptian2024-01-051-1/+1
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-27/+75
* Fix required parameter values for 2D textures in `RenderingDevice.texture_cle...detomon2023-09-291-1/+1
* Expose texture_create_from_extension to GDExtensionShawn Wallace2023-09-231-0/+15
* Add missing RenderingDevice method descriptionsARez2023-08-291-2/+18
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-1/+1
* Fix various typos in classrefHaoyu Qiu2023-08-041-5/+5
* Merge pull request #79911 from BastiaanOlij/fix_barrier_breakageYuri Sizov2023-08-011-17/+17
|\
| * Add exceptions for breakage introduced in RD barriers and prevent future brea...Bastiaan Olij2023-07-281-17/+17
* | Merge pull request #79606 from clayjohn/ShaderRD-compilation-groupsYuri Sizov2023-08-011-0/+7
|\ \
| * | Add Shader compile groups to RD Shader systemclayjohn2023-07-211-0/+7
* | | Add custom texture create functionBastiaan Olij2023-07-261-0/+7
| |/ |/|
* | Fix many typos in documentationSeptian2023-07-191-1/+1
|/
* Split raster barrier into vertex and fragment barrierBastiaan Olij2023-07-151-16/+22
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-13/+13
* Expose RD::texture_native_handleBastiaan Olij2023-06-141-0/+8
* Document the InitialAction enum in RenderingDeviceHugo Locurcio2023-06-081-0/+6
* Fix more issues with code tags in class referenceRedworkDE2023-05-291-3/+3
* Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-081-1/+1
|\
| * Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+1
* | CI: Make codespell checks blocking, but only check changed filesRémi Verschelde2023-05-081-3/+3
* | Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentationHugo Locurcio2023-05-061-5/+598
* | Fix unsupported sampler filter used for voxel GIPedro J. Estébanez2023-04-261-0/+8
|/
* Fix `compute_pieline` typo in `RenderingDevice.compute_pipeline_is_valid()`Hugo Locurcio2023-04-101-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-1/+1
* Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_optionRémi Verschelde2023-02-101-0/+3
|\
| * Added optional offset and size parameter to RenderDevice buffer_get_data methodEpEpDragon2023-01-061-0/+3
* | Document some RenderingServer and RenderingDevice methods and constantsclayjohn2023-01-241-0/+35
|/
* Changed `STORAGE_BUFFER_USAGE_DISPATCH_INDIRECT` type to enum flagsYuri Rubinsky2022-12-151-2/+2
* Changed `RD::PipelineDynamicStateFlags` type to enum flagsYuri Rubinsky2022-12-111-8/+8
* Changed `RenderingDevice::TextureUsageBits` type to enum flagsYuri Rubinsky2022-11-261-11/+11
* Merge pull request #68942 from Chaosus/barrier_mask_flagsRémi Verschelde2022-11-221-20/+20
|\
| * Expose `BarrierMask` as flags enum in `RenderingDevice`Yuri Rubinsky2022-11-221-20/+20