1. Oct 28, 2011
    • Samuel Rødal's avatar
      Get rid of legacy glTexParameterf calls. · 77d30df7
      Samuel Rødal authored
      
      ES 1.0 didn't have glTexParameteri, which is why we sometimes used
      glTexParameterf. However, we shouldn't use glTexParameterf because
      that's treating integer values as floating point, which is not type
      safe. ES 1.1+ and ES 2.x have glTexParameteri, and we don't really care
      about supporting ES 1.0 in any case in Qt 5.
      
      Change-Id: I6b586b31ddc418ba319c4cc88f6bb3978fdbd040
      Reviewed-by: default avatarKim M. Kalland <kim.kalland@nokia.com>
      77d30df7
  2. Oct 13, 2011
  3. Oct 07, 2011
  4. Aug 30, 2011
  5. Aug 29, 2011
  6. Aug 16, 2011
  7. May 24, 2011
  8. Apr 27, 2011
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 38be0d13
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      38be0d13