summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Run texture upload perf test with different texture formats.dcastagna2015-03-103-28/+83
* gpu/blink: Cleanup - Remove 'using' declarations from webgraphicscontext3d_im...tfarina2015-03-094-612/+820
* gpu: Convert egl_main_native target to GN build.tfarina2015-03-092-0/+32
* Remove ganesh whitelist for all Android Lollipop devicesboliu2015-03-091-10/+1
* Fix glGetActiveUniform/Attrib crashes due to state inconsistencyzmo2015-03-091-6/+8
* gpu: Convert egl_native target to GN build.tfarina2015-03-082-0/+37
* Add remaining trivial targets for the Linux GN builddpranke2015-03-082-0/+24
* Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1...dongseong.hwang2015-03-0527-308/+1121
* Add gpu_perftests to perfbots.dcastagna2015-03-041-1/+4
* gpu: gpu decoder sets viewport size same to the size of the default framebuffer.dongseong.hwang2015-03-042-8/+11
* Distinguish ES2/ES3 contexts in GPU command bufferzmo2015-03-045-12/+37
* content: Remove use of GLImage from GpuMemoryBufferImpl.reveman2015-03-042-0/+60
* gpu: Port gles2_implementation_no_check target to GN.tfarina2015-03-031-0/+21
* Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #4 id:80001 of ht...ulan2015-03-0327-1101/+299
* gpu: introduce glCopySubTextureCHROMIUMdongseong.hwang2015-03-0327-299/+1101
* Remove link_chrome_on_windows GN flag.brettw2015-03-021-204/+202
* command_buffer: Implement IdAllocator by recording rangeskkinnunen2015-03-024-61/+296
* Enable ES3 context creation with EGL/ANGLE.geofflang2015-02-272-5/+0
* Remove the --lsan=1 flag from .isolate files.earthdok2015-02-271-3/+0
* Added Support for broadcasting disjoint values between GPUTimingClients.dyen2015-02-272-9/+51
* Remove references to tryserver.chromium.gpusergiyb2015-02-261-3/+1
* Refactored GLContext to own GPUTiming which spawn GPUTimingClients.dyen2015-02-2613-310/+96
* gpu: Avoid detaching images with glTexSubImage2Dboliu2015-02-258-52/+142
* Add support for compressed GPU memory buffers.christiank2015-02-258-0/+64
* Compile shader upon deletion if attached.dyen2015-02-255-16/+65
* Blacklist GPU raster and canvas on all PowerVR SGX.aelias2015-02-251-1/+14
* Add OWNERS file in gpu/perftestspiman2015-02-251-0/+1
* Fix MSAA on windowshendrikw2015-02-252-2/+22
* gpu: Run texture upload perf test with different texture sizes.dcastagna2015-02-253-55/+94
* Add glGetSynciv to GPU command buffer.zmo2015-02-2526-207/+605
* Revert of Add support for compressed GPU memory buffers. (patchset #7 id:1200...phoglund2015-02-248-64/+0
* Add support for compressed GPU memory buffers.christiank2015-02-248-0/+64
* gpu: Add support for gpu_perftests for android.dcastagna2015-02-242-13/+53
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+4
* gpu: Make gpu_perftests run and pass on mac.dcastagna2015-02-201-1/+1
* Support syncing undefined texturesboliu2015-02-205-81/+127
* Fix GPU tracing offset calculation on android.dyen2015-02-192-2/+3
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-193-25/+15
* Fix shader compilation crash when log or translated length is 0.dyen2015-02-191-14/+20
* gpu: Remove gpu_bindings.h inclusion from headers and reduce includes depende...dcastagna2015-02-197-6/+13
* Add glWaitSync to GPU command buffer.zmo2015-02-1919-67/+240
* ASSERT each linkProgram leads to empty cache in ProgramInfoManager.zmo2015-02-191-10/+9
* Add glClientWaitSync to GPU command buffer.zmo2015-02-1827-266/+609
* gpu: Render to a framebuffer object instead of an offscreen surface in gpu_pe...dcastagna2015-02-181-18/+35
* Removed references to win_gpu, which has been removedsergiyb2015-02-181-16/+0
* gpu: Workaround Adreno 420 bug with deleting current FBO.vmiura2015-02-185-3/+40
* Sort GYP and GN files under gpusatorux2015-02-1812-190/+190
* Fix shader compilation when no translator.dyen2015-02-181-9/+13
* Add glGetActiveUniformsiv to GPU command buffer.zmo2015-02-1735-289/+1459
* Add lock support for in process context provider.jbauman2015-02-145-2/+18