summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Collapse)Author
2010-03-05progs/demos: Add arbocclude2 to Makefile and .gitignore.Vinson Lee
2010-03-05progs: Add arbocclude2 demo.Michal Krol
2010-02-19progs/demos: sort filenamesBrian Paul
2010-02-18progs/demos: update arbocclude.c to do multiple queries at onceBrian Paul
Issue a whole bunch of queries then get the results and render. Draw the test object in red instead of orange if the result was not ready when we first queried it.
2010-02-17progs/demos: update GL version test to accept GL 3.xBrian Paul
2010-02-08progs/demos: update .gitignoreJoakim Sindholt
2010-02-05progs/demos: fix typoBrian Paul
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
Conflicts: Makefile src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/lp_flush.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/llvmpipe/lp_tile_cache.c src/mesa/state_tracker/st_cb_condrender.c
2010-01-29progs/demos: new image dissolve demoBrian Paul
Dissolve between two images using a random pattern in the stencil buffer and a varying stencil ref value.
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/drivers/dri/intel/intel_screen.c src/mesa/drivers/dri/intel/intel_swapbuffers.c src/mesa/drivers/dri/r300/r300_emit.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texstate.c
2010-01-23progs/demos: Remove unnecessary header from shadowtex.c.Vinson Lee
2010-01-21progs/demos: call glutDestroyWindow() upon exitBrian Paul
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca
Conflicts: src/gallium/drivers/llvmpipe/lp_quad.h src/gallium/drivers/llvmpipe/lp_setup.c
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
2010-01-11progs/demos: Remove unnecessary header from morph3d.c.Vinson Lee
2010-01-11progs/demos: Remove unnecessary header from isosurf.c.Vinson Lee
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
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
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/drivers/dri/i965/brw_wm_emit.c
2010-01-06progs/demos: Assert that input to malloc is valid.Vinson Lee
2010-01-11progs/demos: Remove unnecessary header from fbotexture.c.Vinson Lee
2010-01-10progs/demos: Bounds check input to fire.c.Vinson Lee
2010-01-08progs/demos: Add missing initializers in engine.c.Vinson Lee
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-12-31Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: configs/darwin src/gallium/auxiliary/util/u_clear.h src/gallium/state_trackers/xorg/xorg_exa_tgsi.c src/mesa/drivers/dri/i965/brw_draw_upload.c
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
Conflicts: src/gallium/auxiliary/util/u_network.c src/gallium/auxiliary/util/u_network.h src/gallium/drivers/i915/i915_state.c src/gallium/drivers/trace/tr_rbug.c src/gallium/state_trackers/vega/bezier.c src/gallium/state_trackers/vega/vg_context.c src/gallium/state_trackers/xorg/xorg_crtc.c src/gallium/state_trackers/xorg/xorg_driver.c src/gallium/winsys/xlib/xlib_brw_context.c src/mesa/main/mtypes.h
2009-12-26progs/demos: Silence warn_unused_result warnings.Vinson Lee
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h
2009-12-21progs/demos: report pixel rate in million pixels / secBrian Paul
2009-12-18progs/demos: Silence compiler warning in morph3d.c.Vinson Lee
2009-12-18progs/demos: Use C-style comment.Vinson Lee
2009-12-18progs/demos: fix glut initialization callsBrian Paul
Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option.
2009-12-09progs/demos/gloss: press 'n' to advance by one frameBrian Paul
2009-12-09progs/demos: call glutDestroyWindow() in gloss.cBrian Paul
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
Conflicts: progs/demos/projtex.c progs/xdemos/glxinfo.c src/mesa/main/version.h To fix the confilicts in projtex.c and glxinfo.c I just took the code from mesa_7_6_branch. The conflicts seem to have occured from cherry-picks from mesa_7_7_branch to mesa_7_6_branch followed by commmits just to mesa_7_6_branch.
2009-12-07progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-12-03progs/demos: Fix memory leak in ray.c.Vinson Lee
(cherry picked from commit 6b480dc21dd489d48685b2268e495218aea74293)
2009-12-03progs/demos: Fix memory leak in projtex.c.Vinson Lee
(cherry picked from commit ee555e3d69c8820f27e71e5ebc028a768cef7d0b)
2009-12-03progs/demos: Fix memory leak in ipers.c.Vinson Lee
(cherry picked from commit a1afe303deda320aadacdaf5b1c72631ca3f734f)
2009-12-03progs/demos: Fix memory leak in fslight.c.Vinson Lee
(cherry picked from commit aef3218f0bb48fdb286d2008ee07e507ea8aa98e)
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz
Conflicts: src/mesa/main/version.h
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul
2009-11-17progs/demos: silence warningsBrian Paul
2009-11-16progs/demos: Fix memory leak in ray.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in projtex.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in ipers.c.Vinson Lee
2009-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee
2009-10-23progs/demos: add fps to multiarbKeith Whitwell
2009-10-14progs/demos: try different depth formats in fbo_firecube.cBrian Paul
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
Conflicts: progs/demos/cubemap.c src/gallium/drivers/softpipe/sp_tex_sample.c src/gallium/drivers/softpipe/sp_texture.c