Commit f97fd9fc authored by reveman@chromium.org's avatar reveman@chromium.org

gpu: Update CHROMIUM_copy_texture.txt to reflect that GL_TEXTURE_RECTANGLE_ARB...

gpu: Update CHROMIUM_copy_texture.txt to reflect that GL_TEXTURE_RECTANGLE_ARB is a supported source target.

BUG=366710
TBR=piman@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/395213002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283557 0039d316-1c4b-4281-b951-d872f2087c98
parent 29cdd124
...@@ -8,7 +8,7 @@ Name Strings ...@@ -8,7 +8,7 @@ Name Strings
Version Version
Last Modifed Date: April 1, 2013 Last Modifed Date: July 16, 2014
Dependencies Dependencies
...@@ -63,7 +63,8 @@ New Procedures and Functions ...@@ -63,7 +63,8 @@ New Procedures and Functions
been bound as GL_TEXTURE_2D object. been bound as GL_TEXTURE_2D object.
INVALID_VALUE is generated if textures corresponding to <source_id> have not INVALID_VALUE is generated if textures corresponding to <source_id> have not
been bound as GL_TEXTURE_2D or GL_TEXTURE_EXTERNAL_OES objects. been bound as GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_ARB or
GL_TEXTURE_EXTERNAL_OES objects.
INVALID_VALUE is generated if <level> is not a valid level of the INVALID_VALUE is generated if <level> is not a valid level of the
destination texture, or if level 0 of the source texture is not defined. destination texture, or if level 0 of the source texture is not defined.
...@@ -84,3 +85,4 @@ Revision History ...@@ -84,3 +85,4 @@ Revision History
8/1/2011 Documented the extension 8/1/2011 Documented the extension
7/4/2013 Add a new parameter dest_type to glCopyTextureCHROMIUM() 7/4/2013 Add a new parameter dest_type to glCopyTextureCHROMIUM()
16/7/2014 Add GL_TEXTURE_RECTANGLE_ARB as valid source_id target.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment