Skip to content
  1. May 11, 2013
  2. May 10, 2013
  3. May 09, 2013
  4. Apr 28, 2013
  5. Apr 10, 2013
  6. Mar 26, 2013
  7. Dec 07, 2012
  8. Dec 06, 2012
  9. Dec 04, 2012
  10. Dec 03, 2012
  11. Dec 02, 2012
  12. Dec 01, 2012
  13. Oct 15, 2012
    • MC Return's avatar
      Fixed/unified all xml.in headers. · 367fd8dd
      MC Return authored
      Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read.
      This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:compiz 
      367fd8dd
  14. Sep 07, 2012
  15. Sep 05, 2012
  16. Aug 14, 2012
    • Daniel van Vugt's avatar
      Revert API changes, for several reasons: · 33e451a2
      Daniel van Vugt authored
        1. They are making the unity code unbuildable and agonizing to support
           with #if's everywhere. I started trying to port lp:unity to support
           the API changes, and then I realized no one would ever approve it. And
           nor should they.
      
        2. It's ugly, bad design. Member data should not be repeatedly passed as
           a parameter. I know there is a limitation in the current wrapping/
           interface design that makes it impossible to access vertexBuffer as a
           member, but that's no excuse for making the code worse than it already
           was.
      
        3. The changes are not required to deliver GLES to trunk. They do not fix
           any bugs, or solve any design problem that doesn't already exist in
           trunk.
      33e451a2
  17. Aug 09, 2012
  18. Aug 08, 2012
    • Sam Spilsbury's avatar
      Refactored the AddGeometry stage a little. · af8884c9
      Sam Spilsbury authored
      Plugins can now no longer directly access GLWindow::vertexBuffer. Instead they must
      use:
      
      GLWindow::clearVertices () to clear all saved vertex data and begin vertex collection
      GLWindow::addVertexDataForGeometry () (replacement for glAddGeometry)
      GLWindow::saveVertices () which returns the number of vertices saved. Plugins can
      use this information to optimize out further steps if no vertices were saved as the
      result of the glAddGeometry calls
      af8884c9
  19. Jul 30, 2012
  20. May 17, 2012
  21. Apr 19, 2012