summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-01-14egl_g3d: Check if the creation of pipe or st context fails.Chia-I Wu
2010-01-14st/egl_g3d: Use a sequence number to decide if validation is required.Chia-I Wu
2010-01-12st/egl_g3d: Get the stapi from the driver.Chia-I Wu
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu
2010-01-12st/egl_g3d: Improve comments to the native display interface.Chia-I Wu
2010-01-12st/egl_g3d: Add support for KMS native display.Chia-I Wu
2010-01-12st/egl_g3d: Add support for EGL_MESA_screen_surface.Chia-I Wu
2010-01-12st/egl_g3d: Update the native display interface for modesetting.Chia-I Wu
2010-01-12st/egl_g3d: New EGL state tracker that uses Gallium.Chia-I Wu
2010-01-12st/vega: Make it compatible with st_public.h.Chia-I Wu
2010-01-12st/vega: Advertise OpenVG support.Chia-I Wu
2010-01-11st/xlib: Mark GLX functions as public.Chia-I Wu
2010-01-11st: Mark functions in st_public.h and vg_tracker.h as public.Chia-I Wu
2010-01-11python: Integrate with llvmpipe if possible.José Fonseca
2010-01-11python: Mask out PIPE_TEXTURE_USAGE_DISPLAY_TARGET usage.José Fonseca
2010-01-11python: Prefer PIPE_FORMAT_Z32_UNORM.José Fonseca
2010-01-11python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET.José Fonseca
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-07st/xorg: remove unused xorg_exa_get_pixmap_handle functionKeith Whitwell
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2010-01-04st/xorg: Proper calculation of screen pitch.Michel Dänzer
2010-01-02st/xorg: Ensure null-terminated byte string.Vinson Lee
2010-01-02python: Don't generate a import library for python module either.José Fonseca
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2010-01-01gallium: Remove the sct module.José Fonseca
2010-01-01scons: Don't globally define WIN32_LEAN_AND_MEAN.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-29st/xorg: Use C-style comments.Vinson Lee
2009-12-30st/xorg: Fix warning and add a TODO commentJakob Bornecrantz
2009-12-30st/xorg: On close wait on fences and then destroy the screenJakob Bornecrantz
2009-12-30st/xorg: Be proper with pipe pointers on close in exaJakob Bornecrantz
2009-12-30st/xorg: Make sure we don't overrun the fence array in block handlerJakob Bornecrantz
2009-12-28st/egl: Move declaration before code.Vinson Lee
2009-12-28python/retrace: Dump only the specified image rectangles.José Fonseca
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-12-27st/xorg: Silence unused variable warnings.Vinson Lee
2009-12-27st/vega: Silence compiler warnings.Vinson Lee
2009-12-27gallium/xlib: Silence unused variable warning.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca
2009-12-25python: fix python state tracker after some latest changesZack Rusin
2009-12-25python/gs: fix the exampleZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23st/xorg: Use C-style comments.Vinson Lee
2009-12-23st/vega: Move declaration outside for loop.Vinson Lee