jules
|
25c70643e3
|
OpenGL linux fix, and removed some deprecated GL calls.
|
12 years ago |
jules
|
b986d11291
|
Minor GL optimisation.
|
12 years ago |
jules
|
fbe3d179fb
|
Preventing flicker when closing OSX openGL windows.
|
12 years ago |
jules
|
cf781ecb75
|
OpenGL tweaks, including fix for flickering GL windows when resizing in OSX.
|
12 years ago |
jules
|
aacb92a33a
|
Small windows GL tweak.
|
12 years ago |
jules
|
0abd7a3fa1
|
OpenGL: removed the artifical render-throttling code, allowing the rendering to be kept in sync by the native GL swap-interval.
|
12 years ago |
jules
|
e75663b467
|
Improved some openGL texture creation functionality.
|
12 years ago |
jules
|
1f6e0aed9d
|
Android GL fix.
|
12 years ago |
jules
|
38e61f778a
|
Corrected openGL framebuffer releasing.
|
12 years ago |
jules
|
29b9450fcb
|
Minor GL optimisation.
|
12 years ago |
jules
|
959b38a083
|
GL rendering context fix.
|
12 years ago |
jules
|
7a3453f48b
|
Minor clean-ups.
|
12 years ago |
jules
|
04518ac15d
|
openGL image rendering fix.
|
12 years ago |
jules
|
5f99835313
|
openGL renderer fix.
|
12 years ago |
jules
|
ff20ad64f3
|
Fixed some dodgy threading in the openGL rendering context.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
02c0cd009c
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
68476aded8
|
Renderer optimisations.
|
12 years ago |
jules
|
9615781f24
|
OpenGL fix
|
12 years ago |
jules
|
d1757b5e8a
|
Minor stuff.
|
12 years ago |
jules
|
f24f7b638c
|
Modal component fix. Minor tweaks.
|
12 years ago |
jules
|
a51a4952e4
|
Cleaned up a few VC warnings.
|
12 years ago |
jules
|
f6ce67ed4a
|
OpenGL context now supports high DPI displays. Added operator* to Rectangle class.
|
12 years ago |
jules
|
2590de5bad
|
More robust checking for OpenGLTexture::release.
|
12 years ago |
jules
|
6b1654e1d2
|
Fixed some more warnings.
|
12 years ago |
jules
|
2e777f8943
|
Fix for iOS windowing, and some CGRect clean-ups.
|
12 years ago |
jules
|
c018cba8c8
|
A couple of tweaks to improve iOS/android openGL.
|
12 years ago |
jules
|
842d30fbfa
|
Minor tidying-up.
|
12 years ago |
jules
|
c6299a08dc
|
Changed the return type of ImageType::create().
|
13 years ago |
jules
|
e35e130362
|
Added some matrix uniform setting methods to OpenGLShaderProgram.
|
13 years ago |
jules
|
5a69cc6ce2
|
Internal tidying-up.
|
13 years ago |
jules
|
e04fba6f42
|
OpenGL threading fix.
|
13 years ago |
jules
|
1cf1cd1a3b
|
Workarounds for some c++11 compiler warnings.
|
13 years ago |
jules
|
68024fb8aa
|
Changed OpenGLContext to take a native context handle as its sharing context.
|
13 years ago |
jules
|
bd0741f9a9
|
Added method OpenGLContext::deactivateCurrentContext().
|
13 years ago |
jules
|
ebfd2835d8
|
OpenGLContext fix.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
13 years ago |
jules
|
7d9e06d788
|
Added OpenGL locking for OSX.
|
13 years ago |
jules
|
04c2d6cfc1
|
Added some GL error handling and tweaks to support older PC builds.
|
13 years ago |
jules
|
351416c09a
|
Tidied up some docs and comments.
|
13 years ago |
jules
|
8de9d9c6da
|
Version number bump. Clean-ups.
|
13 years ago |
jules
|
0f8cc04904
|
GL fixes, clean-ups, docs.
|
13 years ago |
jules
|
91a41ddbd8
|
OpenGL refactoring (stage 1)
|
13 years ago |
jules
|
59669e8bec
|
Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes.
|
13 years ago |
jules
|
cd711a5c44
|
OpenGL refactoring. Removed a couple of minor methods from OpenGLComponent.
|
13 years ago |
jules
|
b338698e34
|
OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object.
|
13 years ago |
jules
|
8f9549a4a7
|
OpenGL fix.
|
13 years ago |
jules
|
ed9a2a1575
|
Minor android and GL clean-ups.
|
13 years ago |
jules
|
109f0a32a4
|
OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress.
|
13 years ago |