Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDisable VAOs on Mac for now since they cause driver errors for some reason. #2
Conversation
reason In particular binding VAOs gets resolved to some symbol called `glInvalidFunction` that intentionally causes a crash. Obvious attempts to fix it didn't, so I'm just disabling VAOs for now.
pcwalton
referenced
this pull request
in pcwalton/servo
Oct 1, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
pcwalton
referenced
this pull request
in pcwalton/servo
Oct 1, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
added a commit
that referenced
this pull request
Oct 1, 2015
Disable VAOs on Mac for now since they cause driver errors for some reason.
glennw
referenced
this pull request
in glennw/servo
Oct 1, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 6, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 7, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 8, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 8, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 9, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 13, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 14, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 18, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 19, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 21, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
glennw
referenced
this pull request
in glennw/servo
Oct 25, 2015
We still use FreeType, which is inconsistent with the OS font rasterization; perhaps we should switch to native Core Graphics rasterization. Anyway, this works for now and we have more important things to fix. Depends on glennw/webrender#2.
nox
pushed a commit
to nox/webrender
that referenced
this pull request
Aug 6, 2016
Support native fonts again post-e10s.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
pcwalton commentedOct 1, 2015
In particular binding VAOs gets resolved to some symbol called
glInvalidFunctionthat intentionally causes a crash. Obvious attemptsto fix it didn't, so I'm just disabling VAOs for now.