Bug 60334 - [Qt] QtWebKit is compiled without 3D transforms enabled
Summary: [Qt] QtWebKit is compiled without 3D transforms enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, Regression
Depends on:
Blocks:
 
Reported: 2011-05-05 21:16 PDT by Noam Rosenthal
Modified: 2011-05-17 02:03 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 2011-05-05 21:16:28 PDT
There's a regression, probably since the changes to the build, that makes Qt compile with 3D rendering disabled.
3D rendering should be enabled by default in Qt.
Comment 1 Csaba Osztrogonác 2011-05-06 04:53:32 PDT
3D rendetering is enabled by default. What kind of regression do you mean?

Source/WebCore/features.pri:
...
!contains(DEFINES, ENABLE_3D_RENDERING=.): DEFINES += ENABLE_3D_RENDERING=1
...
Comment 2 Noam Rosenthal 2011-05-06 07:18:29 PDT
(In reply to comment #1)
> 3D rendetering is enabled by default. What kind of regression do you mean?
> 
> Source/WebCore/features.pri:
> ...
> !contains(DEFINES, ENABLE_3D_RENDERING=.): DEFINES += ENABLE_3D_RENDERING=1
> ...

I mean, that QtWebkit doesn't render 3D anymore.
Comment 3 Noam Rosenthal 2011-05-17 02:03:37 PDT
Fixed in r86276