| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix leakage of GpuProgramProto from MemoryProgramCache. | earthdok@chromium.org | 2013-07-11 | 1 | -5/+7 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -4/+4 |
* | Temporarily disable D3D11 stats collection. | apatrick@chromium.org | 2013-07-11 | 1 | -0/+4 |
* | Skip clear back buffer for Android WebView | boliu@chromium.org | 2013-07-11 | 2 | -2/+17 |
* | Enable ANGLE D3D11 backend for Windows 7+. | apatrick@chromium.org | 2013-07-11 | 2 | -1/+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 |
* | Disable texture sharing on AMD switchable via the blacklist. | vangelis@chromium.org | 2013-07-10 | 1 | -1/+13 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-04 | 20 | -120/+344 |
* | 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 | 19 | -323/+99 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-03 | 19 | -99/+323 |
* | Turn off gl_PointCoord workaround on Mac OSX 10.9. | zmo@chromium.org | 2013-07-03 | 1 | -5/+15 |
* | 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 | 19 | -323/+99 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-02 | 19 | -99/+323 |
* | Fix stream textures + mailboxes | piman@chromium.org | 2013-07-02 | 15 | -55/+131 |
* | Blacklist another Intel 945 chip (0x27a2). | zmo@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | 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 | 10 | -10/+10 |
* | Disable GLLoseContextTest.ShareGroup on platforms that exit on context lost. | apatrick@chromium.org | 2013-06-27 | 3 | -0/+14 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 10 | -12/+13 |
* | GPU: Fast track waited uploads. | backer@chromium.org | 2013-06-26 | 1 | -94/+148 |
* | Factor out code from WebGraphicsContext3DInProcessImpl | sievers@chromium.org | 2013-06-26 | 3 | -0/+719 |
* | Fix the Initialization issue for program variables in CopyTextureCHROMIUMReso... | jun.a.jiang@intel.com | 2013-06-26 | 2 | -3/+16 |
* | Add signalQuery, to allow for a callback when the result of a query is availa... | hubbe@chromium.org | 2013-06-25 | 2 | -2/+29 |
* | Build fix for gpu/demos. | dongseong.hwang@intel.com | 2013-06-25 | 2 | -3/+5 |
* | Hide panel_fitting feature on non-CrOS platforms | sadrul@chromium.org | 2013-06-24 | 1 | -4/+8 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -7/+7 |
* | gpu: Implement debug logging on Android | skyostil@chromium.org | 2013-06-22 | 2 | -0/+43 |
* | The semantics of shallow finish are to block until the GPU process has issued... | apatrick@chromium.org | 2013-06-22 | 11 | -26/+59 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | Make sure if GPU process fails to launch, all observers waiting for full gpu ... | zmo@chromium.org | 2013-06-20 | 3 | -5/+0 |
* | Remove surface.gyp from command_buffer_service.gypi | danakj@chromium.org | 2013-06-20 | 1 | -1/+0 |
* | Remove gman from owners. | gman@chromium.org | 2013-06-20 | 2 | -2/+0 |
* | Do not set alpha channel mask if MRT is enabled and some buffers have alpha. | zmo@chromium.org | 2013-06-19 | 3 | -6/+31 |
* | Move io_surface_support_mac to ui/gl. | danakj@chromium.org | 2013-06-19 | 2 | -2/+4 |
* | Delete usage and support for EGL_ANGLE_software_display extension. | apatrick@chromium.org | 2013-06-17 | 7 | -10/+9 |
* | Disable async uploads if the heap size is less than or equal to 128MB | kaanb@chromium.org | 2013-06-17 | 1 | -1/+13 |
* | Nit: collapse double space in a log message. | aandrey@chromium.org | 2013-06-17 | 1 | -3/+3 |
* | Add mailbox manager test | piman@chromium.org | 2013-06-15 | 4 | -1/+148 |
* | GPU: Instrument AsyncTexImage2D and TexImage2D for telemetry. | backer@chromium.org | 2013-06-14 | 5 | -13/+50 |
* | Fixed logic error in string replace that was truncating extension string inad... | bajones@chromium.org | 2013-06-14 | 1 | -6/+3 |
* | Move check for reliable D3D11 support prior to querying the D3D11Experiment f... | apatrick@chromium.org | 2013-06-14 | 1 | -13/+13 |
* | Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Revert 205970 "Revert 205481 "Virtual context MakeCurrent tweaks."" | sievers@chromium.org | 2013-06-13 | 1 | -7/+4 |
* | Remove CommandBufferHelper::GetError | jbauman@chromium.org | 2013-06-13 | 2 | -7/+0 |