summaryrefslogtreecommitdiffstats
path: root/PCbuild/_hashlib.vcxproj.filters
Commit message (Expand)AuthorAgeFilesLines
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+13
='40'>40space:mode:
authorSarah Smith <sarah.j.smith@nokia.com>2009-10-01 05:49:32 (GMT)
committerSarah Smith <sarah.j.smith@nokia.com>2009-10-01 05:49:32 (GMT)
commit059d40d3f918f658041ec20ba04f9d010cfc0fa7 (patch)
tree35e5d01fdbfdd941495e7955e538954ce9a00ac4 /examples/opengl
parent5496fbd5f4e5f272ba4f8150c909206ad409fd1d (diff)
downloadQt-059d40d3f918f658041ec20ba04f9d010cfc0fa7.zip
Qt-059d40d3f918f658041ec20ba04f9d010cfc0fa7.tar.gz
Qt-059d40d3f918f658041ec20ba04f9d010cfc0fa7.tar.bz2
Remove display lists and refactor ready for ES/ES2 port
Display lists, and a few other features dont work in ES/ES2. Refaoctor to allow redo of lighting and other non-fixed-function pipeline features. Also use QAnimation* classes instead of timers, and correct a few minor bugs (flipped texture). Include new screenshot (old one manifested bug). Reviewed-by: Rhys Weatherley