summaryrefslogtreecommitdiff
path: root/progs/fp/SConscript
AgeCommit message (Collapse)Author
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c
2010-01-07progs/fp: remove invalid tri-inv.c testBrian Paul
INV is not a valid instruction.
2010-01-01scons: Build progs together with everything else.José Fonseca
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
2009-06-11progs: Port fp programs to GLEW.José Fonseca
2009-03-13progs: Add util to cpp path.José Fonseca
2009-02-14progs: Make fp-tri use glew and add scons targetJakob Bornecrantz