aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/renderer/d3d/d3d11
AgeCommit message (Expand)Author
2014-09-05Enable MRT pixel shader rewriting.Jamie Madill
2014-09-03Retrieve render colorbuffers as a single vector.Jamie Madill
2014-09-03Compact the D3D shader specializations into one.Jamie Madill
2014-09-02Replace getDepthStencil with getRenderTarget.Jamie Madill
2014-09-02Clean up Query classes.Shannon Woods
2014-08-28Add caps for transform feedback limits from table 6.34.Geoff Lang
2014-08-28Add caps for the aggregate shader limits from table 6.33.Geoff Lang
2014-08-28Removed common_includes.h reordered includes.Geoff Lang
2014-08-28Remove remnants of old PCH code.Jamie Madill
2014-08-27Refactoring Shader objects (Take 2)Brandon Jones
2014-08-27Revert "Refactoring Shader objects"Brandon Jones
2014-08-27Refactoring Shader objectsBrandon Jones
2014-08-26Reduce CPU texture usage in D3D11 where possibleAustin Kinross
2014-08-26Refactored TransformFeedback for multi-platform ANGLE and added tests.Kenneth Russell
2014-08-25Hard-limit the number of uniform vectors in D3D11.Geoff Lang
2014-08-25Clean up copyimage.hGeoff Lang
2014-08-25Optimize dynamic buffers.Jamie Madill
2014-08-25Add BufferStorage11::setData.Jamie Madill
2014-08-25Clean up copyvertex.hGeoff Lang
2014-08-25Add caps for vertex and fragment shader limits from tables 6.31 and 6.32.Geoff Lang
2014-08-25Add caps from the 6.29 table.Geoff Lang
2014-08-22Move the index range cache to gl::Buffer.Jamie Madill
2014-08-21Use Range type for index ranges.Jamie Madill
2014-08-20Moved some validation back to Texture, unified all TextureImpl variantsBrandon Jones
2014-08-20Fix swizzle formats being assigned incorrectly.Geoff Lang
2014-08-07Unifying the various texture interfaces where possibleBrandon Jones
2014-08-04Remove the unusused Renderer::getSRGBSupport method.Geoff Lang
2014-08-04Fix wrong comparison in Buffer ASSERT.Jamie Madill
2014-08-04Fix single buffer copies.Jamie Madill
2014-08-04Simplify formatutils11 by exposing the internal structures.Geoff Lang
2014-08-04Fix VertexBuffer11::getSpaceRequired for instanced attribs.Jamie Madill
2014-08-04Simplify formatutils.h by exposing the info structures.Geoff Lang
2014-08-04Add missing cache clears to D3D buffer classes.Jamie Madill
2014-07-31Revert "Unifying the various texture interfaces where possible"Jamie Madill
2014-07-31Unifying the various texture interfaces where possibleBrandon Jones
2014-07-29Add a test for multisampled PBOs.Jamie Madill
2014-07-29Use the FormatCaps for multisample validation and queries.Geoff Lang
2014-07-28Avoid D3D11 primitive restart index using 32-bit indicesNicolas Capens
2014-07-25Removing D3D-isms from gl::TextureBrandon Jones
2014-07-25Fix masked ClearBuffer.Jamie Madill
2014-07-24Fix Clang warnings.Jamie Madill
2014-07-24Add a MemoryBuffer type to safely allocate large user data buffers.Geoff Lang
2014-07-24Refactored Texture2DArray, separated out D3D logicBrandon Jones
2014-07-22Reduce the number of TextureFormatCaps members.Geoff Lang
2014-07-22Add support for ANGLE_platform_angle.Geoff Lang
2014-07-22Refactored Texture3D, separated out D3D logicBrandon Jones
2014-07-21Refactored TextureCubeMap, separated out D3D logicBrandon Jones
2014-07-15Refactored Texture2D, separated out D3D logicBrandon Jones
2014-07-15Refactors State to be a fully-qualified classShannon Woods
2014-07-14Moved TextureStorage and Image into d3dBrandon Jones