aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/renderer/d3d/d3d11/Clear11.cpp
AgeCommit message (Expand)Author
2014-09-12Add an attachment helper to replace getRenderTarget.Jamie Madill
2014-09-08Update clear calls to return Error objects instead of calling gl::error.Geoff Lang
2014-09-02Replace getDepthStencil with getRenderTarget.Jamie Madill
2014-08-28Removed common_includes.h reordered includes.Geoff Lang
2014-08-28Remove remnants of old PCH code.Jamie Madill
2014-08-04Simplify formatutils.h by exposing the info structures.Geoff Lang
2014-07-25Fix masked ClearBuffer.Jamie Madill
2014-07-11Split Caps into Caps, Extensions and TextureFormatCaps.Geoff Lang
2014-07-09Add caps for texture size limits and other caps in the 6.28 table.Geoff Lang
2014-06-26Remove the clientVersion parameter from the format utils.Geoff Lang
2014-06-25Remove obsolete Renderbuffer types.Jamie Madill
2014-06-25Moved D3D specific files and folders under the D3D folder.Brandon Jones