Home | History | Annotate | Download | only in docs

Lines Matching full:demos

68 <li>blendEXT demos
73 <li>almost all GLUT demos work correctly now
91 <li>updated widgets and widget demos
158 <li>two new demos: demos/gears.c and demos/shadow.c
244 <li>olympic and offset demos didn't compile on some Suns
349 <li>demos/texobj demo of texture objects
423 <li>morph3d, stex3d and spectex demos
460 <li>Mesa distribution divided into two pieces: library code and demos
471 <li>added demos/shape.c (non-rectangular X window!)
557 <li>new GLUT-based demos in gdemos/
622 <li>converted a few old glaux/gltk demos to GLUT
623 <li>renamed directories: demos -&gt; xdemos, gdemos -&gt; demos
707 <li>GLUT and all demos now in MesaDemos.tar.gz
811 <li>added demos/gloss.c
829 <li>fixed missing glEnd problem in demos/tessdemo.c
881 <li>demos/texdown program to measure texture download performance
883 <li>demos/geartrain program
885 <li>demos/lodbias program
889 <li>demos/occlude program
891 <li>demos/pixeltex program
897 <li>demos/texenv.c demo
909 <li>moved programs from 3Dfx/demos/ into demos/ directory
1025 <li>demos/shadowtex.c demo of GL_SGIX_depth_texture and GL_SGIX_shadow
1099 <li>fixed demos readtex.c compilation problem on Windows (Karl Schultz)
1273 <li>updated demos/stex3d with new options
1340 <li>updated winpos and pointblast demos to use ARB extensions
1396 <li>demo of per-pixel lighting with a fragment program (demos/fplight.c)
1599 <li>fixed problem with negative dot product in arbfplight, fplight demos