summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/cmd_buffer_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 288481 "Use placement new to allocate GPU command buffer ..."jbauman@chromium.org2014-08-111-3/+21
* Use placement new to allocate GPU command buffer entries.jbauman@chromium.org2014-08-091-21/+3
* Use TimeTicks instead of clock() in gpu::CommandBufferHelperhamaji@chromium.org2014-07-111-3/+4
* Fix miscompilation of NULL check.jbauman@chromium.org2014-04-241-6/+21
* Attempt to prevent NULL-pointer error accessing command-buffer entries.jbauman@chromium.org2014-04-111-4/+4
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+9
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-9/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+9
* GPU: Reference count gpu::Buffer.epenner@chromium.org2014-03-261-4/+2
* Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffse...jbauman@chromium.org2014-03-181-11/+4
* Reduce internal Flush() in GL resource glGen/Delete APIs.vmiura@chromium.org2014-02-211-0/+6
* Optimize CommandBufferHelper::GetSpace().vmiura@chromium.org2014-02-121-4/+54
* Revert 235428 "Revert 234915 "Revert 234758 "gpu: Remove redunda..."kaanb@chromium.org2013-11-191-40/+1
* Revert 234915 "Revert 234758 "gpu: Remove redundant calls from C..."kaanb@chromium.org2013-11-151-1/+40
* Revert 234758 "gpu: Remove redundant calls from CommandBufferHel..."kaanb@chromium.org2013-11-131-40/+1
* gpu: Remove redundant calls from CommandBufferHelper::GetSpace() and optimize...kaanb@chromium.org2013-11-131-1/+40
* Delete gpu/command_buffer/common/logging.hthakis@chromium.org2013-11-051-1/+0
* Remove CommandBufferHelper::GetErrorjbauman@chromium.org2013-06-131-2/+0
* Get rid of the relative paths in command_buffer client/commonzmo@chromium.org2013-05-241-5/+5
* Add CommandBuffer::GetLastTokengman@chromium.org2013-01-251-1/+1
* Removing the JumpRelative, Call, CallRelative and Return commands.dsinclair@chromium.org2013-01-041-38/+1
* Disable automatic flushes on compositor contexts.jbauman@chromium.org2012-10-171-0/+5
* Make glGetQueryObjectuivEXT return true for GL_QUERY_RESULT_AVAILABLE_EXTgman@chromium.org2012-08-251-0/+4
* Free the command buffer on destruction.gman@chromium.org2012-08-231-0/+1
* Fix Noop buggman@chromium.org2012-05-091-1/+1
* Optimize GetBucketContentsgman@chromium.org2012-04-091-6/+12
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-1/+2
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-2/+1
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-1/+2
* Make GLES2CmdHelper and CommandBufferHelper handle failed allocationgman@chromium.org2012-01-111-42/+75
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-0/+6
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-1/+9
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-9/+1
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-1/+9
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-9/+1
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-1/+9
* Fix early flush logic.jbauman@chromium.org2011-09-081-1/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-12/+7
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-7/+12
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-12/+7
* Cooperatively round robin GPU command buffers.apatrick@chromium.org2011-07-121-2/+7
* Coverity: Pass by reference in CommandBufferHelper::SynchronizeState.thestig@chromium.org2011-06-221-1/+1
* Add a yield command to the command buffer.piman@google.com2011-04-231-1/+6
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-141-1/+7
* Adds MapBufferSubData and MapTexSubImage2D.gman@chromium.org2010-07-141-0/+8
* Refactor CommandBufferHelper to use Jump to loopgman@chromium.org2010-06-031-2/+3
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-1/+5
* Another #include of <string.h> so that the nacl-g++ compiler will build Nativedspringer@google.com2010-03-101-0/+2
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-081-4/+4
* Addsgman@chromium.org2010-02-051-0/+72