summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/texture_definition.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-1/+1
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-1/+1
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-221-24/+11
* Revert of Re-land: ui: Move GLImage::BindTexImage fallback from GLImage imple...vasilii2015-10-201-11/+24
* Re-land: ui: Move GLImage::BindTexImage fallback from GLImage implementations...reveman2015-10-201-24/+11
* Revert of ui: Move GLImage::BindTexImage fallback from GLImage implementation...reveman2015-10-191-13/+24
* ui: Move GLImage::BindTexImage fallback from GLImage implementations to GLES2...reveman2015-10-191-24/+13
* Remove ScopedUpdateTexture.tobiasjs2015-09-181-29/+0
* Implements GLImage*Memory::OnMemoryDump andericrk2015-08-211-0/+9
* gpu: Use a rectangle to keep track of the cleared area of each texture level.reveman2015-06-051-7/+8
* Fix avoid texture re-use workaroundboliu2015-06-021-0/+1
* Avoid unncessary EGLImageTargetTexture callsboliu2015-05-301-2/+8
* Update texture outside of lockboliu2015-05-281-12/+36
* ui: Add sub region copy support to GLImage::CopyTexImage.reveman2015-05-221-2/+6
* glBindTexImage2DCHROMIUM should retain pixel format.christiank2015-05-181-0/+5
* Handle currently bound texture id in PowerVR workaroundboliu2015-04-291-0/+7
* Avoid EGLImage target texture reuse on PowerVRboliu2015-04-291-2/+25
* Fix a few lints found while working on crrev.com/1051503003.dcastagna2015-04-061-2/+2
* Support syncing undefined texturesboliu2015-02-201-64/+50
* Correctly track texture cleared state for sharingboliu2015-01-291-1/+13
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-5/+5
* gpu: Remove texture target from internal mailbox namesievers2014-10-241-3/+2
* gpu: Rewrite MailboxSynchronizersievers2014-10-241-0/+11
* MailboxSync: Imply fence with sync pointsievers2014-10-221-80/+1
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-211-24/+24
* Optimized Texture::Update() function.dyen2014-10-101-9/+10
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-26/+26
* gpu: Remove release-after-use workaround.reveman2014-09-291-5/+0
* gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync.reveman2014-09-091-1/+0
* gpu: Add CopyTexImage function to GLImage API.reveman2014-09-051-0/+6
* Remove implicit conversions from scoped_refptr to T* in gpu/Daniel Cheng2014-08-261-14/+14
* ui: Add ScheduleOverlayPlane API to GLImage.reveman@chromium.org2014-08-011-1/+14
* During image destroy, delete textures only if we have a GL context.sohan.jyoti@samsung.com2014-07-311-2/+3
* Fix GLImageSync::GetSize() to return actual texture sizesievers@chromium.org2014-07-011-10/+20
* gpu: Always use EGL_KHR_fence_sync with mailbox syncsievers@chromium.org2014-06-251-10/+12
* gpu: Expose GLFence impls sievers@chromium.org2014-06-251-58/+82
* gpu: Use ARB_sync extension for GLFence implementation when GL version is Ope...reveman@chromium.org2014-04-191-7/+13
* Revert r258965 aka reland r258122sievers@chromium.org2014-04-031-6/+2
* Revert 258122 "gpu: Allow fences to check whether a flush has oc..."sievers@google.com2014-03-241-2/+6
* gpu: Allow fences to check whether a flush has occurredsievers@chromium.org2014-03-191-6/+2
* gpu: Add extension check when initializing MailboxSyncboliu@chromium.org2014-03-151-5/+4
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-0/+445
* gpu: Change Produce/ConsumeTexture to allow texture sharingpiman@chromium.org2013-05-291-75/+0
* Android: Fix up video to work with mailboxes.sievers@chromium.org2013-04-171-0/+2
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-101-0/+12
* Revert 171569 as it broke some browser_tests on win_aura.sky@chromium.org2012-12-071-12/+0
* Implement TextureImageTransportSurface using texture mailboxsievers@chromium.org2012-12-061-0/+12
* gpu: also move tex parameters into mailboxpiman@chromium.org2012-12-011-0/+10
* Allow immutable textures into mailboxespiman@chromium.org2012-09-251-0/+2
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-0/+49