Commit graph

461 commits

Author SHA1 Message Date
kervala
25b5953c9f Changed: Only display virtual screen size if DISPLAY_DEVICE_ATTACHED_TO_DESKTOP flag is defined 2016-06-16 17:15:45 +02:00
kervala
a368410768 Fixed: Usage of wglEnumGpuDevicesNV 2016-06-14 19:34:43 +02:00
kervala
02a4f33d98 Changed: Updated OpenGL headers 2016-06-14 19:33:41 +02:00
kervala
4b1f0731a5 Changed: No need to change VSync if same value 2016-05-27 22:16:44 +02:00
kervala
bd0678bd84 Changed: Display a warning if setSwapVBLInterval is called before OpenGL initialization 2016-05-27 22:16:29 +02:00
kervala
8d7cf7eb7c Changed: Instead of forcing VSYNC, get initial value 2016-05-27 22:15:58 +02:00
kervala
7bf7b27b57 Fixed: VSync inverted under Windows and in OpenGL ES 2016-05-27 22:15:14 +02:00
kervala
fbd9800085 Fixed: Use %p to display pointer 2016-05-08 13:22:32 +02:00
kervala
87bfd29c5f Changed: Removed useless dependencies on DirectX 2016-03-15 12:36:21 +01:00
kervala
2221bae1b2 Fixed: OpenGL ES driver compilation 2016-03-09 11:22:09 +01:00
kervala
50afa42d93 Use ANSI versions of Win32 functions when not using Unicode text, issue #261 2016-02-20 18:38:17 +01:00
kervala
e7bebba3d3 Use Unicode versions of Win32 functions, issue #261 2016-02-20 18:30:51 +01:00
kervala
808f7b2c30 Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00
kaetemi
f0051bb24d Fix gl context not being deleted with custom window 2016-02-18 11:56:44 +01:00
kervala
bdcfa10c66 Fixed: Link to X11 under Linux 2016-01-16 15:50:45 +01:00
kervala
fc876ccd0e Changed: Minor changes 2016-01-02 11:34:17 +01:00
kervala
f372014c72 Changed: Remove X11 code for OS X (we support Cocoa now) 2016-01-02 11:34:04 +01:00
kervala
c1d8c9523b Fixed: Dead keys under Linux (Ubuntu was using ibus input method) 2016-01-02 11:33:18 +01:00
kervala
d9265f36cf Fixed: Don't crash if GL_VERSION returns NULL (it should never happen) 2015-12-27 16:06:35 +01:00
kervala
afa53e242e Changed: Support for GLX_MESA_query_renderer to detect video memory 2015-12-26 17:51:36 +01:00
kervala
0a671f2d73 Changed: Minor changes 2015-12-26 17:49:54 +01:00
kervala
0286ac2270 Changed: Force 32 bits depth with XRandr 2015-12-26 13:38:09 +01:00
kervala
5708a3997c Fixed: Warnings with GCC 2015-12-25 20:49:59 +01:00
kervala
77d60be443 Changed: Use shared libs for X11 because API doesn't change 2015-12-25 15:35:04 +01:00
kervala
3b32412d2a Changed: Display a warning when calling getModes if Display is NULL 2015-12-25 15:30:14 +01:00
kervala
3f28932da4 Changed: Use nlwarning instead of nlerror 2015-12-23 15:03:32 +01:00
kervala
92035e59b2 Changed: Add getTotalVideoMemory to IDriver to query total video memory 2015-12-23 14:36:16 +01:00
kervala
ad654a0d31 Backed out changeset: 0e65571cbfd1 (doesn't fix anything) 2015-12-06 19:46:02 +01:00
kervala
f720072e7b Fixed: Getters for Anisotropic Filtering 2015-12-02 18:56:49 +01:00
kervala
a6ed27598f Changed: Add and use more constants in config.h 2015-11-29 14:19:02 +01:00
kervala
532aaa1078 Changed: Simplified CMake ELSE and ENDIF 2015-11-29 14:06:05 +01:00
kervala
647fe665f1 Added: RC files for NeL drivers 2015-11-29 13:58:12 +01:00
kishan_grimout
eef81cf802 fix crash when a shader fails to build 2015-05-23 16:50:24 +02:00
kervala
2d348c7f13 Fixed: Crash under Linux saying you can't use X in multi-threaded environment 2015-11-22 18:37:29 +01:00
kervala
9aa47b4836 Changed: Minor changes 2015-11-15 13:29:34 +01:00
kervala
95f7448dd2 Fixed: Include AvailabilityMacros.h before using macro MAC_OS_X_VERSION_10_6 2015-11-09 12:45:34 +01:00
kervala
826b729411 Changed: Display OpenGL version and GPU used in logs 2015-11-09 10:00:51 +01:00
kervala
5babd5ab59 Changed: Support for WGL_NV_gpu_affinity extension 2015-11-09 10:00:05 +01:00
kervala
ffbf1e8804 Changed: Updated OpenGL headers 2015-11-09 09:56:13 +01:00
kervala
13665eec9d Fixed: Missing #endif 2015-11-09 09:55:58 +01:00
kervala
c3a6787196 Changed: Release modes list under OS X 2015-11-08 13:42:31 +01:00
kervala
76436616ea Changed: Centralize OS X 10.6 check in NL_MAC_VERSION_10_6_UP 2015-11-08 13:35:16 +01:00
kervala
bc50742bfe Changed: Minor changes 2015-11-08 13:22:33 +01:00
kervala
3fa369e73c Fixed: Typos (renamed restaure to restore) 2015-11-08 11:53:46 +01:00
kervala
2184d13ef4 Fixed: Compilation errors when constant not defined 2015-11-06 15:48:48 +01:00
kervala
dc86aa8459 Fixed: Unable to debug Ryzom while client is in fullscreen (bug with Windows 10?) 2015-11-05 16:48:07 +01:00
kervala
5db6c42975 Fixed: Avoid warnings of conflicts between Debug and Release DLLs 2015-11-01 16:47:39 +01:00
kaetemi
ab0aed948a Fix DXSDK include order 2015-07-10 06:16:19 +02:00
kaetemi
28a7017c00 Flag windowed application when attempting window creation using 3D driver 2015-03-06 21:15:09 +01:00
kervala
619f33fffc Fix #208 linking against static libX11.a 2015-03-02 13:06:51 +01:00