summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-07-18gallium: make g3dvl build againDave Airlie
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-18st/egl: Fix broken build after EGL thread changesAndrew Randrianasulu
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2009-07-16python/retrace: Process the call no passed to --to option inclusively.José Fonseca
2009-07-16python/retrace: Dump the surface copy contents.José Fonseca
2009-07-16python/retrace: Flush stdout before calling the pipe driver.José Fonseca
2009-07-16python: Hack to prevent segmentation faults when python exits.José Fonseca
2009-07-16wgl: Expose pipe_screen/pipe_context via an extension.José Fonseca
2009-07-16python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.José Fonseca
2009-07-15python/retrace: Interpret surface_copy.José Fonseca
2009-07-15python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.José Fonseca
2009-07-14dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca
2009-07-06wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-06Merge commit 'origin/openvg-1.0'Zack Rusin
2009-07-06exa: some infrastucture work for accelerating compositeZack Rusin
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell
2009-07-03wgl: Lookup framebuffers by HWND whenever possible.José Fonseca
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-07-01st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell
2009-07-01wgl: Optimize wglGetProcAddress.José Fonseca
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz
2009-06-24wgl: Handle flush after a window is destroyed.José Fonseca
2009-06-18wgl: Fix window resizing in multithread applications.José Fonseca
2009-06-18wgl: Move all thread related code together.José Fonseca
2009-06-17st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul
2009-06-17wgl: Factor out some repetitive code into inline functions.José Fonseca
2009-06-15python/tests: Add is_depth_stencil_format utility function.José Fonseca
2009-06-15python/tests: Cleanup texture_sample.José Fonseca
2009-06-15dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-27st/dri: Fix last depth bits logicJakob Bornecrantz
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-22st/xorg: Convert to template makefileJakob Bornecrantz
2009-06-22st/dri: Fix typo when checking for depth formatsJakob Bornecrantz
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-11python/retrace: Show the contents of the depth/stencil and surfaces before/af...José Fonseca
2009-06-11python/retrace: Interpret is_texture_referenced/is_buffer_referenced.José Fonseca
2009-06-11wgl: Fix prototype.José Fonseca
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11python/tests: Test sampling from a depth texture.José Fonseca
2009-06-11dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-09stw: ignore swapbuffer requests on singlebufferKeith Whitwell