mesa/progs/perf
José Fonseca 7bbf7f94ea scons: Build progs together with everything else.
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
2010-01-01 12:16:19 +00:00
..
.gitignore progs/perf: Ignores! 2009-10-09 14:00:15 +01:00
Makefile progs/perf: Include local headers before installed headers. 2009-09-28 09:03:26 -06:00
SConscript scons: Build progs together with everything else. 2010-01-01 12:16:19 +00:00
common.c progs/perf: Fix MSVC build. 2009-10-06 09:13:14 -06:00
common.h progs/perf: offsetof() should be defined in stddef.h, include it 2009-09-21 11:09:47 -06:00
copytex.c progs/perf: added glCopyTex[Sub]Image2D test 2009-09-22 15:39:05 -06:00
drawoverhead.c progs/perf: updated comments 2009-09-22 07:50:12 -06:00
fbobind.c progs/perf: add missing texture enable in fbobind.c 2009-09-22 11:15:11 -06:00
fill.c progs/perf: break up long runs of fullscreen quads 2009-09-22 11:21:10 +01:00
genmipmap.c progs/perf: added check for GL_ARB_framebuffer_object 2009-12-21 13:49:25 -07:00
glmain.c progs/perf: accept GL3.x also 2009-09-24 16:43:15 +01:00
glmain.h progs/perf: added PerfExtensionSupported() helper 2009-09-22 11:15:11 -06:00
readpixels.c progs/perf: fix warnings in readpixels test 2009-09-24 16:52:14 +01:00
swapbuffers.c progs/perf: updated comments 2009-09-22 07:50:12 -06:00
teximage.c progs/perf: set TexSubImage4=FALSE 2009-09-23 08:06:37 -06:00
vbo.c progs/perf: Actually bind the newly created vbo. 2009-09-23 20:24:35 +02:00
vertexrate.c progs/perf: add first attempt at a swapbuffers rate test 2009-09-22 11:21:09 +01:00