ericmckean / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

GL function loading/binding for the GL back-end #879

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a solution to load GL functions into a structure or namespace to be 
used by the GL renderer.

Original issue reported on code.google.com by geofflang@chromium.org on 22 Jan 2015 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by kbr@chromium.org on 13 Feb 2015 at 2:42

GoogleCodeExporter commented 9 years ago
Going to take this to get something simple running, Ken can modify later if it 
is insufficient or when the chromium GL bindings are easy to port.

Original comment by geofflang@chromium.org on 17 Feb 2015 at 3:00

GoogleCodeExporter commented 9 years ago
Assigning back to Ken, landed my initial implementation here: 
https://chromium-review.googlesource.com/#/c/250390/

Original comment by geofflang@chromium.org on 17 Feb 2015 at 6:59

GoogleCodeExporter commented 9 years ago
Sorry I didn't get to this yet and thanks for getting it off the ground.

Original comment by kbr@chromium.org on 19 Feb 2015 at 1:42

GoogleCodeExporter commented 9 years ago
It's no problem, I had fun getting it working and loading all 652(!) entry 
points.    It doesn't support loading extensions yet, I figure we'll do those 
as we need them.

Original comment by geofflang@chromium.org on 19 Feb 2015 at 5:32