Closed
Bug 762263
Opened 13 years ago
Closed 13 years ago
Add EGLSync
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
8.77 KB,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
We need EGLSync for sychronizing between contexts without 'sharing' them, particularly for EGLImage work.
Comment 2•13 years ago
|
||
Comment on attachment 630753 [details] [diff] [review]
patch
Review of attachment 630753 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/gl/GLDefs.h
@@ +3261,5 @@
> +#define LOCAL_EGL_SIGNALED 0x30F2
> +#define LOCAL_EGL_UNSIGNALED 0x30F3
> +#define LOCAL_EGL_SYNC_PRIOR_COMMANDS_COMPLETE 0x30F0
> +#define LOCAL_EGL_SYNC_FLUSH_COMMANDS_BIT 0x0001
> +#define LOCAL_EGL_FOREVER 0xFFFFFFFFFFFFFFFFull
Is this a swear word?
Attachment #630753 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 3•13 years ago
|
||
I hate these long constants. I am always suspicious they have the wrong number of Fs.
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla16
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•