| Commit message (Expand) | Author | Age | Files | Lines |
* | GN build: GPU work, Windows compile, "check" errors | brettw@chromium.org | 2014-05-16 | 2 | -0/+43 |
* | Remove duplicate entries from GLState valid value set | kkinnunen@nvidia.com | 2014-05-14 | 1 | -8/+0 |
* | Remove constant values from command buffer commands | kkinnunen@nvidia.com | 2014-05-14 | 2 | -265/+150 |
* | Rearrange GLImage API to create them with a usage type | alexst@chromium.org | 2014-05-06 | 1 | -1556/+781 |
* | Remove command_buffer/common/types.h. | thakis@chromium.org | 2014-05-05 | 15 | -3366/+4211 |
* | Remove all the duplicate macros and types in command_buffer/common/types.h. | thakis@chromium.org | 2014-05-04 | 2 | -180/+8 |
* | gpu: Separate GpuControlService from GpuControl | boliu@chromium.org | 2014-05-02 | 2 | -73/+0 |
* | Remove CommandBuffer::GetState | piman@chromium.org | 2014-04-30 | 2 | -4/+0 |
* | Update GPU command buffer auto formatting. | vmiura@chromium.org | 2014-04-30 | 3 | -1260/+2926 |
* | Adding support for PVRTC, ATC, and ETC1 textures to the command buffer | bajones@chromium.org | 2014-04-29 | 1 | -0/+13 |
* | Disallow sizes and offsets that can't fit into a 32-bit integer in GL. | zmo@chromium.org | 2014-04-24 | 1 | -0/+8 |
* | cc: Use CHROMIUM_sync_query for CopyResource. | reveman@chromium.org | 2014-04-22 | 2 | -0/+2 |
* | Re-land: gpu: Add CHROMIUM_sync_query extension. | reveman@chromium.org | 2014-04-17 | 1 | -1/+9 |
* | Revert of gpu: Add CHROMIUM_sync_query extension. (https://codereview.chromiu... | hayato@chromium.org | 2014-04-17 | 1 | -9/+1 |
* | gpu: Add CHROMIUM_sync_query extension. | reveman@chromium.org | 2014-04-16 | 1 | -1/+9 |
* | Plumb ScheduleOverlayPlane into the GPU process. | alexst@chromium.org | 2014-04-09 | 3 | -1/+138 |
* | Pass GL context bind_generates_resources flag to GPU Service. | vmiura@chromium.org | 2014-04-03 | 2 | -0/+7 |
* | Refactor gpu::Buffer to allow different types of backing | piman@chromium.org | 2014-04-02 | 2 | -7/+54 |
* | gpu: Lose context when BeginQueryEXT fails to allocate. | danakj@chromium.org | 2014-04-02 | 2 | -13/+20 |
* | Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (... | pfeldman@chromium.org | 2014-04-02 | 2 | -20/+13 |
* | gpu: Lose context when BeginQueryEXT fails to allocate. | danakj@chromium.org | 2014-04-02 | 2 | -13/+20 |
* | Remove CommandBuffer::GetTransferBuffer. | piman@chromium.org | 2014-04-01 | 2 | -20/+2 |
* | gpu: Reuse transfer buffers more aggresively | jadahl@opera.com | 2014-03-31 | 5 | -20/+198 |
* | Mojo: Move C gles2 header files to mojo/public/c/gles2. | viettrungluu@chromium.org | 2014-03-30 | 5 | -5/+5 |
* | Revert 260177 "By keeping track of transfer buffer usage (both s..." | creis@chromium.org | 2014-03-28 | 5 | -198/+20 |
* | By keeping track of transfer buffer usage (both sync and async), it is | jadahl@opera.com | 2014-03-28 | 5 | -20/+198 |
* | GPU: Remove memory duplication in async uploads. | epenner@chromium.org | 2014-03-27 | 2 | -3/+16 |
* | GPU:'Pass' SharedMemory when possible. | epenner@chromium.org | 2014-03-27 | 2 | -2/+6 |
* | GPU: Reference count gpu::Buffer. | epenner@chromium.org | 2014-03-26 | 5 | -15/+44 |
* | Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse... | jbauman@chromium.org | 2014-03-18 | 2 | -5/+18 |
* | gpu: Use explicit atomics instead of assuming that 32bit read/writes are atomic. | reveman@chromium.org | 2014-03-08 | 1 | -1/+2 |
* | Get rid of the formatting code in build_gles2_cmd_buffer.py | zmo@chromium.org | 2014-03-07 | 1 | -5/+5 |
* | Format generated gpu files using clang-format. | zmo@chromium.org | 2014-03-05 | 5 | -5483/+4588 |
* | Changed pack alignment of GPU command buffer commands. | vmiura@chromium.org | 2014-02-22 | 2 | -5/+6 |
* | gpu: Generate mailboxes on client side | piman@chromium.org | 2014-02-15 | 3 | -5/+34 |
* | Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUM | piman@chromium.org | 2014-02-15 | 1 | -1/+6 |
* | Use gpu::Mailbox instead of std:string in IPCs | piman@chromium.org | 2014-02-15 | 1 | -0/+6 |
* | Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM... | nkostylev@chromium.org | 2014-02-14 | 1 | -6/+1 |
* | Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUM | piman@chromium.org | 2014-02-14 | 1 | -1/+6 |
* | Revert 251207 "Use gpu::Mailbox instead of std:string in IPCs" | blundell@chromium.org | 2014-02-14 | 1 | -6/+0 |
* | Use gpu::Mailbox instead of std:string in IPCs | piman@chromium.org | 2014-02-14 | 1 | -0/+6 |
* | Use validating form of IPC enum macros for gpu_messages.h | tsepez@chromium.org | 2014-02-07 | 2 | -1/+3 |
* | Use sstream over sprintf | boliu@chromium.org | 2014-02-06 | 1 | -4/+6 |
* | Add gpu::MailboxHolder to hold state for a gpu::Mailbox | sheu@chromium.org | 2014-02-03 | 2 | -0/+46 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-02-03 | 1 | -3/+8 |
* | Revert 248049 "Ensure GL initialization only happens once, and p..." | kbr@chromium.org | 2014-01-31 | 1 | -8/+3 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 1 | -3/+8 |
* | Cleanup: Remove std::string("") usage and fix lint errors. | thestig@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Revert 247793 "Ensure GL initialization only happens once, and p..." | yoz@chromium.org | 2014-01-30 | 1 | -8/+3 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 1 | -3/+8 |