aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl/textures
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>
* Port example rcc files to use byte literalsFriedemann Kleint2016-09-191-3/+44
| | | | | | | | | Prefix data by b as if regenerated for Python 3. This works with Python 2 as well. Task-number: PYSIDE-328 Change-Id: I1145a53450d5f69b955c3014aa057106a5d644a4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-212-2/+2
|
* 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-198-53/+800
| | | | then did not work here)
* InitAhmed Youssef2009-08-198-0/+228