summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* GPU: Do not write to shared memory after query destruction.backer@chromium.org2013-07-0314-113/+166
* gpu: Fix removal of pending queries.reveman@chromium.org2013-07-034-36/+79
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-0319-323/+99
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-0319-99/+323
* Turn off gl_PointCoord workaround on Mac OSX 10.9.zmo@chromium.org2013-07-031-5/+15
* gpu: Propagate lost context signal to all contextsskyostil@chromium.org2013-07-023-1/+14
* Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-0219-323/+99
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-0219-99/+323
* Fix stream textures + mailboxespiman@chromium.org2013-07-0215-55/+131
* Blacklist another Intel 945 chip (0x27a2).zmo@chromium.org2013-07-011-2/+2
* Remove old GPU latency test.jbauman@chromium.org2013-07-011-7/+0
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-2810-10/+10
* Disable GLLoseContextTest.ShareGroup on platforms that exit on context lost.apatrick@chromium.org2013-06-273-0/+14
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-2710-12/+13
* GPU: Fast track waited uploads.backer@chromium.org2013-06-261-94/+148
* Factor out code from WebGraphicsContext3DInProcessImplsievers@chromium.org2013-06-263-0/+719
* Fix the Initialization issue for program variables in CopyTextureCHROMIUMReso...jun.a.jiang@intel.com2013-06-262-3/+16
* Add signalQuery, to allow for a callback when the result of a query is availa...hubbe@chromium.org2013-06-252-2/+29
* Build fix for gpu/demos.dongseong.hwang@intel.com2013-06-252-3/+5
* Hide panel_fitting feature on non-CrOS platformssadrul@chromium.org2013-06-241-4/+8
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-7/+7