summaryrefslogtreecommitdiffstats
path: root/progs/trivial/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* Fix up more stale references to gl(X)_API.xml which have moved.Michel Dänzer2010-02-261-1/+1
| | | | | AFAICT the getproc* stanzas in progs/{fp,trivial}/Makefile are completely unused at this point, so just remove them.
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-161-0/+1
|\ | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_quad.h src/gallium/drivers/llvmpipe/lp_setup.c
| * progs/trivial: test glPolygonMode(POINT/LINE) with frustum clippingBrian Paul2010-01-141-0/+1
| | | | | | | | | | Note whether the new verts introduced by clipping show up as points and lines along the edge of the window...
* | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-9/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/Makefile src/gallium/drivers/llvmpipe/SConscript src/gallium/drivers/llvmpipe/lp_bld_arit.c src/gallium/drivers/llvmpipe/lp_bld_flow.c src/gallium/drivers/llvmpipe/lp_bld_interp.c src/gallium/drivers/llvmpipe/lp_clear.c src/gallium/drivers/llvmpipe/lp_context.c src/gallium/drivers/llvmpipe/lp_context.h src/gallium/drivers/llvmpipe/lp_draw_arrays.c src/gallium/drivers/llvmpipe/lp_jit.c src/gallium/drivers/llvmpipe/lp_jit.h src/gallium/drivers/llvmpipe/lp_prim_vbuf.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_state.h src/gallium/drivers/llvmpipe/lp_state_blend.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_sampler.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tex_cache.h src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * scons: Build progs together with everything else.José Fonseca2010-01-011-9/+2
| | | | | | | | | | | | | | | | 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
* | progs/trivial: added two simple texture testsBrian Paul2009-11-301-0/+2
|/ | | | | One draws a series of quads with different textures. The other draws with one texture which is changed with glTexSubImage2D().
* progs/trivial: add test for vertex program invarient transformKeith Whitwell2009-05-051-0/+1
|
* progs/trivial: add vbo-noninterleaved testKeith Whitwell2009-05-051-0/+1
|
* trivial: add line-flat.cKeith Whitwell2009-05-051-0/+1
|
* progs/trivial: draw non-interleaved arrays out of one vboKeith Whitwell2009-03-241-0/+1
|
* progs/trivial: Add quad-tex-subJakob Bornecrantz2009-03-181-0/+1
| | | | Tests glTexSubImage
* progs/trivial: Add tri-fbo-tex-mipJakob Bornecrantz2009-03-181-0/+1
| | | | Tests rendering to mip levels other then first
* trivial: draw non-interleaved arraysKeith Whitwell2009-03-121-0/+1
|
* trivial: add a logic op testKeith Whitwell2009-03-101-0/+2
|
* trivial: add tri-stipple to SConscriptKeith Whitwell2009-03-091-0/+1
|
* trivial: Add tri-viewportJakob Bornecrantz2009-02-211-0/+1
|
* trivial: Add quadstrip-clipJakob Bornecrantz2009-02-141-0/+1
|
* trivial: Add a tri-unfilled-fog testJakob Bornecrantz2009-02-131-0/+1
|
* progs: List tri-clear.José Fonseca2009-01-141-0/+1
|
* scons: Build progs.José Fonseca2008-11-211-0/+163
Just demos and trivial dirs for starters.