| Commit message (Expand) | Author | Age | Files | Lines |
* | Converted some GPU driver workarounds to use disabled_extensions. | dyen | 2015-06-15 | 4 | -68/+36 |
* | Using OrderingBarrier() in GLES2Implementation::Bind()* for better performance. | penghuang | 2015-06-15 | 1 | -5/+5 |
* | gpu: FreeEverything in gles2 if we're not visible. | vmpstr | 2015-06-13 | 4 | -9/+37 |
* | Move EndsWith to base namespace. | brettw | 2015-06-12 | 1 | -1/+1 |
* | Properly handle disjoint events in GPU Tracer. | dyen | 2015-06-12 | 3 | -47/+90 |
* | Move StartsWith[ASCII] to base namespace. | brettw | 2015-06-12 | 4 | -6/+6 |
* | Use mapped memory for uploading large textures. | dyen | 2015-06-10 | 10 | -16/+605 |
* | gpu: Extend 'exit_on_context_lost' WAR to Mali-450 (was Mali-400 only) | sievers | 2015-06-10 | 1 | -3/+3 |
* | Unit tests have been created for the GPUTiming. | dyen | 2015-06-10 | 1 | -175/+37 |
* | content: Partial copy workaround for devices with known upload performance pr... | reveman | 2015-06-10 | 8 | -4/+33 |
* | Move LowerCaseEqualsASCII to base namespace | brettw | 2015-06-09 | 1 | -1/+1 |
* | gpu: Move 'exit_on_context_lost' from decoder to stub | sievers | 2015-06-09 | 2 | -27/+1 |
* | Code style fix. | zmo | 2015-06-09 | 3 | -17/+19 |
* | Implement WebGraphicsContext3D's lost context methods on GLES2Impl | danakj | 2015-06-09 | 4 | -19/+11 |
* | base/threading: introduce ThreadPriority to Thread::Options | toyoshim | 2015-06-09 | 2 | -4/+6 |
* | gpu: Make sure we restore scissor rect after clearing a texture level. | reveman | 2015-06-09 | 5 | -102/+139 |
* | Teach GPU command buffer whether a context is webgl. | zmo | 2015-06-09 | 17 | -86/+156 |
* | DCHECK if shader compilation fails that it's due to context loss. | danakj | 2015-06-09 | 19 | -0/+69 |
* | gpu: Avoid scissor test for glCopyTextureCHROMIUM if possible. | dongseong.hwang | 2015-06-06 | 2 | -25/+31 |
* | Revert of gpu: Add GL_TEXTURE_RECTANGLE_ARB support to CopyTexSubImage2D opti... | kbr | 2015-06-06 | 1 | -10/+10 |
* | gpu: Add GL_TEXTURE_RECTANGLE_ARB support to CopyTexSubImage2D optimization o... | reveman | 2015-06-05 | 1 | -10/+10 |
* | gpu: Use a rectangle to keep track of the cleared area of each texture level. | reveman | 2015-06-05 | 15 | -1389/+700 |
* | Fine tuning glGetInternalformativ. | zmo | 2015-06-05 | 12 | -206/+210 |
* | Remove ShaderTranslatorTest.BuiltInFunctionEmulation | apatole | 2015-06-05 | 1 | -33/+0 |
* | Android: Enable 'crash GPU process on context lost' WAR for Mali-400 | sievers | 2015-06-05 | 4 | -7/+32 |
* | Add tests for Android GL driver version extraction. | tobiasjs | 2015-06-05 | 2 | -4/+78 |
* | Enable ANGLE workaround for NVIDIA GLSL compiler pow bug | oetuaho | 2015-06-04 | 3 | -1/+21 |
* | content: Pass IOSurface references using Mach IPC. | reveman | 2015-06-04 | 1 | -1/+4 |
* | gpu: Enable command tracing for additional GL commands. | vmiura | 2015-06-03 | 2 | -61/+124 |
* | Replace more ObserverList with base::ObserverList. | brettw | 2015-06-03 | 2 | -2/+2 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 1 | -10/+10 |
* | Several small changes to base::SharedMemory. | erikchen | 2015-06-03 | 1 | -17/+1 |
* | Generalize Adreno 420 workarounds to Adreno 4xx. | aelias | 2015-06-02 | 1 | -9/+5 |
* | Move Pickle to base namespace. | brettw | 2015-06-02 | 1 | -4/+4 |
* | Remove some duplicated code in in_process_command_buffer.cc. | erikchen | 2015-06-02 | 1 | -5/+1 |
* | Fix avoid texture re-use workaround | boliu | 2015-06-02 | 1 | -0/+1 |
* | Refactor word splitting in gles2 command generator | martina.kollarova | 2015-06-01 | 1 | -23/+7 |
* | Avoid unncessary EGLImageTargetTexture calls | boliu | 2015-05-30 | 1 | -2/+8 |
* | Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks | miu | 2015-05-29 | 2 | -10/+10 |
* | Update texture version in PullTextureUpdates | boliu | 2015-05-29 | 1 | -0/+1 |
* | Adding status to swap buffers completion | achaulk | 2015-05-29 | 2 | -5/+8 |
* | Revert of Adding status to swap complete (patchset #18 id:340001 of https://c... | vabr | 2015-05-29 | 2 | -8/+5 |
* | Adding status to swap buffers completion | achaulk | 2015-05-29 | 2 | -5/+8 |
* | Move eglCreateImageKHR in ProduceTexture out of lock | boliu | 2015-05-29 | 2 | -22/+12 |
* | Update texture outside of lock | boliu | 2015-05-28 | 4 | -27/+72 |
* | Unify texImage2D and texImage3D handling. | zmo | 2015-05-28 | 6 | -65/+107 |
* | BindTransformFeedback(0) is legal. | zmo | 2015-05-28 | 1 | -0/+6 |
* | Restructured when GPU Timing calculates the timing offsets. | dyen | 2015-05-27 | 1 | -3/+0 |
* | gpu: Fix use of GLImage::CopyTexSubImage. | reveman | 2015-05-26 | 1 | -1/+1 |
* | gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture. | reveman | 2015-05-26 | 22 | -129/+286 |