Age | Commit message (Expand) | Author |
2009-07-16 | wgl: Expose pipe_screen/pipe_context via an extension. | José Fonseca |
2009-07-16 | python: Obtain pipe_screen/pipe_context from the system's OpenGL driver. | José Fonseca |
2009-07-15 | python/retrace: Interpret surface_copy. | José Fonseca |
2009-07-15 | python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM. | José Fonseca |
2009-07-14 | dri-st: Unbreak GL_EXT_blend_equation_separate. | Corbin Simpson |
2009-07-14 | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin |
2009-07-06 | wgl: Make the stw_framebuffer destructions threadsafe. | José Fonseca |
2009-07-06 | wgl: Check for multiple threads before GET_CURRENT_CONTEXT. | José Fonseca |
2009-07-06 | wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages. | José Fonseca |
2009-07-04 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-06 | Merge commit 'origin/openvg-1.0' | Zack Rusin |
2009-07-06 | exa: some infrastucture work for accelerating composite | Zack Rusin |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-03 | st/wgl: don't advertise WGL_EXT_swap_interval string | Keith Whitwell |
2009-07-03 | wgl: Lookup framebuffers by HWND whenever possible. | José Fonseca |
2009-06-30 | gallium: remove the pipe_sampler_state::shadow_ambient field | Brian Paul |
2009-07-01 | st/wgl: dummy implementation of wgl swapinterval extension | Keith Whitwell |
2009-07-01 | wgl: Optimize wglGetProcAddress. | José Fonseca |
2009-06-30 | drm/st: Return drm_api struct from a function | Jakob Bornecrantz |
2009-06-24 | wgl: Handle flush after a window is destroyed. | José Fonseca |
2009-06-18 | wgl: Fix window resizing in multithread applications. | José Fonseca |
2009-06-18 | wgl: Move all thread related code together. | José Fonseca |
2009-06-17 | st/glx: added null ptr check in Fake_glXCreatePixmap() | Brian Paul |
2009-06-17 | wgl: Factor out some repetitive code into inline functions. | José Fonseca |
2009-06-15 | python/tests: Add is_depth_stencil_format utility function. | José Fonseca |
2009-06-15 | python/tests: Cleanup texture_sample. | José Fonseca |
2009-06-15 | dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth... | Thomas Hellstrom |
2009-06-27 | st/dri: Fix last depth bits logic | Jakob Bornecrantz |
2009-06-24 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-22 | st/xorg: Convert to template makefile | Jakob Bornecrantz |
2009-06-22 | st/dri: Fix typo when checking for depth formats | Jakob Bornecrantz |
2009-06-17 | gallium dri st: Probe the driver for supported surface formats. | Thomas Hellstrom |
2009-06-16 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-12 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-11 | python/retrace: Show the contents of the depth/stencil and surfaces before/af... | José Fonseca |
2009-06-11 | python/retrace: Interpret is_texture_referenced/is_buffer_referenced. | José Fonseca |
2009-06-11 | wgl: Fix prototype. | José Fonseca |
2009-06-11 | Merge branch 'mesa_7_5_branch' | José Fonseca |
2009-06-11 | python/tests: Test sampling from a depth texture. | José Fonseca |
2009-06-11 | dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth... | Thomas Hellstrom |
2009-06-09 | stw: ignore swapbuffer requests on singlebuffer | Keith Whitwell |
2009-06-09 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-06-08 | stw: If stfb not set don't call into mesa | Jakob Bornecrantz |
2009-06-04 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-01 | wgl: Destroy the framebuffer when the window is destroyed. | José Fonseca |
2009-06-01 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-31 | wgl: Cleanup framebuffer destruction logic. | José Fonseca |
2009-05-31 | wgl: Ensure we only create framebuffers for HDC associated with a window. | José Fonseca |
2009-05-30 | wgl: Use the right pixel format. | José Fonseca |
2009-05-30 | wgl: Fix debugging output. | José Fonseca |