Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-23 | progs/demos: add fps to multiarb | Keith Whitwell | |
2009-10-14 | progs/demos: try different depth formats in fbo_firecube.c | Brian Paul | |
2009-09-23 | Merge 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 | |||
2009-09-15 | progs/demos: use non-default texobj in cubemap.c | Brian Paul | |
2009-09-15 | progs/demos: create a texture object in lodbias.c | Brian Paul | |
Before, we were using the default texture object (name=0). This caused the intel_generate_mipmap() path to fail since passing texture=0 to glFramebufferTexture2DEXT() causes us to _unbind_ the texture if present. | |||
2009-09-08 | progs/demos: added RGB invert option | Brian Paul | |
2009-08-26 | mesa: gitignore | Younes Manton | |
2009-08-23 | progs/demos: add fps output to cubemap | Keith Whitwell | |
2009-08-18 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
2009-08-14 | progs/demos: print more info in fbotexture.c | Brian Paul | |
2009-08-14 | demos/cubemap: Add support for GL_ARB_seamless_cube_map | Ian Romanick | |
2009-07-08 | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | |
Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c | |||
2009-06-30 | demos: Set the depth mask correctly to get the desired blending | Ian Romanick | |
2009-06-30 | progs/isosurf: add materials mode for glVertex + TRISTRIP | Keith Whitwell | |
2009-06-26 | demos: improve argv parsing in fslight.c | Brian Paul | |
2009-06-26 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: Makefile src/gallium/drivers/softpipe/sp_screen.c src/mesa/main/version.h | |||
2009-06-20 | demos: make cubemap work without EXT_fbo support | Roland Scheidegger | |
use SGIS_generate_mipmap if EXT_fbo support (for manual mipmap generation) is not available. | |||
2009-06-15 | Merge branch 'mesa_7_5_branch' | Thomas Hellstrom | |
Conflicts: progs/util/extfuncs.h | |||
2009-06-12 | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian Paul | |
When the -arb option is specified we use GL_ARB_framebuffer_object intead of GL_EXT_framebuffer_object. For some vendors' OpenGL it's important to call the ARB entrypoints instead of the EXT entrypoints to get correct behaviour. Use some function pointer tricks to do this (instead of GLEW). | |||
2009-05-07 | demos: delete vertex array objects upon exit | Brian Paul | |
2009-04-30 | demos: silence warning | Brian Paul | |
2009-04-28 | progs: add fflushes for cygwin | Keith Whitwell | |
2009-04-27 | demos: Clean up allocated Textures and Display Lists when demo quit | Shuang He | |
2009-04-24 | shadowtex: fflush stdout for cygwin | Keith Whitwell | |
2009-04-24 | demos/readpix: add option to draw triangle instead of drawpix | Keith Whitwell | |
2009-04-20 | mesa/progs: fix scons build after recent demo moves | Keith Whitwell | |
2009-04-19 | progs/demos: Update ignore | Jakob Bornecrantz | |
2009-04-18 | demos: updated .gitignore list | Brian Paul | |
2009-04-18 | demos: move demos/texobj.c to tests/ | Brian Paul | |
2009-04-18 | demos: move demos/occlude.c (old HP extension) to tests | Brian Paul | |
2009-04-18 | demos: move tests/dinoshade.c to demos/ | Brian Paul | |
2009-04-18 | demos: move tests/projtex.c to demos/ | Brian Paul | |
And fix compiler warnings. | |||
2009-04-18 | demos: move tests/fbotexture.c to demos/ | Brian Paul | |
2009-04-18 | demos: move texdown.c to tests/ | Brian Paul | |
2009-04-18 | demos: move glutfx demo to tests/ | Brian Paul | |
2009-04-18 | demos: move streaming_rect.c demo to tests/ | Brian Paul | |
2009-04-18 | demos: move glslnoise.c demo to glsl/noise2.c | Brian Paul | |
2009-03-12 | demos: fix error string, comment | Brian Paul | |
2009-03-12 | demos: use glGenerateMipmapEXT entrypoint in cubemap.c | Keith Whitwell | |
glGenerateMipmap() is part of ARB_framebuffer_object, which many mesa drivers don't advertise. Add check for EXT_framebuffer_object. | |||
2009-03-09 | demos: in progs/demos/cubemap.c press c/f to cycle through clamp/filter modes | Brian Paul | |
Also generate a mipmap for the default checker images. | |||
2009-03-06 | engine: also print fps data to stdout | Keith Whitwell | |
Useful for figuring out how much of a perf impact the glBitmap fps display has on a given driver. | |||
2009-03-03 | demos/engine: respect display list mode when drawing pistons | Keith Whitwell | |
2009-02-24 | demos: add some fflushes for windows | Keith Whitwell | |
2009-02-13 | demos: Add polygon mode point to isosurf | Jakob Bornecrantz | |
2009-02-12 | progs: Prevent clash with min macro. | José Fonseca | |
2009-02-10 | Merge commit 'origin/gallium-master-merge' | Brian Paul | |
This is the big merge of the gallium-0.2 branch into master. gallium-master-merge was just the staging area for it. Both gallium-0.2 and gallium-master-merge are considered closed now. Conflicts: progs/demos/Makefile src/mesa/main/state.c src/mesa/main/texenvprogram.c | |||
2009-02-09 | demos: remove OSMESA stuff from Makefile | Brian | |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c | |||
2009-02-04 | demos: remove unused function | Brian Paul | |