summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/constants.h
Commit message (Expand)AuthorAgeFilesLines
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-091-1/+1
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-041-1/+1
* Added an extra sync token field for extra command buffer identification.dyen2015-12-041-1/+1
* gpu: Implement the new fence syncs in mojo command buffer.penghuang2015-11-251-0/+1
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-1/+1
* Reland: Added SyncToken command buffer trait to help with IPC messagesdyen2015-10-121-5/+0
* Revert of Added SyncToken command buffer trait to help with IPC messages. (pa...jbudorick2015-10-101-0/+5
* Added SyncToken command buffer trait to help with IPC messages.dyen2015-10-081-5/+0
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-071-0/+5
* Added a unique command buffer ID for command buffers.dyen2015-09-181-0/+12
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-281-2/+13
* Remove command_buffer/common/types.h.thakis@chromium.org2014-05-051-4/+5
* Use validating form of IPC enum macros for gpu_messages.htsepez@chromium.org2014-02-071-1/+2
* Get rid of the relative paths in command_buffer client/commonzmo@chromium.org2013-05-241-1/+1
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-131-0/+3
* Defer descheduling of GPU commands until draw or swapjbates@chromium.org2012-06-281-3/+4
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-301-6/+0
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-291-0/+6
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-6/+0
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-18/+2
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-2/+18
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-18/+2
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+12
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-12/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+12
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-1/+1
* Add a yield command to the command buffer.piman@google.com2011-04-231-2/+13
* With latch support and higher level frame throttling, we no longer need to li...jbates@chromium.org2011-04-201-7/+6
* GpuScheduler no longer spins when it is waiting on a latch.jbates@chromium.org2011-04-181-3/+3
* Fix the incorrect method name override.jbates@chromium.org2011-04-131-0/+3
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-0/+6
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-241-1/+6
* Implemented GPU process side flow control.apatrick@chromium.org2011-02-081-1/+7
* Rearrange GLES2 files so they are easier to usegman@chromium.org2010-03-081-1/+1
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-031-0/+1
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-9/+9
* Remove trailing comma to allow compilation with Native Client's higher warnin...sehr@google.com2010-02-011-1/+1
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-12/+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-5/+5
* Landing the GPU process and command buffer code again, this time with a DEPS ...apatrick@google.com2009-11-251-0/+71
* Reverting the rest of 32952apatrick@google.com2009-11-241-71/+0
* Branched gpu process and command buffer code into Chrome tree. Fixed up paths...apatrick@google.com2009-11-241-0/+71