Lines Matching defs:to
9 knowledge needed on their part. They get to read GL specs and write
12 Don't forget to check for your extensions or versions being present
14 to check for instead of just segfaulting, though.
51 Switching your code to using epoxy
69 As long as epoxy's headers appear first, you should be ready to go.
70 Additionally, some new helpers become available, so you don't have to
91 `glPointParameterfv()`, for example, and you don't want to have to
92 choose which one to call when they're all the same).
94 * Has a hard-to-maintain parser of extension specification text
102 generation projects had similar failures. Ideally, piglit wants to be
103 able to build a single binary for a test that can run on whatever
106 We had to solve some of GLEW's problems for piglit and solving them
108 piglit-dispatch from scratch. And since we wanted to reuse it in
118 change the device or pixel format), then epoxy needs to be notified of