| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."" | hubbe@chromium.org | 2013-07-23 | 3 | -7/+15 |
* | Minor GLInProcessContext cleanups. | sievers@chromium.org | 2013-07-17 | 1 | -0/+1 |
* | Make some of the non-mutable tables in gpu/command_buffer 'const'. | digit@chromium.org | 2013-07-13 | 2 | -56/+56 |
* | Add GL_EXT_multisampled_render_to_texture support to command buffer. | bsalomon@google.com | 2013-07-12 | 5 | -59/+154 |
* | Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..." | nick@chromium.org | 2013-07-12 | 3 | -16/+7 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-04 | 3 | -7/+16 |
* | Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-03 | 3 | -16/+7 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-03 | 3 | -7/+16 |
* | Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..." | dslomov@chromium.org | 2013-07-02 | 3 | -16/+7 |
* | Perform glReadPixels with PBOs in the gpu, if PBOs are available. | hubbe@chromium.org | 2013-07-02 | 3 | -7/+16 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | gpu: Implement debug logging on Android | skyostil@chromium.org | 2013-06-22 | 1 | -0/+33 |
* | [Aura] Added Support for rendering software compositor frames as cc::TextureL... | skaslev@chromium.org | 2013-06-08 | 2 | -0/+5 |
* | gpu: Make pack/unpack alignment part of autogenerated state | skyostil@chromium.org | 2013-06-04 | 1 | -0/+2 |
* | gpu: Autogenerate glHint state | skyostil@chromium.org | 2013-05-31 | 1 | -0/+1 |
* | Part 2/3 (GL) of adding with device scale factor to transport surfaces | ccameron@chromium.org | 2013-05-26 | 2 | -6/+12 |
* | Remove unused kMaxCommandBufferSize enum | kaanb@chromium.org | 2013-05-25 | 1 | -4/+0 |
* | Get rid of the relative paths in command_buffer client/common | zmo@chromium.org | 2013-05-24 | 16 | -35/+34 |
* | GPU client side changes for GpuMemoryBuffers: | kaanb@chromium.org | 2013-05-16 | 1 | -0/+1 |
* | Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension. | jun.a.jiang@intel.com | 2013-04-19 | 2 | -6/+14 |
* | Android: Fix up video to work with mailboxes. | sievers@chromium.org | 2013-04-17 | 1 | -3/+3 |
* | Use base/memory/scoped_ptr.h in gpu client code. | dcheng@chromium.org | 2013-04-12 | 1 | -384/+0 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Fix large mis-paint when resizing windows aura chrome | cpu@chromium.org | 2013-04-06 | 1 | -5/+8 |
* | Implement EXT_draw_buffers WebGL extention support in command buffer. | zmo@chromium.org | 2013-03-14 | 5 | -4/+139 |
* | Add per-profile disk caching of complied GPU shaders. | dsinclair@chromium.org | 2013-03-13 | 1 | -0/+3 |
* | Move InsertSyncPoint to GLES2Interface | piman@chromium.org | 2013-03-08 | 5 | -1/+15 |
* | Revert "Revert 186416" | gman@chromium.org | 2013-03-07 | 1 | -7/+7 |
* | Revert 186416 | zmo@chromium.org | 2013-03-06 | 1 | -7/+7 |
* | Use client side arrays for GL_STREAM_DRAW attributes | gman@chromium.org | 2013-03-06 | 1 | -7/+7 |
* | gpu: Add the ability to wait on upload completion. | epenner@chromium.org | 2013-03-05 | 3 | -4/+53 |
* | Move Mailbox from cc to gpu, and its traits to gpu/ipc | piman@chromium.org | 2013-03-04 | 2 | -0/+53 |
* | Refactor/Rename a bunch of GPU stuff | gman@chromium.org | 2013-02-27 | 2 | -473/+526 |
* | Make WaitSyncPoint go through command buffers. | piman@chromium.org | 2013-02-27 | 3 | -0/+48 |
* | Add TRACE calls for all gpu driver calls | gman@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Add CommandBuffer::GetLastToken | gman@chromium.org | 2013-01-25 | 2 | -0/+8 |
* | Add two MemoryBarrier calls and transform the Acquire_Store() calls to Releas... | glider@chromium.org | 2013-01-24 | 1 | -4/+6 |
* | Remove unused SRPC proxy code from gpu. | bbudge@chromium.org | 2013-01-24 | 1 | -22/+0 |
* | Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl | gman@chromium.org | 2013-01-23 | 1 | -4/+4 |
* | Fix gles2_cmd_format overflow | jschuh@chromium.org | 2013-01-23 | 1 | -4/+7 |
* | Refactor so chromium only GL extensions require gl2extchromium.h | gman@chromium.org | 2013-01-09 | 2 | -0/+2 |
* | Removing the JumpRelative, Call, CallRelative and Return commands. | dsinclair@chromium.org | 2013-01-04 | 1 | -156/+5 |
* | Extract Chromium-specific parts out of third_party/khronos/GLES2 . | phajdan.jr@chromium.org | 2012-12-27 | 1 | -1/+1 |
* | Revert 174687 | kmadhusu@chromium.org | 2012-12-27 | 1 | -1/+1 |
* | Extract Chromium-specific parts out of third_party/khronos/GLES2 . | phajdan.jr@chromium.org | 2012-12-27 | 1 | -1/+1 |
* | Made the registration and deletion of transfer buffers async. | apatrick@chromium.org | 2012-12-21 | 2 | -26/+11 |
* | Fix tracing for gpu/ directory in NaCl | jbauman@chromium.org | 2012-12-18 | 1 | -2/+2 |
* | Add a command to lose the context | gman@chromium.org | 2012-12-17 | 5 | -0/+65 |
* | Add to the GL_CHROMIUM_gpu_memory_manager extension a | ccameron@chromium.org | 2012-12-14 | 2 | -0/+15 |
* | Revert 172805 | apatrick@google.com | 2012-12-14 | 2 | -11/+26 |