1. 5fafb49 Refactor subresource related variables to a struct by Yunchao He · 4 years, 7 months ago
  2. c64242d Make RefCounted derived objects have private destructors by Rafael Cintron · 4 years, 9 months ago
  3. 2550e96 Fix OpenGL over-eager lazy zero initialization for textures by Austin Eng · 4 years, 10 months ago
  4. 9652add OpenGL: Simplify lazy clear of render pass attachments by Austin Eng · 5 years ago
  5. 617e356 OpenGL: clear nonrenderable texture formats by Natasha Lee · 5 years ago
  6. 8cb2393 Ensure clearing attachments is done via renderpass loadop by Natasha Lee · 5 years ago
  7. 4e3b218 Introduce a format table in the OpenGL by Corentin Wallez · 5 years ago
  8. 4886403 Clear OpenGL textures on first use if not initialized already by Natasha Lee · 6 years ago
  9. 8f4046b Remove glad and replace it with our own GL header by Corentin Wallez · 6 years ago
  10. cae68ff Destroy frontend and backend for Textures by Natasha Lee · 6 years ago
  11. 24930b3 Workaround GL error when creating texture view from external GL textures by Jiawei Shao · 6 years ago
  12. c72ab8c Support creating texture view with descriptor on OpenGL version >= 4.3 by Jiawei Shao · 6 years ago
  13. aef480b Implement CreateDefaultTextureView by CreateTextureView by Jiawei Shao · 6 years ago
  14. 3d67050 Remove TextureViewBuilder and add CreateDefaultTextureView entry point by Jiawei Shao · 6 years ago
  15. 425428f Descriptorize Texture by Jiawei Shao · 6 years ago
  16. 49a65d0 dawn_native: Fixup namespace from backend:: to dawn_native:: by Corentin Wallez · 6 years ago
  17. 30965a7 dawn_native: Fixup header guards from BACKEND_ to DAWNNATIVE_ by Corentin Wallez · 6 years ago
  18. d37523f Move src/backend to src/dawn_native by Corentin Wallez · 6 years ago[Renamed (97%) from src/backend/opengl/TextureGL.h]
  19. 4a9ef4e Rename the copyright authors from NXT to Dawn by Corentin Wallez · 6 years ago
  20. d8c068f Remove explicit usage transition from the API and validation by Corentin Wallez · 7 years ago
  21. f53f98b Use a descriptor for PipelineLayout (#206) by Kai Ninomiya · 7 years ago
  22. c7807ab Format: src/backend/opengl by Corentin Wallez · 7 years ago
  23. 7ee1610 Member rename: src/backend/opengl by Corentin Wallez · 7 years ago
  24. 169809c use TransitionUsageImpl by Kai Ninomiya · 7 years ago
  25. 35bf424 Swap chains, part 1 (#87) by Kai Ninomiya · 7 years ago
  26. fffe6df Split backend/common in backend/ and common/ by Corentin Wallez · 8 years ago
  27. 2dd73fb Remove unnecessary Device forwarding. by Corentin Wallez · 8 years ago
  28. 4595374 Refactor TransitionUsage to use abstract TransitionUsageImpl by Austin Eng · 8 years ago
  29. f07e3bd Initial commit of all the NXT integration. by Corentin Wallez · 8 years ago