Closed
Bug 1702069
Opened 5 years ago
Closed 5 years ago
Cleanup of GLContextGLX code
Categories
(Core :: Graphics, task)
Core
Graphics
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(1 file)
I did some cleanup in a less-minimal changeset that didn't end up landing, but it'd be nice to leave this area a little nicer than I found it.
| Assignee | ||
Comment 1•5 years ago
|
||
- More const
- RAII wrapper instead of macro wrappers
- Add function name to X ERROR spew
- Reduce buffer size, because 100 is plenty. (usual len is <10)
Updated•5 years ago
|
Assignee: nobody → jgilbert
Status: NEW → ASSIGNED
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c88560db5f71
Cleanup of GLContextGLX code. r=lsalzman
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•