summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-0315-232/+154
* Converted compressed texture demo into test.alokp@chromium.org2013-08-032-0/+256
* MemoryProgramCache uses base::MRUCache instead of ProgramCacheLRUHelper.apatrick@chromium.org2013-08-0311-294/+153
* Fix potential uninitialized variable.etienneb@chromium.org2013-08-031-2/+2
* Fix an useless DCHECK with an invalid unsigned comparison.etienneb@chromium.org2013-08-021-5/+4
* GLInProcessContext: support async flushes and dedicated GPU threadsievers@chromium.org2013-08-015-324/+941
* android: Enable WebGL if context robustess extension is supportedskyostil@chromium.org2013-08-016-14/+86
* Revert 215076 "android: Enable WebGL if context robustess extens..."rsimha@chromium.org2013-08-016-84/+14
* android: Enable WebGL if context robustess extension is supportedskyostil@chromium.org2013-08-016-14/+84
* Disable DepthTextureTest.RenderTo on all Windows platforms.gab@chromium.org2013-08-011-2/+2
* Fixed and simplified compressed texture demo.alokp@chromium.org2013-07-312-68/+13
* Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...kaanb@chromium.org2013-07-311-6/+15
* Add null check in GLES2DecoderImpl::PrepareTexturesForRender()sievers@chromium.org2013-07-301-1/+2
* Make field trial randomization type a constructor param.asvitkine@chromium.org2013-07-301-3/+3
* WGC3DCommandBufferImpl: Acquire lock when accessing share group.sievers@chromium.org2013-07-298-65/+9
* gpu: Add GpuMemoryBufferFactory interface.reveman@chromium.org2013-07-284-25/+50
* Update stream textures during Draw instead of Bindsievers@chromium.org2013-07-284-56/+88
* work around a bug in GL_ARB_sync on mac 10.7hubbe@chromium.org2013-07-261-1/+3
* gpu: Remove flush_on_context_switch workaroundboliu@chromium.org2013-07-253-5/+0
* Fix a memory leak.feng@chromium.org2013-07-242-2/+12
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-2319-121/+325
* Update include paths in gpu for base/process changes.rsesek@chromium.org2013-07-233-3/+2
* Revert 212978 "Fix a memory leak."alexeypa@google.com2013-07-222-9/+2
* Fix a memory leak.feng@chromium.org2013-07-222-2/+9
* Use a direct include of the shared_memory header in content/plugin/, content/...avi@chromium.org2013-07-184-5/+5
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-1712-20/+22
* Move glBufferData, glBufferSubData and glGetBufferParameteriv into the Buffer...kloveless@chromium.org2013-07-173-84/+132
* Minor GLInProcessContext cleanups.sievers@chromium.org2013-07-173-63/+30
* Replace angle_path gyp variable with regular path.apatrick@chromium.org2013-07-175-14/+3
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Make some of the non-mutable tables in gpu/command_buffer 'const'.digit@chromium.org2013-07-135-120/+121
* Remove overlapping memcpy in gpu unittestspiman@chromium.org2013-07-132-78/+101
* Fix memory leak in MappedMemoryManager::FreeUnused().earthdok@chromium.org2013-07-122-4/+2
* gpu: Enable idle uploads as the default fallback and for IMG.epenner@chromium.org2013-07-122-7/+32
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-1230-100/+463
* add missing headers in gpu codemostynb@opera.com2013-07-121-0/+2
* Disable Direct3D 11 backend for all Windows versions.apatrick@chromium.org2013-07-121-7/+3
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-1218-325/+118
* Fix leakage of IdHandlers from gpu::gles2::ShareGroup::ShareGroup.earthdok@chromium.org2013-07-111-1/+1
* Fix leakage of GpuProgramProto from MemoryProgramCache.earthdok@chromium.org2013-07-111-5/+7
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-4/+4
* Temporarily disable D3D11 stats collection.apatrick@chromium.org2013-07-111-0/+4
* Skip clear back buffer for Android WebViewboliu@chromium.org2013-07-112-2/+17
* Enable ANGLE D3D11 backend for Windows 7+.apatrick@chromium.org2013-07-112-1/+17
* Reland r209673: "gpu: Propagate lost context signal to all contexts"skyostil@chromium.org2013-07-113-1/+14
* add missing includes in gpu/command_buffer/*mostynb@opera.com2013-07-102-0/+3
* GLInProcessContext must ensure whether CommandBuffer loses context.dongseong.hwang@intel.com2013-07-101-4/+15
* Disable texture sharing on AMD switchable via the blacklist.vangelis@chromium.org2013-07-101-1/+13
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-0420-120/+344
* Revert 209673 "gpu: Propagate lost context signal to all contexts"crogers@google.com2013-07-033-14/+1