1. 88f9cbf SwapChain11 now stores a SRV of it's depth stencil. by Geoff Lang · 11 years ago
  2. d47e0fc Split the d3d9 and d3d11 backends into folders and updated the gyp file to use a python script to generate the file lists for the libGLESv2 and libEGL projects. by Geoff Lang · 11 years ago[Renamed from src/libGLESv2/renderer/SwapChain11.h]
  3. 8bce3f5 Add SwapChain::recreate for dealing with certain cases of lost devices. by shannon.woods%transgaming.com@gtempaccount.com · 11 years ago
  4. bdf2d80 Add precompiled header support for the libGLESv2 project. by shannon.woods@transgaming.com · 12 years ago
  5. c71ca75 Add support for resizing the window without recreating the swap chain in D3D11. by shannon.woods@transgaming.com · 12 years ago
  6. 7e23285 Added a texture object to RenderTarget11. by shannon.woods@transgaming.com · 12 years ago
  7. 30f52c6 Preserve the D3D11 offscreen texture contents when the swap chain is reset (ie from window resize). by shannon.woods@transgaming.com · 12 years ago
  8. ae81383 Move the code related to creating and resetting offscreen texture resources to its own method. by shannon.woods@transgaming.com · 12 years ago
  9. 211fa2e Only allocate offscreen texture resources when we need them, not every time we reset the swapchain. by shannon.woods@transgaming.com · 12 years ago
  10. ad74a4b Enabled vsync in SwapChain11. by shannon.woods@transgaming.com · 12 years ago
  11. c60c521 Implemented D3D11 offscreen texture share handle support. by shannon.woods@transgaming.com · 12 years ago
  12. 5c25ed2 Reorganized the getter methods of SwapChain11 and added a method to get the offscreen texture shader resource. by shannon.woods@transgaming.com · 12 years ago
  13. e097047 Implemented SwapChain11::swapRects. by daniel@transgaming.com · 12 years ago
  14. c8c70ad Renamed SwapChain11's textures and views. by daniel@transgaming.com · 12 years ago
  15. b6b27bc Adds RenderTarget11 type by daniel@transgaming.com · 12 years ago
  16. d733bb8 Adds makeSwapChain9/11 functions. by daniel@transgaming.com · 12 years ago
  17. 32fdf82 Fixes line endings on SwapChain9 and SwapChain11 by daniel@transgaming.com · 12 years ago
  18. a60160b Implemented SwapChain11 initialization. by daniel@transgaming.com · 12 years ago