RoosterDragon
8e89a6a696
Simplify names, remove unused usings, remove redundant casts.
2016-01-17 21:35:36 +00:00
Paul Chote
e63fc00b76
Unify framebuffer api naming.
2015-12-28 14:23:44 +00:00
Paul Chote
4372ed650e
Move CheckGlVersion to OpenGL.
2015-12-28 10:59:43 +00:00
Paul Chote
d96a32a89f
Move WriteGraphicsLog to OpenGL.
2015-12-28 10:57:43 +00:00
Paul Chote
397ca0f481
Replace MiniTK.Graphics with custom OpenGL shim.
2015-12-27 14:37:07 +00:00
Paul Chote
74fb9bbfbb
Remove legacy SetLineWidth methods.
2015-12-26 13:51:53 +00:00
Paul Chote
be29ec5342
Use explicit shader attributes.
2015-12-26 12:50:33 +00:00
Paul Chote
788def1c31
Remove Quad rendering support.
2015-12-26 12:46:55 +00:00
RoosterDragon
765bc4fa72
When the SDL hardware cursor fails, ensure more of the error message is logged.
...
Capture the useful details from the inner exception into the message, as this will be logged.
2015-12-08 22:51:55 +00:00
Kevin Azzam
96c0c2dec6
Make ctrl+x cut to clipboard
2015-10-12 18:58:26 +02:00
Oliver Brakmann
ebfe5a3fd7
Merge pull request #9474 from obrakmann/pr9217
...
Ensure that we have a working OpenGL context.
2015-09-28 18:26:51 +02:00
Guido L
d0447fd97e
Ensure that we have a working OpenGL context.
2015-09-28 18:20:35 +02:00
RoosterDragon
fc436f1aab
Added thread-affinity checks to SDL2 renderer.
...
If a call is made into a graphics resource that has thread-affinity, from a thread other than the one that created the graphics device, an exception will now be thrown to make debugging easier.
2015-09-18 21:04:21 +01:00
Matthias Mailänder
4059f83b7e
remove redundant namespace repetition
2015-08-23 07:58:06 +02:00
Matthias Mailänder
bfc7013ba4
avoid magic numbers
2015-08-23 07:58:06 +02:00
Matthias Mailänder
6abd21e71d
explicitly set the OpenTK GL context
2015-08-23 07:58:06 +02:00
Matthias Mailänder
17f3466451
untie the engine from SDL2 and MiniTK
2015-08-23 07:58:03 +02:00