<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>75142</bug_id>
          
          <creation_ts>2011-12-22 15:42:19 -0800</creation_ts>
          <short_desc>[chromium] Shadowing of the Canvas&apos; backing doesn&apos;t work with BGRA textures</short_desc>
          <delta_ts>2013-04-12 07:42:46 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vangelis Kokkevis">vangelis</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>husky</cc>
    
    <cc>jamesr</cc>
    
    <cc>kbr</cc>
    
    <cc>schenney</cc>
    
    <cc>twiz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>526583</commentid>
    <comment_count>0</comment_count>
    <who name="Vangelis Kokkevis">vangelis</who>
    <bug_when>2011-12-22 15:42:19 -0800</bug_when>
    <thetext>Canvas2DLayerChromium::updateCompositorResources() calls glCopyTexImage2D to copy from the canvas backing texture to the texture used by the compositor. However, this copy can only work if the canvas backing is an RGBA texture and will fail for BGRA (the BGRA extension doesn&apos;t support glCopyTexImage2D). We need an alternative mechanism to do the copy either by explicitly drawing a textured quad onto the bound fbo or using the command buffer extension that twiz@ is working on.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>874719</commentid>
    <comment_count>1</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2013-04-12 07:42:46 -0700</bug_when>
    <thetext>https://code.google.com/p/chromium/issues/detail?id=230825</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>