summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2010-03-097-451/+45
* | | | gallium: remove xlib_driver::display_surfaceKeith Whitwell2010-03-081-7/+3
* | | | gallium: introduce target directoryKeith Whitwell2010-03-082-13/+0
* | | | winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell2010-03-084-93/+25
|/ / /
* | | wgl: Fix mingw32 build.Vinson Lee2010-03-031-2/+0
* | | mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-0219-78/+78
|\ \ \
| * | | python: Rename pipe formats.José Fonseca2010-03-012-2/+2
| * | | vega: Rename pipe formats.José Fonseca2010-03-015-13/+13
| * | | wgl: Rename pipe formats.José Fonseca2010-03-011-11/+11
| * | | xorg: Rename pipe formats.José Fonseca2010-03-014-11/+11
| * | | glx: Rename pipe formats.José Fonseca2010-03-011-7/+7
| * | | egl: Rename pipe formats.José Fonseca2010-03-014-19/+19
| * | | dri: Rename pipe formats.José Fonseca2010-03-012-14/+14
| * | | xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca2010-03-011-2/+2
| |/ /
* / / glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-2/+2
|/ /
* | python: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-1/+1
* | st/dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-2/+4
* | st/xorg: Re-enable crtc on resizeJakob Bornecrantz2010-02-271-3/+21
* | st/xorg: Fix copy-topyJakob Bornecrantz2010-02-271-1/+1
* | st/xorg: Make resize fail gracefullyJakob Bornecrantz2010-02-271-14/+55
* | st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz2010-02-271-2/+23
* | st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom2010-02-272-14/+39
* | st/xorg: A bit more debugging infoJakob Bornecrantz2010-02-271-0/+6
* | st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz2010-02-271-1/+1
* | st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom2010-02-271-1/+1
* | python: Fix typo.Michal Krol2010-02-252-1/+1
* | st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu2010-02-251-14/+88
* | st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu2010-02-252-43/+39
* | st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu2010-02-251-51/+67
* | st/egl: Add dri2InvalidateBuffers.Chia-I Wu2010-02-254-19/+74
* | st/glx: improved depth/stencil format selection codeBrian Paul2010-02-233-43/+71
* | st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul2010-02-231-1/+6
* | st/egl: Unify surface creation.Chia-I Wu2010-02-231-107/+97
* | st/egl: Disable SHM in ximage backend.Chia-I Wu2010-02-211-3/+10
* | st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu2010-02-211-1/+4
* | st/egl: Enable extensions before adding configs.Chia-I Wu2010-02-211-6/+6
* | st/egl: Do not force validate when update_buffer is called.Chia-I Wu2010-02-211-6/+0
* | st/egl: Clean up DRI2 surface.Chia-I Wu2010-02-211-130/+182
* | st/egl: Clean up ximage surface.Chia-I Wu2010-02-211-61/+109
* | st/xlib: Add assert to check for null pointer dereference.Vinson Lee2010-02-201-0/+1
* | Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-192-8/+8
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-16/+16
* | mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-1/+1
* | mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* | Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* | Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* | Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-6/+6
* | Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* | Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-181-2/+0