summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Add an option to show ANGLE's interm outputoetuaho2014-12-041-0/+6
* gn format // (the rest, except mojo)scottmg2014-12-034-24/+29
* gpu: Update nvidia workaround to cover Android 5.0.1boliu2014-12-031-2/+2
* Disable GPU raster and canvas on PowerVR Rogue for pre-L.aelias2014-12-031-1/+18
* Add mouse input forwarding to gpu serviceorglofch2014-12-0326-92/+264
* mac: Don't limit GL_MAX_TEXTURE_SIZE on 10.9.0+.erikchen2014-12-031-3/+11
* gpu: Added IPC traits for new texture_rg flaghendrikw2014-12-021-0/+1
* Converted angle_, gl_ and content_gl_unittests to the new test launchersergiyb2014-12-026-23/+41
* gpu: Exposed GL_EXT_texture_rg to gpu::gles2::Capabilitieshendrikw2014-12-024-1/+24
* gpu: Added the feature flag for GL_EXT_texture_rg to FeatureInfohendrikw2014-12-024-11/+180
* Re-land: gpu: Make in-process default service globalboliu2014-11-272-26/+8
* Add unsafe ES3 APIs to command buffer: glTexStorage3Dzmo2014-11-2725-127/+1046
* Revert of gpu: fix CopyTextureCHROMIUM for immutable texture. (patchset #4 id...kbr2014-11-272-42/+13
* gpu: Add support for GL_RED_EXT and GL_RG_EXT to GLES2Utilhendrikw2014-11-261-0/+6
* Revert of gpu: Make in-process default service global (patchset #1 id:1 of ht...boliu2014-11-262-8/+26
* Explicitly check for sRGB extension support with GLES3.kalyan.kondapally2014-11-262-3/+30
* gpu: Make in-process default service globalboliu2014-11-262-26/+8
* Add unsafe ES3 APIs: uniforms and attributes.zmo2014-11-2621-147/+3913
* Avoid using MSVC alias analysis workaround on clang.jbauman2014-11-251-1/+2
* Add unsafe ES3 API glGetInternalformativ to command buffer.zmo2014-11-2522-146/+443
* Fixed gl_uniform_arrays WebGL conformance testsugoi2014-11-252-4/+12
* Add a second unsafe ES3 API in command buffer.zmo2014-11-2422-285/+459
* Fix unused function build error when USE_LIBPCI unsetjamescook2014-11-241-0/+2
* Add first ES3 Unsafe APIs behind a commandline switch.zmo2014-11-2323-180/+481
* gpu: fix CopyTextureCHROMIUM for immutable texture.dongseong.hwang2014-11-212-13/+42
* Enable MSVC warning for unused locals.Peter Kasting2014-11-204-21/+15
* gpu: Change the hex code of conflicted _CHROMIUM macrodongseong.hwang2014-11-203-9/+35
* Fix a crash in GLES2Implementation::~GLES2Implementationpenghuang2014-11-192-8/+25
* Move SyncPointManager into gpu/command_buffer/serviceabarth2014-11-184-0/+150
* GPU: Add const modifier to two members of GLES2Implementation.penghuang2014-11-182-3/+3
* gpu: fix CopyTextureCHROMIUM for GL_ARB_texture_rectangledongseong.hwang2014-11-181-2/+2
* cc: Add UMA stats for texture copy latency.reveman2014-11-183-9/+16
* gpu: Un-blacklist ARB_sync on MacOSX.reveman2014-11-181-11/+0
* gpu: Implement shader glClear() blit for broken IMG driverssievers2014-11-1813-2/+511
* Enable asynchronous glReadPixels on Windows.miu2014-11-156-10/+22
* Workaround NVidia eglWaitSyncKHR bugboliu2014-11-143-1/+27
* Add UMA histogram for D3D shader model.jmadill2014-11-131-0/+39
* command_buffer: Avoid uninitialized read in ShaderTranslatorCachekkinnunen2014-11-124-12/+75
* gpu: remove round trip at context initializationpiman2014-11-1226-929/+269
* gpu: Make sure sync queries complete on service side when calling glFinish.reveman2014-11-118-42/+50
* Add GL_APPLE_fence support, enabling asynchronous glReadPixels for Mac.miu2014-11-112-1/+3
* Remove a few unused typedefs. No behavior change.thakis2014-11-102-11/+0
* Check if drivers support GL_OES_texture_float even with GLES3 context.kalyan.kondapally2014-11-082-1/+27
* gn win: disable 4267 (need for win x64)scottmg2014-11-081-0/+3
* Add subscribeUniform extension pipelineorglofch2014-11-0745-38/+2075
* Implement PpapiCommandBufferProxy::GetCapabilitiespiman2014-11-073-1/+50
* Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...orglofch2014-11-0745-2074/+38
* Remove num_entries and put_offset from CommandBuffer::Statepiman2014-11-0613-33/+34
* gpu: Match autogen files to code style.dongseong.hwang2014-11-0612-1421/+860
* Add subscribeUniform extension pipelineorglofch2014-11-0645-38/+2074