aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-19Move generateMipmap to storage interface base class.Jamie Madill
2014-09-19Use ImageIndex in getRenderTargetSerial.Jamie Madill
2014-09-19Updated the vertex buffer classes to use Error objects.Geoff Lang
2014-09-18Fix Renderer11 signed/unsigned warning in 32-bit.Jamie Madill
2014-09-18Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-09-18Use dynamically sized containers for texture and sampler bindings.Geoff Lang
2014-09-18Use ImageIndex in getRenderTarget.Jamie Madill
2014-09-18Don't skip draw calls on zero-sized viewports.Geoff Lang
2014-09-17Improve D3D11 varying packing when there are more varyings than registers.Austin Kinross
2014-09-17Fix incorrect error check.Geoff Lang
2014-09-17Merge the sampler uniform application into ProgramBinary::setUniform.Geoff Lang
2014-09-17Fix enum in FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query.Jamie Madill
2014-09-17Accept ImageIndex in TextureD3D::subImage and getImage.Jamie Madill
2014-09-17Fix the varying sort comparator in ShaderD3D.Jamie Madill
2014-09-17Move validation of ANGLE_instanced_arrays to the validation layer.Geoff Lang
2014-09-17Don't modify the function parameters in ProgramBinary::setUniform.Geoff Lang
2014-09-17Add several missing header guard commentsAndrew Knight
2014-09-16gn: Fix source pathsCem Kocagil
2014-09-16Update Queries to return Error objects instead of calling gl::error.Geoff Lang
2014-09-13Update makefiles after merge of Chromium at 6a4d455b8650Android Chromium Automerger
2014-09-12Moving more D3D-only logic into ProgramBinaryD3DBrandon Jones
2014-09-12Remove dead RenderbufferStorage::getDepthBuffer.Jamie Madill
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-11Update makefiles after merge of Chromium at b62471bd5180Android Chromium Automerger
2014-09-10Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-09-10Fix signed-unsigned mismatchShannon Woods
2014-09-10Updated the index buffer classes to use Error objects.Geoff Lang
2014-09-10Only allocate the streaming index buffers when they are first needed.Geoff Lang
2014-09-10Move the counting IB from IndexDataManager to Renderer9.Geoff Lang
2014-09-10Update the RenderStateCache to use Error objects.Geoff Lang
2014-09-10Add queries for attachment targets.Jamie Madill
2014-09-10Add a TexSubImage benchmark.Jamie Madill
2014-09-10Fix Win32Window::resize breaking angle_tests.Jamie Madill
2014-09-10Get stencil buffer clear parameters format directly.Jamie Madill
2014-09-10Only use direct buffers for static data in D3D11.Jamie Madill
2014-09-10Update makefiles after mergeandroid-wear-5.0.0_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-devlollipop-cts-releaseTorne (Richard Coles)
2014-09-10Update makefiles after merge of Chromium at a301aef21f9eAndroid Chromium Automerger
2014-09-10Update makefiles after merge of Chromium at d0b993bb2548Android Chromium Automerger
2014-09-09Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-09-09Starting refactor of ProgramBinaryBrandon Jones
2014-09-09Squash the Texture attachment classes into one.Jamie Madill
2014-09-09Revert "Optimize dynamic buffers."Jamie Madill
2014-09-09Update makefiles after merge of Chromium at facf66e09bf8Android Chromium Automerger
2014-09-09Move assertion into if-block.Geoff Lang
2014-09-09Update makefiles after merge of Chromium at 457b0a1c9412Android Chromium Automerger
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-05Eliminate typed render target Texture attachment method.Jamie Madill