Closed Bug 623991 Opened 14 years ago Closed 14 years ago

White list Galaxy S phones to have OpenGL acceleration

Categories

(Core :: Graphics, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jrmuizel, Assigned: jrmuizel)

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Attached patch Whitelist galaxy s (obsolete) — Splinter Review
Comment on attachment 502069 [details] [diff] [review]
Whitelist galaxy s

r- because I've tried hw acceleration on my galaxy s for the past few days, and I must say that it's not usable for regular browsing, mostly because of random stuff being painted in random parts of the screen.  This will cause users not to be able to interact with web pages, or view them (because both the display and hit testing are broken), so I think enabling hw acceleration on Galaxy S in our current code shape would just prevent us from getting useful beta feedback from Galaxy S users.
Attachment #502069 - Flags: review-
HW acceleration works great on my Vibrant and Galaxy Tab, aside from a couple of bugs.  Is there anything special about your device?
(In reply to comment #3)
> HW acceleration works great on my Vibrant and Galaxy Tab, aside from a couple
> of bugs.  Is there anything special about your device?

I don't think so.  It's a Vibrant Galaxy S with Froyo.  I have demonstrated some of the problems to Jeff in person...
Comment on attachment 502069 [details] [diff] [review]
Whitelist galaxy s

r=me if we really feel comfortable moving forward with this (hint: I _don't_).
Attachment #502069 - Flags: review- → review+
Attached patch Update slightlySplinter Review
Attachment #502069 - Attachment is obsolete: true
Attachment #503062 - Flags: review?(ehsan)
http://hg.mozilla.org/mozilla-central/rev/8be020d87f83
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
This enabled gl everywhere because of this code in LayerManager Initialize:

  if (aExistingContext) {
    mGLContext = aExistingContext;
  } else {

So we don't hit the blacklist code.
Attachment #503062 - Flags: review?(ehsan)
This should be working properly now:

http://hg.mozilla.org/mozilla-central/rev/0c0e26e7de8c
Assignee: nobody → jmuizelaar
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: