Commit 25e6736400f3667b3c0c879fc1dc1bf92f5ef44e
- Diff rendering mode:
- inline
- side by side
src/mesa/es/main/specials_es1.c
(3 / 0)
|   | |||
| 138 | 138 | if (ctx->Extensions.EXT_texture_filter_anisotropic) | |
| 139 | 139 | len += append_extension(&str, "GL_EXT_texture_filter_anisotropic"); | |
| 140 | 140 | ||
| 141 | if (ctx->Extensions.ARB_texture_non_power_of_two) | ||
| 142 | len += append_extension(&str, "GL_ARB_texture_non_power_of_two"); | ||
| 143 | |||
| 141 | 144 | return len; | |
| 142 | 145 | } | |
| 143 | 146 |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

