summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_binds.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Implement hooks into rendererBastiaan Olij2024-02-181-0/+2
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-1/+1
* Fix `RDPipelineColorBlendState.attachments` setterDanil Alexeev2023-09-051-1/+1
* Expose RenderingSceneBuffers through ClassDBBastiaan Olij2023-07-261-0/+3
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-3/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Changed `RenderingDevice::TextureUsageBits` type to enum flagsYuri Rubinsky2022-11-261-1/+1
* Merge pull request #66221 from Mickeon/painstakingly-appending-ds-en-you-tea-esRémi Verschelde2022-10-111-2/+2
|\
| * Rename remaining "*_enable" to "*_enabled"Micky2022-09-211-2/+2
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
|/
* Replace Array return types with TypedArray 2kobewi2022-08-231-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Add a UniformSet cachereduz2022-03-061-6/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-5/+5
* Implement Binary Shader Compilationreduz2021-07-261-14/+32
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+3
* Check if there are new docs missing on CIYuri Sizov2021-07-141-1/+1
* Implement Specialization Constantsreduz2021-07-111-0/+35
* Implement Framebuffer Subpass supportreduz2021-06-241-0/+28
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-24/+24
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename RD texture "type" to "texture_type"Aaron Franke2020-12-041-2/+2
* Rename RD uniform "type" to "uniform_type"Aaron Franke2020-12-041-2/+2
* Fix spelling of a var, a struct, and message outputAndy Maloney2020-07-171-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* New lightmapperJuan Linietsky2020-05-101-1/+24
* Style: Add missing copyright headersRémi Verschelde2020-05-101-0/+30
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-73/+24
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-0/+628