summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/cmd_buffer_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable automatic flushes on compositor contexts.jbauman@chromium.org2012-10-171-2/+8
* Add back in code to flush command buffer every 3 msjbauman@chromium.org2012-10-041-0/+15
* Make glGetQueryObjectuivEXT return true for GL_QUERY_RESULT_AVAILABLE_EXTgman@chromium.org2012-08-251-0/+8
* Free the command buffer on destruction.gman@chromium.org2012-08-231-2/+7
* This removes low level flushes in the command buffer on texture upload and ev...brianderson@chromium.org2012-07-191-15/+0
* Disable flushers on CrOS to improve GPU process saturation during bulk textur...nduca@google.com2012-03-281-1/+1
* Don't call finish if there is nothing to dogman@chromium.org2012-02-151-0/+4
* Make GLES2CmdHelper and CommandBufferHelper handle failed allocationgman@chromium.org2012-01-111-15/+44
* Disable 5ms flusher on Android to reduce kernel thrashing.nduca@chromium.org2011-12-151-1/+5
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-0/+22
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-3/+21
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-21/+3
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-3/+21
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-21/+3
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-3/+21
* Fix early flush logic.jbauman@chromium.org2011-09-081-7/+15
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-22/+7
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-7/+22
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-22/+7
* Cooperatively round robin GPU command buffers.apatrick@chromium.org2011-07-121-8/+17
* Coverity: Pass by reference in CommandBufferHelper::SynchronizeState.thestig@chromium.org2011-06-221-1/+1
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-131-1/+1
* Changed CHECK to DCHECK in cmd_buffer_helper.cc.apatrick@chromium.org2011-05-111-1/+1
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-6/+6
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-6/+6
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-6/+6
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-6/+6
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-6/+6
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-1/+1
* Add a yield command to the command buffer.piman@google.com2011-04-231-0/+5
* Updated event trace code to stop on buffer full condition for any child proce...jbates@chromium.org2011-04-191-0/+3
* Trace whenever renderer waits for command buffer space.jbauman@chromium.org2011-04-141-11/+18
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-141-14/+22
* Removed dependencies on base from GPU common and client code.apatrick@chromium.org2010-09-081-5/+5
* Refactor CommandBufferHelper to use Jump to loopgman@chromium.org2010-06-031-20/+21
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-2/+6
* Added facility to stub log and check. It is still not ideal but workable.alokp@chromium.org2010-04-211-2/+2
* Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I candspringer@google.com2010-03-161-2/+2
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-081-2/+2
* Fixed a command buffer wrap around bug.gman@chromium.org2010-03-081-0/+4
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-3/+3
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-14/+17
* Add commands Jump, Call and Returngman@chromium.org2010-01-281-13/+9
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-8/+2
* Added chromium source file preamble.apatrick@google.com2009-12-171-31/+3
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-3/+3
* Removed command buffer's last dependency on NPAPI.apatrick@google.com2009-12-081-4/+0
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-251-0/+195
* Reverting the rest of 32952apatrick@google.com2009-11-241-195/+0
* Branched gpu process and command buffer code into Chrome tree. Fixed up paths...apatrick@google.com2009-11-241-0/+195