summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/common_decoder_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-2/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-6/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-0/+6
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-6/+0
* Add a yield command to the command buffer.piman@google.com2011-04-231-0/+6
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-2/+2
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-2/+3
* Updates many commands to require the client to set the gman@chromium.org2010-02-171-1/+21
* Fixed compile/link errors for gpu unit-tests. I had to mostly fix signed/unsi...alokp@chromium.org2010-02-021-17/+23
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-48/+48
* Add commands Jump, Call and Returngman@chromium.org2010-01-281-16/+131
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-7/+7
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-2/+2
* Implements bucket commands and adds unit tests togman@chromium.org2009-12-101-0/+418