1. c7a4104 Moved D3D specific files and folders under the D3D folder. by Brandon Jones · 10 years ago[Renamed (92%) from src/libGLESv2/renderer/d3d11/Fence11.cpp]
  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 (93%) from src/libGLESv2/renderer/Fence11.cpp]
  3. ea22863 Use SafeRelease and SafeDelete to make sure released objects are NULL and will cause proper errors if referenced again. by Geoff Lang · 11 years ago
  4. cd055f8 Add state for the new fence sync objects in ES3. by Jamie Madill · 11 years ago
  5. fb9a740 Move the API parameter validation out of Fence.cpp to libGLESv2.cpp. by Jamie Madill · 11 years ago
  6. 0975236 Move the GL_NV_fence-specific stuff stuff out of the Fence implementation class to gl::Fence. by Jamie Madill · 11 years ago
  7. bdf2d80 Add precompiled header support for the libGLESv2 project. by shannon.woods@transgaming.com · 11 years ago
  8. 486d9e9 Remove a lot of unnecessary include files and break include chains. by shannon.woods@transgaming.com · 11 years ago
  9. 779aa26 Enclose error(GLint) and error(EGLint) into gl and egl namespaces. by shannon.woods@transgaming.com · 11 years ago
  10. be58aa0 Created Fence11. by shannon.woods@transgaming.com · 11 years ago