summaryrefslogtreecommitdiff
path: root/src/trivial/point-sprite.c
AgeCommit message (Collapse)AuthorFilesLines
2020-09-16Use glad instead of GLEW.Jose Fonseca1-1/+1
glad is a more modern, cleaner, and flexible alternative to GLEW. In particular it has first-class citizen support for OpenGL ES end EGL. Glad can't be used just for defines. For old demos which only need defines, we could bundle Khronos glext, but for now place the necessary defines on gl_wrap.h
2011-07-11point-sprite: clean-up, set GL_COORD_REPLACE_ARB modeBrian Paul1-94/+53
2011-05-13Mac OS X portability fixes.José Fonseca1-1/+1
2010-11-06Portability fixes.José Fonseca1-0/+1
These are necessary because we're not longer building against the Mesa GL headers here, but the system headers, which on windows miss several of the extensions. Simply including glew.h addresses most cases.
2009-11-19progs/trivial: Redraw upon keypress.Vinson Lee1-1/+1
2009-03-24progs/trivial: add fflushes for cygwinKeith Whitwell1-0/+1
2009-02-18progs/trivial: Label program windows with actual program nameKeith Whitwell1-1/+1
Each of these programs previously called itself "First Tri" which was a little confusing. Could have left one as "First Tri", but the trouble then is that people would still clone that file & we'd end up with another thousand first tri apps...
2007-12-09gallium: more trivial testsKeith Whitwell1-0/+174