aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/renderer/d3d/d3d9
AgeCommit message (Expand)Author
2014-09-18Use ImageIndex in getRenderTarget.Jamie Madill
2014-09-18Don't skip draw calls on zero-sized viewports.Geoff Lang
2014-09-17Move validation of ANGLE_instanced_arrays to the validation layer.Geoff Lang
2014-09-16Update Queries to return Error objects instead of calling gl::error.Geoff Lang
2014-09-12Add a helper to replace FBO attachment's getSerial.Jamie Madill
2014-09-12Add an attachment helper to replace getRenderTarget.Jamie Madill
2014-09-10Fix signed-unsigned mismatchShannon Woods
2014-09-10Updated the index buffer classes to use Error objects.Geoff Lang
2014-09-10Move the counting IB from IndexDataManager to Renderer9.Geoff Lang
2014-09-09Starting refactor of ProgramBinaryBrandon Jones
2014-09-08Update the ReadPixels calls to return Error objects instead of calling gl::er...Geoff Lang
2014-09-08Update clear calls to return Error objects instead of calling gl::error.Geoff Lang
2014-09-08Update Buffers to return Error objects instead of calling gl::error.Geoff Lang
2014-09-05Use attachment binding points for dynamic PS key.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-26Refactored TransformFeedback for multi-platform ANGLE and added tests.Kenneth Russell
2014-08-25Clean up copyimage.hGeoff Lang
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-11Fix application of vertex divisor for non-instanced draws in D3D9Shannon Woods
2014-08-10Revert "Fix application of vertex divisor for non-instanced draws in D3D9"Shannon Woods
2014-08-08Fix application of vertex divisor for non-instanced draws in D3D9Shannon Woods
2014-08-07Unifying the various texture interfaces where possibleBrandon Jones
2014-08-04Remove the unusused Renderer::getSRGBSupport method.Geoff Lang
2014-08-04Simplify formatutils9 by exposing the internal structures.Geoff Lang
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-08-04Fix CopyBufferSubData.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-29Use the FormatCaps for multisample validation and queries.Geoff Lang
2014-07-25Removing D3D-isms from gl::TextureBrandon Jones
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