[Webkit-unassigned] [Bug 77148] [Qt][Texmap] Refactor TextureMapper API to use ImageBuffers when possible.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 01:31:52 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77148





--- Comment #19 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-01-31 01:31:44 PST ---
(From update of attachment 124664)
View in context: https://bugs.webkit.org/attachment.cgi?id=124664&action=review

Looks good to me, maybe someone else wants to have a look?

> Source/WebCore/ChangeLog:18
> +        Also, Functions that use TransformationMatrix were added to GraphicsContext, to allow for

functions*

> Source/WebCore/platform/graphics/GraphicsContext.cpp:781
> +// These fuctions should be implemented to support software-rendering of 3d transforms.

3D

> Source/WebCore/platform/graphics/opengl/TextureMapperGL.cpp:590
> -static void swizzleBGRAToRGBA(uint32_t* data, const IntSize& size)
> +static void swizzleRGB(uint32_t* data, const IntSize& size)

wasnt the old name better?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list