aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl/textures/textures.py
Commit message (Collapse)AuthorAgeFilesLines
* Port OpenGL examplesFriedemann Kleint2016-11-041-34/+55
| | | | | | | | | | | Adapt to Qt 5 and fix license. Add detailed text with instructions to the messagebox warning about missing PyOpenGL. Task-number: PYSIDE-314 Change-Id: I560901a675669e1116fb5c7a4a33c33739930fc8 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-211-1/+1
|
* Fixed example to avoid segfault on Windows due to incorrect call to ↵Hugo Parente Lima2011-01-281-11/+13
| | | | | | | | | | bindTexture method. Code ported to new signal/slots. Fixed routines to free OpenGL resources. Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Fix bug#608 - "Photoviewer example missing license boilerplates and shebang ↵Hugo Parente Lima2011-01-191-1/+1
| | | | lines"
* fixed QString issues of textures.pyMatti Airas2010-09-021-1/+1
| | | | | | | | | | The app gives the following warning and doesn't properly show the textures: WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug! Also, still gives an exception: 'Internal C++ object already deleted.'
* Adding the pyqt ported examples (replacing xmon examples because most of ↵Douglas Soares de Andrade2009-08-191-53/+44
| | | | then did not work here)
* InitAhmed Youssef2009-08-191-0/+218