| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GPU: Eliminate unnecessary State on async idle upload path. | backer@chromium.org | 2013-06-13 | 1 | -83/+43 |
* | Clean up blacklist requests. | zmo@chromium.org | 2013-06-13 | 1 | -5/+7 |
* | Revert 205481 "Virtual context MakeCurrent tweaks." | sievers@chromium.org | 2013-06-12 | 1 | -4/+7 |
* | Make it possible to switch between two different versions of ANGLE. | apatrick@chromium.org | 2013-06-12 | 5 | -3/+14 |
* | [Android] Fix component build again. | yfriedman@chromium.org | 2013-06-12 | 1 | -0/+1 |
* | GPU: Replace AsyncPixelTransferState with AsyncPixelTransferDelegate. | backer@chromium.org | 2013-06-12 | 20 | -530/+327 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in gpu/. | dcheng@chromium.org | 2013-06-12 | 1 | -7/+4 |
* | gpu: Workaround invalid values from GetShaderPrecisionFormat | brianderson@chromium.org | 2013-06-12 | 1 | -3/+26 |
* | Rename "D3DStatsExperiment" field trial to "D3D11Experiment". | apatrick@chromium.org | 2013-06-12 | 1 | -1/+1 |
* | Block GPU access if no graphics driver installed after Windows installation. | zmo@chromium.org | 2013-06-11 | 1 | -1/+16 |
* | In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token. | qsr@chromium.org | 2013-06-11 | 2 | -3/+38 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 19 | -20/+20 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 7 | -14/+19 |
* | Fix the indentation of a a few GLImage methods | kaanb@chromium.org | 2013-06-11 | 1 | -53/+49 |
* | Virtual context MakeCurrent tweaks. | sievers@chromium.org | 2013-06-11 | 1 | -7/+4 |
* | Use a direct include of strings headers in extensions/, google_apis/, gpu/. | avi@chromium.org | 2013-06-11 | 23 | -38/+38 |
* | Revert 205224 "In RingBuffer::GetLargestFreeSizeNoWaiting, relea..." | raymes@chromium.org | 2013-06-10 | 2 | -38/+3 |
* | In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token. | qsr@chromium.org | 2013-06-10 | 2 | -3/+38 |
* | gpu: make sure we can ProduceFrontBuffer in 2 contexts of the same share group | piman@chromium.org | 2013-06-08 | 2 | -1/+51 |
* | Make gles2_conform_support compile in Aura. | ajwong@chromium.org | 2013-06-08 | 4 | -63/+123 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 2 | -4/+5 |
* | Fixed issue with EXT_draw_buffers not explicitly enabling | bajones@chromium.org | 2013-06-08 | 1 | -1/+18 |
* | [Aura] Added Support for rendering software compositor frames as cc::TextureL... | skaslev@chromium.org | 2013-06-08 | 2 | -0/+5 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | GPU: Refactor AsyncPixelTransferManager{EGL,ShareGroup,Sync} | backer@chromium.org | 2013-06-07 | 6 | -125/+150 |
* | Remove unused method and data. | qsr@chromium.org | 2013-06-06 | 2 | -24/+0 |
* | Add workaround for Mali-400 zero-sized buffer bug. | bsalomon@google.com | 2013-06-06 | 4 | -49/+80 |
* | GPU: Move AsyncPixelTransferDelegateIdle functionality into Manager | backer@chromium.org | 2013-06-06 | 2 | -155/+131 |
* | GPU: Proxy calls from Manager to Delegate. | backer@chromium.org | 2013-06-05 | 21 | -289/+341 |
* | Replace context parenting by sharing through mailboxes | piman@chromium.org | 2013-06-05 | 12 | -189/+129 |
* | gpu: Make getImageParameterivCHROMIUM actually call getImageParameterivCHROMI... | kaanb@chromium.org | 2013-06-05 | 1 | -2/+2 |
* | gpu: Change the comment for GpuMemoryBuffer::GetStride to explain the return ... | kaanb@chromium.org | 2013-06-05 | 1 | -1/+1 |