summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Issue that glProgramInfoLog was not called if program did not link.gman@chromium.org2011-04-2910-155/+335
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-2815-53/+79
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-272-7/+38
* Add a yield command to the command buffer.piman@google.com2011-04-239-11/+73
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-2/+2
* gpu: Add traces for some gl calls that can be slowpiman@google.com2011-04-221-0/+4
* Chrome displays the wrong thing if FBO is left bound in WebGL.zmo@google.com2011-04-201-9/+12
* With latch support and higher level frame throttling, we no longer need to li...jbates@chromium.org2011-04-205-62/+11
* instrumented gles2 commands that call glFinish so that they show up in about:...jbates@chromium.org2011-04-191-0/+21
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-192-0/+6
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-186-7/+36
* Command buffer: fix a wrong error for glDrawArrays/glDrawElements/glClear if ...zmo@google.com2011-04-151-1/+1
* Landing issue 6828049 on behalf of KushalP.apatrick@chromium.org2011-04-1414-148/+148
* Fix a regression in command buffer TexSubImage2D.zmo@google.com2011-04-141-1/+2
* Trace whenever renderer waits for command buffer space.jbauman@chromium.org2011-04-141-11/+18
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-1310-130/+177