Go to file
Antony Riakiotakis b5b359b48f Warning messagebox for windows when an unsupported implementation of
OpenGL is detected:

Hoping to decrease the frequency of by far one of the most frequent bug
reports by windows users.

There is some reorganization of the GHOST API to allow easy addition of
further OpenGL options in the future. The change is not propagated too
deep to keep the size of the patch managable. We might reorganize things
here later.

For OpenGL we do two checks here:
One is a combination of GDI generic renderer or vendor microsoft
corporation and OpenGL version 1.1. This means the system does not
use GPU acceleration at all. We warn user to install a graphics
driver and of cases where this might happen (remote connection, using
blender through virtual machine)

The other one just checks if OpenGL version is less than 1.4 (we can
easily change that in the future of course) and warns that it is
deprecated.

Both cases will still let blender startup correctly but users should now
have a clear idea of the system being unsupported.

A user preference flag is provided to turn the warning off.

Now stop posting those bug reports without installing a driver first -
please?
2015-02-25 13:51:53 +01:00
build_files error in last commit 2015-02-25 18:19:39 +11:00
doc doxygen: updating blender version and link to tracker 2015-02-21 12:16:20 +00:00
extern BGE physics: adding links to bullet documentation 2015-02-19 11:20:18 +00:00
intern Warning messagebox for windows when an unsupported implementation of 2015-02-25 13:51:53 +01:00
release Warning messagebox for windows when an unsupported implementation of 2015-02-25 13:51:53 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Warning messagebox for windows when an unsupported implementation of 2015-02-25 13:51:53 +01:00
tests Refactor array_utils out of BLI_array 2015-02-14 08:00:41 +11:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Debug GPU functionality from soc-viewport_fx by Jason Wilkins 2015-02-23 13:35:57 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Force phony targets to build (even if file exists) 2014-12-20 02:15:14 +01:00
SConstruct Compositing works with X-Ray. 2015-02-17 18:11:22 +01:00