| Commit message (Expand) | Author | Age | Files | Lines |
* | Use gyp variables for NaCl untrusted build paths instead of hardcoding them. | dschuff@chromium.org | 2013-08-04 | 1 | -0/+1 |
* | gpu: Add support for multiple GpuMemoryBuffer types. | reveman@chromium.org | 2013-08-03 | 13 | -227/+154 |
* | Converted compressed texture demo into test. | alokp@chromium.org | 2013-08-03 | 1 | -0/+255 |
* | MemoryProgramCache uses base::MRUCache instead of ProgramCacheLRUHelper. | apatrick@chromium.org | 2013-08-03 | 9 | -291/+153 |
* | Fix potential uninitialized variable. | etienneb@chromium.org | 2013-08-03 | 1 | -2/+2 |
* | Fix an useless DCHECK with an invalid unsigned comparison. | etienneb@chromium.org | 2013-08-02 | 1 | -5/+4 |
* | GLInProcessContext: support async flushes and dedicated GPU thread | sievers@chromium.org | 2013-08-01 | 4 | -324/+939 |
* | Disable DepthTextureTest.RenderTo on all Windows platforms. | gab@chromium.org | 2013-08-01 | 1 | -2/+2 |
* | Add an unbindImage method to ResourceProvider and move bindImage and unbindIm... | kaanb@chromium.org | 2013-07-31 | 1 | -6/+15 |
* | Add null check in GLES2DecoderImpl::PrepareTexturesForRender() | sievers@chromium.org | 2013-07-30 | 1 | -1/+2 |
* | WGC3DCommandBufferImpl: Acquire lock when accessing share group. | sievers@chromium.org | 2013-07-29 | 7 | -63/+9 |
* | gpu: Add GpuMemoryBufferFactory interface. | reveman@chromium.org | 2013-07-28 | 3 | -24/+48 |
* | Update stream textures during Draw instead of Bind | sievers@chromium.org | 2013-07-28 | 4 | -56/+88 |
* | gpu: Remove flush_on_context_switch workaround | boliu@chromium.org | 2013-07-25 | 1 | -2/+0 |
* | Fix a memory leak. | feng@chromium.org | 2013-07-24 | 2 | -2/+12 |
* | Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."" | hubbe@chromium.org | 2013-07-23 | 17 | -118/+321 |
* | Update include paths in gpu for base/process changes. | rsesek@chromium.org | 2013-07-23 | 3 | -3/+2 |
* | Revert 212978 "Fix a memory leak." | alexeypa@google.com | 2013-07-22 | 2 | -9/+2 |
* | Fix a memory leak. | feng@chromium.org | 2013-07-22 | 2 | -2/+9 |
* | Use a direct include of the shared_memory header in content/plugin/, content/... | avi@chromium.org | 2013-07-18 | 4 | -5/+5 |
* | Use a direct include of the message_loop header in dbus/, device/, extensions... | avi@chromium.org | 2013-07-17 | 8 | -16/+18 |
* | Move glBufferData, glBufferSubData and glGetBufferParameteriv into the Buffer... | kloveless@chromium.org | 2013-07-17 | 3 | -84/+132 |
* | Minor GLInProcessContext cleanups. | sievers@chromium.org | 2013-07-17 | 3 | -63/+30 |
* | Replace angle_path gyp variable with regular path. | apatrick@chromium.org | 2013-07-17 | 2 | -10/+0 |
* | Make some of the non-mutable tables in gpu/command_buffer 'const'. | digit@chromium.org | 2013-07-13 | 5 | -120/+121 |
* | Remove overlapping memcpy in gpu unittests | piman@chromium.org | 2013-07-13 | 2 | -78/+101 |
* | Fix memory leak in MappedMemoryManager::FreeUnused(). | earthdok@chromium.org | 2013-07-12 | 2 | -4/+2 |
* | gpu: Enable idle uploads as the default fallback and for IMG. | epenner@chromium.org | 2013-07-12 | 2 | -7/+32 |
* | Add GL_EXT_multisampled_render_to_texture support to command buffer. | bsalomon@google.com | 2013-07-12 | 29 | -100/+461 |
* | add missing headers in gpu code | mostynb@opera.com | 2013-07-12 | 1 | -0/+2 |
* | Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..." | nick@chromium.org | 2013-07-12 | 17 | -322/+118 |
* | Fix leakage of IdHandlers from gpu::gles2::ShareGroup::ShareGroup. | earthdok@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Fix leakage of GpuProgramProto from MemoryProgramCache. | earthdok@chromium.org | 2013-07-11 | 1 | -5/+7 |
* | Skip clear back buffer for Android WebView | boliu@chromium.org | 2013-07-11 | 2 | -2/+17 |
* | Reland r209673: "gpu: Propagate lost context signal to all contexts" | skyostil@chromium.org | 2013-07-11 | 3 | -1/+14 |
* | add missing includes in gpu/command_buffer/* | mostynb@opera.com | 2013-07-10 | 2 | -0/+3 |
* | GLInProcessContext must ensure whether CommandBuffer loses context. | dongseong.hwang@intel.com | 2013-07-10 | 1 | -4/+15 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-04 | 17 | -118/+322 |
* | Revert 209673 "gpu: Propagate lost context signal to all contexts" | crogers@google.com | 2013-07-03 | 3 | -14/+1 |
* | GPU: Do not write to shared memory after query destruction. | backer@chromium.org | 2013-07-03 | 14 | -113/+166 |
* | gpu: Fix removal of pending queries. | reveman@chromium.org | 2013-07-03 | 4 | -36/+79 |
* | Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-03 | 16 | -301/+97 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-03 | 16 | -97/+301 |
* | gpu: Propagate lost context signal to all contexts | skyostil@chromium.org | 2013-07-02 | 3 | -1/+14 |
* | Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-02 | 16 | -301/+97 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-02 | 16 | -97/+301 |
* | Fix stream textures + mailboxes | piman@chromium.org | 2013-07-02 | 13 | -53/+129 |
* | Remove old GPU latency test. | jbauman@chromium.org | 2013-07-01 | 1 | -7/+0 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 8 | -8/+8 |
* | Disable GLLoseContextTest.ShareGroup on platforms that exit on context lost. | apatrick@chromium.org | 2013-06-27 | 3 | -0/+14 |