Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Unified Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt

Issue 11779023: Aura: A little lighter GL synchronization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bind the textures because client side expects it. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt
index 7159e645a22001e22bd076f7db82a67417ac5c0f..277b60d40555f40ed89adc5fbf82576d5aa15998 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_texture_mailbox.txt
@@ -41,13 +41,12 @@ New Procedures and Functions
Moves the image data and parameters of the currently bound texture object
into the mailbox. The texture object is redefined as though all its levels
had been resized to zero by zero and the texture object is therefore
- incomplete. If the mailbox previously contained image data, the old image
- data is deleted. The state of the bound texture object is not saved in the
- mailbox, only the image data, as well as the immutable state. The texture
- object is no longer immutable.
+ incomplete. The texture object parameters are undefined. The texture
+ object is no longer immutable. If the mailbox previously contained image
+ data, the old image data is deleted.
If glProduceTextureCHROMIUM generates an error, the associated image data
- is preserved in the texture object.
+ and state is preserved in the texture object.
The mailbox is emptied and the texture image data deleted if the context
is destroyed before being consumed. See glConsumeTextureCHROMIUM.
« no previous file with comments | « content/browser/renderer_host/image_transport_factory.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698