Commit graph

9 commits

Author SHA1 Message Date
Mikko Mononen
9d51cb6818 Update windows build settings as discussed in issue #24 2014-02-19 21:26:34 +02:00
Mikko Mononen
1517841023 Performance timer tweaks
- moved performance counter and drawing to separate file
- tweaks to performance drawing
2014-02-18 21:40:52 +02:00
Andrew Corrigan
c0883e3e6a GLES3 2014-02-14 08:54:04 -05:00
Mikko Mononen
cd376082ba Added MSAA option for backends
- added option to turn off AA fringe generation
- added examples which use no AA fringes and  MSAA
2014-02-14 13:11:32 +02:00
Mikko Mononen
c8a3ba4b69 Added OpenGL ES 2.0 back end 2014-02-14 11:26:01 +02:00
Mikko Mononen
e8c4ec22bf Fix issue #10
- link to framework CoreVideo on OSX, fixes compiling on OSX 10.9
2014-02-10 18:04:20 +02:00
Mikko Mononen
9b00b7aaf5 Implemented OGL 3.2 core profile back-end
- moved demo stuff to separate file
- created two separate examples for gl2 and gl3
- initial stab at OGL 3.2 core profile back-end (currently twice as
slows as 2.0)
- API change: glBeginFrame() takes view witdth and height as input
- added FPS counter to demo
2014-02-09 17:33:37 +02:00
Andrew Corrigan
1dd4cf0104 uses GLEW with Linux to avoid issues with glUniform1f, explicitly links glfw3 and C math library 2014-02-02 20:23:55 +08:00
Mikko Mononen
b89907ba6b First commit 2013-11-12 08:34:27 +01:00