Skip to content
  1. Sep 26, 2008
    • Luís Oliveira's avatar
      Don't use cffi-features. · aa109561
      Luís Oliveira authored
      darcs-hash:24194c59a6bd37b43b162a16418006ac49f8d16d
      aa109561
    • mcdermott.michaelj's avatar
      glu additions · 9b35e5ca
      mcdermott.michaelj authored
      Added support for the following glu functions:
          gluQuadOrientation
          gluQuadTexture
          gluQuadNormals
      Also defined the C structures needed for these functions.
      Set all three of the above to be exported.
      Added the glu Sphere function to the export list.
      
      darcs-hash:ca6ed20ffe480b792d6570b0b3d3048f2422ee80
      9b35e5ca
  2. Aug 22, 2008
  3. Jul 06, 2008
    • Luís Oliveira's avatar
      A few minor patches · 010b4e6e
      Luís Oliveira authored
      - in gl:tex-parameter's :texture-border-color use "elt" rather than
        "aref", to be consistent with other calls in the file
      - in gl:fog, implement :fog-color
      - change names of some gluPerspective parameters to match their standard
        names
      
      Patch courtesy of Dan Torop.
      
      darcs-hash:9241ab05b29617b97dc16348b981cb86ca6726ae
      010b4e6e
  4. Mar 07, 2008
  5. Mar 06, 2007
  6. Mar 04, 2007
  7. Nov 17, 2006
    • Luís Oliveira's avatar
      Misc patch · 37fb4b77
      Luís Oliveira authored
      Patch courtesy of Bart Botta.
      
      darcs-hash:2ce3d7e88e8add56dac7c267a181ee764ed40c18
      37fb4b77
  8. Aug 28, 2006
  9. Feb 17, 2006
    • Luís Oliveira's avatar
      Tiny update to GLU · 4e86bd24
      Luís Oliveira authored
      - Mostly move files around. (remind not to create stub files again, ugh)
      - Added some new functions.
      
      darcs-hash:a951c29705a5072098f22328af9ecfa5df7ca6c6
      4e86bd24
  10. Feb 07, 2006
    • Luís Oliveira's avatar
      New examples · 8fcd80fe
      Luís Oliveira authored
      - New 5 examples from the redbook.
      - 2 GLU functions needed for the examples.
      - Added gl:polygon-stipple needed for one of the examples.
      - Fixed silly bugs in cl-glut's ascii-to-char type and
        the base-window initialize-instance.
      - Moved window's title initform to a special.
      
      darcs-hash:be2d10664c39d78ad763b0504425f928234587fb
      8fcd80fe
  11. Feb 01, 2006
    • Luís Oliveira's avatar
      Big patch, lots of straw again. · 93acba08
      Luís Oliveira authored
      - GLU: added asd file and stub .lisp files.
      - Examples:
          - added cl-glut-examples.asd
          - new example: gears.lisp
      - GLUT: added asd file and implemented a few routines. (mostly those
        needed by the gears.lisp example)
      - Add my name to HEADER too.
      - 3 separate manuals is probably overkill? Use only one for now.
      - GL:
           - fixed enums, these should canonicalize to GLenum, not int.
           - renamed gl types from GLfoo to gl:foo (and exported them)
           - fixed erroneus check-type.
           - look for libGL.so.N if libGL.so isn't found.
           - removed some tabs from the files.
           - added missing space between ":constant-attenuation" and
             "linear-attenuation".
           - added missing (declare (ignore ..)) to avoid warnings.
           - fixed a small bug/typo where a foreign array was being accessed
             as if it were Lisp array.
           - change ;;;-comments to ;;-comments in package.lisp in order to
             indent well.
      
      darcs-hash:e7c742ebc970613bcc74370bf3d2df27aa67ffe0
      93acba08