Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-30 | demos: Set the depth mask correctly to get the desired blending | Ian Romanick | |
2009-06-30 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/vbo/vbo_exec_draw.c | |||
2009-06-30 | progs/util: make sure function pointers are initialized | Keith Whitwell | |
Call Init() from CompileShaderFile, was previously only called for the Text version of this function. | |||
2009-06-29 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
2009-06-29 | progs/glsl: link with GLEW library | Brian Paul | |
2009-06-29 | progs/glsl: compile with scons and glew | Keith Whitwell | |
Get most of these working with scons. | |||
2009-06-26 | demos: improve argv parsing in fslight.c | Brian Paul | |
2009-06-23 | demos: fix issues in glxcontexts.c | Brian Paul | |
The reshape() function was called when there was no GLX context so the viewport/modelview/projection setup wasn't doing anything. Move the call to reshape() into draw(). Also, remove -stereo, -fullscreen options and do some general clean-up. | |||
2009-06-17 | progs/wgl: Fix shreadtex_mt too. | José Fonseca | |
2009-06-17 | progs/wgl: Tweak the initialization wait in wglthreads. | José Fonseca | |
There was still a non-zero probability for wglShareLists of failing. | |||
2009-06-17 | progs/wgl: Get wglShareLists working in wglthreads. | José Fonseca | |
wglShareLists is a little picky -- it seems to check if it has exclusive access to a lock, and fails if it doesn't. This allows the texture to be shared with all windows. | |||
2009-06-17 | progs/wgl: Allow resizing wglthreads' windows. | José Fonseca | |
2009-06-16 | progs/wgl: Quit after displaying usage for -h option. | José Fonseca | |
2009-06-16 | progs/wgl: Use appropriate types to silence msvc warnings. | José Fonseca | |
2009-06-16 | progs/wgl: Fix assertion failure in wglthreads' texture creation. | José Fonseca | |
2009-06-15 | progs/tests: Use opaque colors. | José Fonseca | |
Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk. | |||
2009-06-14 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | |
2009-06-26 | Merge branch 'arb_vertex_array_object' | 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-22 | tests: update bufferobj.c to test GL_ARB_vertex_array_object | Brian Paul | |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul | |
Conflicts: docs/relnotes-7.6.html progs/tests/Makefile src/gallium/drivers/softpipe/sp_prim_vbuf.c src/glx/x11/indirect.c src/mesa/glapi/Makefile src/mesa/glapi/dispatch.h src/mesa/glapi/glapioffsets.h src/mesa/glapi/glapitable.h src/mesa/glapi/glapitemp.h src/mesa/glapi/glprocs.h src/mesa/main/dlist.c src/mesa/main/enums.c src/mesa/sparc/glapi_sparc.S src/mesa/x86-64/glapi_x86-64.S src/mesa/x86/glapi_x86.S | |||
2009-06-18 | progs/rbug: Add small program to add block rules | Jakob Bornecrantz | |
2009-06-16 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/main/api_validate.c | |||
2009-06-15 | Merge branch 'mesa_7_5_branch' | Thomas Hellstrom | |
Conflicts: progs/util/extfuncs.h | |||
2009-06-14 | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | |
2009-06-24 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/i915/i915_tex_layout.c src/mesa/drivers/dri/i965/brw_wm_glsl.c src/mesa/drivers/dri/intel/intel_buffer_objects.c src/mesa/drivers/dri/intel/intel_pixel_bitmap.c src/mesa/drivers/dri/intel/intel_pixel_draw.c src/mesa/main/enums.c src/mesa/main/texstate.c src/mesa/vbo/vbo_exec_array.c | |||
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-12 | tests: added persp_hint.c test | Brian Paul | |
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation. | |||
2009-06-12 | tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs | Brian Paul | |
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-06-12 | util: additional function pointers | Brian Paul | |
2009-06-12 | progs/rbug: Add binary to bmp converter program | Jakob Bornecrantz | |
2009-06-11 | Merge branch 'mesa_7_5_branch' | José Fonseca | |
Conflicts: src/mesa/state_tracker/st_cb_fbo.c src/mesa/state_tracker/st_framebuffer.c | |||
2009-06-11 | progs: Port fp programs to GLEW. | José Fonseca | |
2009-06-09 | tests: prim.c demo, modified for GL_EXT_provoking_vertex | Brian Paul | |
2009-06-09 | tests: need tkmap.c for prim.c | Brian Paul | |
2009-06-09 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | |
Conflicts: Makefile src/mesa/main/version.h src/mesa/shader/slang/slang_preprocess.c src/mesa/state_tracker/st_cb_bufferobjects.c | |||
2009-06-09 | tests: check for GL_EXT/ARB_framebuffer_object | Brian Paul | |
2009-06-09 | tests: also test glGetTexImage with render to texture | Brian Paul | |
Also, adjust texture dims for the original test. And use GLEW. | |||
2009-06-09 | tests: quick and dirty glGetTexImage() test program | Brian Paul | |
2009-06-08 | progs/tests: Add some scissor tests | Jakob Bornecrantz | |
2009-06-04 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/main/context.c | |||
2009-06-01 | progs/vpglsl: add similar support for point rendering as progs/vp | Keith Whitwell | |
2009-06-01 | trivial/tri-z: add controls for depthrange min/max | Keith Whitwell | |
Also add key to set up quake-1 style ztrick rendering with clear depth 1.0, deptrange(1.0, 0.0) and depthfunc GL_GREATER. | |||
2009-06-01 | progs/wgl: Small cleanup to wglinfo. | José Fonseca | |
2009-06-01 | progs/wgl: Use an invisible window in wglinfo. | José Fonseca | |
2009-06-01 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
2009-06-01 | demos: add missing dependencies for util files | Brian Paul | |
2009-06-01 | progs/rbug: Add small remote debugging cli applications | Jakob Bornecrantz | |
2009-05-27 | demos: remove some old debug/test code | Brian Paul | |