summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/mailbox_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gpu/.avi2015-12-211-0/+1
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-091-0/+1
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-041-1/+0
* Added an extra sync token field for extra command buffer identification.dyen2015-12-041-0/+1
* Reland: Added SyncToken command buffer trait to help with IPC messagesdyen2015-10-121-2/+4
* Revert of Added SyncToken command buffer trait to help with IPC messages. (pa...jbudorick2015-10-101-3/+2
* Added SyncToken command buffer trait to help with IPC messages.dyen2015-10-081-2/+3
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-071-36/+39
* Remove ScopedUpdateTexture.tobiasjs2015-09-181-3/+0
* gpu: Use a rectangle to keep track of the cleared area of each texture level.reveman2015-06-051-67/+21
* Update texture outside of lockboliu2015-05-281-2/+2
* Add ES3 CompressedTexSubImage3D to GPU command buffer.zmo2015-05-061-2/+2
* Support syncing undefined texturesboliu2015-02-201-2/+60
* Correctly track texture cleared state for sharingboliu2015-01-291-0/+52
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-8/+6
* gpu: Remove texture target from internal mailbox namesievers2014-10-241-71/+68
* gpu: Rewrite MailboxSynchronizersievers2014-10-241-14/+169
* MailboxSync: Imply fence with sync pointsievers2014-10-221-14/+14
* Remove implicit conversions from scoped_refptr to T* in gpu/Daniel Cheng2014-08-261-2/+2
* gpu: Add base class for gpu service testssievers@google.com2014-06-181-12/+21
* Revert 278059 "gpu: Add base class for gpu service tests"macourteau@chromium.org2014-06-181-21/+12
* gpu: Add base class for gpu service testssievers@chromium.org2014-06-181-12/+21
* Revert r258965 aka reland r258122sievers@chromium.org2014-04-031-5/+8
* Revert 258122 "gpu: Allow fences to check whether a flush has oc..."sievers@google.com2014-03-241-8/+5
* gpu: Allow fences to check whether a flush has occurredsievers@chromium.org2014-03-191-5/+8
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-2/+339
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-12/+6
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-081-31/+21
* Add mailbox manager testpiman@chromium.org2013-06-151-0/+146