summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-04-30gallium: Add SCons build support for the DRI state tracker.Michel Dänzer
2009-04-28wgl: Store current HDC/HGLRC in stw_context.José Fonseca
2009-04-28gallium dri st: Propagate the drawable info when we bind to new drawables.Thomas Hellstrom
2009-04-28gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()Thomas Hellstrom
2009-04-28gallium dri st: Fix up some comments and minor bugs.Thomas Hellstrom
2009-04-28gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom
2009-04-28gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom
2009-04-28gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom
2009-04-28gallium: Update the drm_api.Thomas Hellstrom
2009-04-27wgl: Cope with pre-existing threads.José Fonseca
2009-04-27wgl: Implement WGL_EXT_extensions_string extension.José Fonseca
2009-04-27stw: Use a statically initiallized gl proc table.José Fonseca
2009-04-23gallium: Handle non-NULL data pointer in EXA ModifyPixmapHeader hook.Michel Dänzer
2009-04-23gallium: Always include xorg-server.h before other X server headers.Michel Dänzer
2009-04-23gallium: Fix up xorg state tracker build.Michel Dänzer
2009-04-20wgl: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca
2009-04-17wgl: Put commas in the right places.José Fonseca
2009-04-17wgl: Flip the pixel format order.José Fonseca
2009-04-17python/retrace: Rename module as it conflicts with a builtin module.José Fonseca
2009-04-10wgl: Protect the framebuffer with a lock.José Fonseca
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca
2009-04-10wgl: Query the screen for supported formats.José Fonseca
2009-04-10wgl: Walk through the pixel formats combinations.José Fonseca
2009-04-10wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca
2009-04-10wgl: Slightly simplify pixelformat creation.José Fonseca
2009-04-10wgl: Move pixel format information into device structure.José Fonseca
2009-04-10wgl: Combine alpha pixelformat info in color.José Fonseca
2009-04-10stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...José Fonseca
2009-04-10stw: Don't make assumptions about integer size.José Fonseca
2009-04-10stw: Free the mesa framebuffer.José Fonseca
2009-04-09python: Fix bad pointer.José Fonseca
2009-04-09wgl: Remove unused member.José Fonseca
2009-04-09wgl: Use more stw_* names.José Fonseca
2009-04-09wgl: Use hooks instead of subclassing the window.José Fonseca
2009-04-09wgl: Catch the attempt of releasing a context which is not current.José Fonseca
2009-04-09wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca
2009-04-09wgl: More symbol naming normalization.José Fonseca
2009-04-09stw: Use wglext.h's defines and prototypes.José Fonseca
2009-04-09stw: Normalize symbols prefix.José Fonseca
2009-04-09wgl: Add const qualifier to global constant data.José Fonseca
2009-04-08python/retrace: Try to cope with failures creating textures.José Fonseca
2009-04-08python: Don't try to finish a null fence.José Fonseca
2009-04-08python/retrace: Use colors on windows console.José Fonseca
2009-04-08python/retrace: Allow to specify the range of calls of interest.José Fonseca
2009-04-08python/retrace: Handle recent traces.José Fonseca
2009-04-08python: Fix method renaming.José Fonseca
2009-04-08python: Cope with null surfaces.José Fonseca
2009-04-08wgl: Integrate the trace driver on debug builds.José Fonseca