summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer
2010-03-08st/vega: Fix OpenVG demo segfaults.Chia-I Wu
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu
2010-03-05st/egl: Move modeset interface to native_modeset.h.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-03wgl: Fix mingw32 build.Vinson Lee
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-01glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis
2010-03-01python: Rename pipe formats.José Fonseca
2010-03-01vega: Rename pipe formats.José Fonseca
2010-03-01wgl: Rename pipe formats.José Fonseca
2010-03-01xorg: Rename pipe formats.José Fonseca
2010-03-01glx: Rename pipe formats.José Fonseca
2010-03-01egl: Rename pipe formats.José Fonseca
2010-03-01dri: Rename pipe formats.José Fonseca
2010-03-01xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca
2010-03-01python: Don't mention deprecated drivers=trace option.José Fonseca
2010-02-27st/dri: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-27st/xorg: Re-enable crtc on resizeJakob Bornecrantz
2010-02-27st/xorg: Fix copy-topyJakob Bornecrantz
2010-02-27st/xorg: Make resize fail gracefullyJakob Bornecrantz
2010-02-27st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz
2010-02-27st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom
2010-02-27st/xorg: A bit more debugging infoJakob Bornecrantz
2010-02-27st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz
2010-02-27st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom
2010-02-25python: Fix typo.Michal Krol
2010-02-25st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu
2010-02-25st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu
2010-02-25st/egl: Add dri2InvalidateBuffers.Chia-I Wu
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul
2010-02-23st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul
2010-02-23st/egl: Unify surface creation.Chia-I Wu
2010-02-21st/egl: Disable SHM in ximage backend.Chia-I Wu
2010-02-21st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu
2010-02-21st/egl: Clean up DRI2 surface.Chia-I Wu
2010-02-21st/egl: Clean up ximage surface.Chia-I Wu
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke