summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* Revert 88452 (broke gpu_unittests) - Fix LUMANINCE_ALPHA issuersleevi@chromium.org2011-06-092-100/+1
* Fix LUMANINCE_ALPHA issuegman@chromium.org2011-06-092-1/+100
* Plumbing: Cache the resize callback so that we can call it later.backer@chromium.org2011-06-082-1/+15
* Added stddef.h to cmd_buffer_common.h to build with gcc-4.6.0.asharif@chromium.org2011-06-071-0/+1
* Send message to renderer on command buffer errorjbauman@chromium.org2011-06-072-0/+9
* Optimize TexSubImage2D and BufferSubDatagman@chromium.org2011-06-076-39/+123
* Optimize TexImage2D.gman@chromium.org2011-06-071-5/+20
* Optimize BufferDatagman@chromium.org2011-06-071-6/+17
* IWYU: Add missing header. Under GCC 4.6, this is a hard error now.rsleevi@chromium.org2011-06-071-1/+2
* Remove debug assertions for redundant FreeID calls.husky@google.com2011-06-062-4/+19
* Hook up shader long variable name mapping with GPU command buffer port.zmo@google.com2011-06-047-35/+55
* GpuScheduler fix:jbates@chromium.org2011-06-035-28/+87
* Remove canvas throttling in GLES2Implementation::CopyTextureToParentTexture.jbates@chromium.org2011-06-031-7/+0
* More POSIX support for Chromium, consisting mostly of broadening ifdefs. Thistony@chromium.org2011-06-021-1/+1
* Fix clang build failure introduced by r87408.apatrick@chromium.org2011-06-012-1/+19
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-0125-48/+270
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-3124-275/+48
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-3124-48/+275
* Speed up IdAllocator.husky@google.com2011-05-273-11/+64
* Fix ShaderTranslator not resetting the info_log on success.gman@chromium.org2011-05-262-3/+15
* Apply setInterval to new surface-context pairsnduca@chromium.org2011-05-251-0/+12
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-2311-27/+65
* Fix ringbuffer test.jbauman@chromium.org2011-05-202-3/+28
* Added more trace info to SwapBuffers, traced some functions in WebGraphicsCon...jbates@chromium.org2011-05-191-4/+7
* Changes to help optimizer eliminate redundant code in GPU logging.apatrick@chromium.org2011-05-181-24/+47
* Call SwapBuffersCallback multiple times if a frame was dropped.nduca@chromium.org2011-05-182-0/+5
* Add more stubbed out defines so nacl can bump chrome rev.nfullagar@google.com2011-05-161-0/+3
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-131-1/+1
* Switch most usages of std::map to base::hash_table in GPU service.gman@chromium.org2011-05-138-22/+18
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-136-1/+26
* Validate glTexParameter parameters.gman@chromium.org2011-05-128-79/+273
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-126-20/+53
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-123-6/+7
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-126-53/+20
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-126-20/+53
* Changed CHECK to DCHECK in cmd_buffer_helper.cc.apatrick@chromium.org2011-05-111-1/+1
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-116-53/+20
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-116-20/+53
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-105-36/+66
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-102-1/+2
* Defer IPC messages to the GpuCommandBufferStub until GpuScheduler is reschedu...apatrick@chromium.org2011-05-092-1/+22
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-065-66/+36
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-065-36/+66
* Rework SwapBuffers sync to allow enough SwapBuffers without blockingpiman@google.com2011-05-063-13/+22
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-052-8/+3
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-055-66/+36
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-055-36/+66
* Fix garbage seen on Mac OS X when toggling compositor and resizingkbr@google.com2011-05-042-3/+8
* Allow gpu ringbuffer to wrap around.jbauman@chromium.org2011-05-032-13/+27
* Roll ANGLE r609:r626apatrick@chromium.org2011-05-021-3/+3