Commit History

Author SHA1 Message Date
  ze2j 6413a8a94b Optimize shared texture creation 8 months ago
  Thaddeus Crews bf6031890e Merge pull request #103814 from darksylinc/matias-update_perf_report-speedup 5 months ago
  Matias N. Goldberg 21133425cc Delay expensive operations to get_perf_report 5 months ago
  clayjohn 5efcd64b23 Reduce per-frame memory allocations from the heap in the Mobile renderer. 5 months ago
  Thaddeus Crews 4bafafaeb3 Merge pull request #102777 from darksylinc/matias-astc-hdr 5 months ago
  LuoZhihao 808c9fbcc5 RenderingDevice: Validate pre-raster (vertex) shader in `render_pipeline_create` 5 months ago
  Matias N. Goldberg fcd785ace2 Add ASTC HDR format variants 6 months ago
  Thaddeus Crews 1939e87db1 Merge pull request #101561 from darksylinc/matias-device-address-api 6 months ago
  Matias N. Goldberg af900a5825 Change how device address is requested to avoid future API breakage 7 months ago
  Dario 1bba9dbce9 Fix erroneous logic when flushes are involved on RD async methods. 6 months ago
  thimenesup 3d92f406b2 Implement Buffer Device Address for Rendering Device Vulkan and DirectX12 8 months ago
  Rémi Verschelde 62ea2f76b4 Merge pull request #101069 from DarioSamo/rd-thread-safety-comment 7 months ago
  Stuart Carnie 11dc4f2e5e Metal: Add MetalFX upscaling support 9 months ago
  Dario dea083864b Remove TODO from RenderingDevice regarding thread safety. 7 months ago
  A Thousand Ships a1846b27ea Improve use of `Ref.is_null/valid` 1 year ago
  HP van Braam 062d74bb9c Fix ubsan reported errors in rendering 8 months ago
  Thaddeus Crews b7501d219c Merge pull request #100322 from darksylinc/matias-tf-comment-fix 8 months ago
  Matias N. Goldberg a1b44ec7a7 Fix grammar / spelling in comments 8 months ago
  Thaddeus Crews 23afda44e4 Merge pull request #100257 from darksylinc/matias-minimize-leak 8 months ago
  Dario 054891de04 Implement buffer_get_data_async and texture_get_data_async. 8 months ago
  Matias N. Goldberg acf439e96d Keep processing Graphics if there are pending operations 8 months ago
  Matias N. Goldberg c77cbf096b Improvements from TheForge (see description) 9 months ago
  Thaddeus Crews 637239e979 Merge pull request #94193 from BastiaanOlij/buildin_includes 8 months ago
  Rémi Verschelde 14ce5ba8a1 Merge pull request #94368 from CrazyRoka/optimize-render-pass-uniform-set 8 months ago
  CrazyRoka d9ef826c54 Optimize RenderForwardClustered::_setup_render_pass_uniform_set by reducing Vector allocations during push_back operations 1 year ago
  Joshua Staub 16ee2f22eb Check device texture size limits in RenderingDevice::texture_create 1 year ago
  Dario 6d5ac8f7ef Resolve load and store ops automatically for render passes for discardable textures. 10 months ago
  Bastiaan Olij 1bffefb346 Adding ability to include build-in include files (precursor to custom shader templates) 1 year ago
  Dario 288717d7eb Improve dependency detection in render graph for draw lists with partial coverage. 9 months ago
  Dario bf8ecd3a9d Give the barrier pool its own mutex to avoid a deadlock with transfer workers. 9 months ago