aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-24Update the format table to check support for filtering and rendering.Geoff Lang
2014-07-24Fix ASSERT when rewriting else-if blocks with no else.Jamie Madill
2014-07-23Remove sh::InterfaceBlock member info.Jamie Madill
2014-07-23Remove sh::Uniform::registerIndex and elementIndex.Jamie Madill
2014-07-23Use the block encoder class to store uniform offsets.Jamie Madill
2014-07-23Add a uniform register query to the translator.Jamie Madill
2014-07-22Added virtual destructors to VertexArrayImpl and BufferImplBrandon Jones
2014-07-22Reduce the number of TextureFormatCaps members.Geoff Lang
2014-07-22Fix missing EGL extension function exports.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-21Update makefiles after merge of Chromium at 284390Primiano Tucci
2014-07-21Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Primiano Tucci
2014-07-18Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-07-17Explicitly list files for the build.Brett Wilson
2014-07-17Fix style violations.Zhenyao Mo
2014-07-17Fix "error: extra qualification 'rx::ImageD3D::' on member 'makeImageD3D'"Andrew Knight
2014-07-16Do not create dummy variables when linking uniforms.Jamie Madill
2014-07-16Refactor ProgramBinary uniform linking code.Jamie Madill
2014-07-16Add a compiler option to rewrite vec/mat constructorsZhenyao Mo
2014-07-16Remove the sh::InterfaceBlock::dataSize member.Jamie Madill
2014-07-16Remove sh::InterfaceBlock::registerIndex.Jamie Madill
2014-07-15Refactored Texture2D, separated out D3D logicBrandon Jones
2014-07-15Refactors State to be a fully-qualified classShannon Woods
2014-07-15Removes sub-entry-point Framebuffer validationsShannon Woods
2014-07-15Cache bound FBO and VAO objects themselves in StateShannon Woods
2014-07-14Moved TextureStorage and Image into d3dBrandon Jones
2014-07-14Move more draw call validation to the API.Jamie Madill
2014-07-14Store a map of interface block registers.Jamie Madill
2014-07-14Add a default constructor to sh::ShaderVariable.Jamie Madill
2014-07-14Collect shader outputs and interface block information.Jamie Madill
2014-07-11Fix 64-bit warnings.Geoff Lang
2014-07-11Split Caps into Caps, Extensions and TextureFormatCaps.Geoff Lang
2014-07-11Clean up generatemip.h.Geoff Lang
2014-07-11Clean up the functions in loadimage.h/cpp.Geoff Lang
2014-07-11Fix build errors in validationES.cpp.Jamie Madill
2014-07-10Remove redundant FBO query methods.Jamie Madill
2014-07-10Refactor common attachment validation to base method.Jamie Madill
2014-07-10Update makefiles after merge of Chromium at 282385Android Chromium Automerger
2014-07-10Store compact and expanded shader variables.Jamie Madill
2014-07-09Add caps for texture size limits and other caps in the 6.28 table.Geoff Lang
2014-07-09Add a GetVariableInfo helper method.Jamie Madill
2014-07-08Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-07-08Add missing limits include to angleutils.hJamie Madill
2014-07-08Refactor style in VariableInfo.cpp.Jamie Madill
2014-07-08Share ArrayString and Str helper methods.Jamie Madill
2014-07-08Fixed an issue with Streaming Vertex data overflowing it's buffer.Brandon Jones
2014-07-08Improve the const correctness.Ehsan Akhgari
2014-07-08Add a ValidateAttachmentTarget helper method.Jamie Madill