summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx
AgeCommit message (Expand)AuthorFilesLines
2010-05-15st/xlib: Remove unnecessary header.Vinson Lee1-1/+0
2010-05-07glapi: Move to src/mapi/.Chia-I Wu2-0/+2
2010-04-23st/xlib: Try to propagate failure to create framebuffer.José Fonseca1-3/+10
2010-04-21st/glx: variable 'i' is an enumBrian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell2-20/+20
2010-04-10Fix copyright headers.Chia-I Wu2-10/+12
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger1-2/+2
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu2-2/+11
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-2/+2
2010-03-23st/glx: add support for multiple displaysBrian Paul1-4/+26
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson1-1/+1
2010-03-22st/glx: fix depth/stencil format selection codeBrian Paul1-7/+12
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu8-196/+579
2010-03-14st/glx: Fix glXCopySubBufferMESA.Chia-I Wu1-1/+1
2010-03-14st/glx: Sync the back buffer to the front buffer.Chia-I Wu1-4/+22
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu4-6/+53
2010-03-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2-58/+73
2010-03-13gallium: Respect user's CFLAGS for including X headersDan Nicholson1-1/+2
2010-03-13st/glx: Fix framebuffer validation.Chia-I Wu1-24/+29
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu1-3/+3
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu4-19/+9
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu1-0/+6
2010-03-12st/glx: Add xm_st.c to SConscript.Chia-I Wu1-0/+1
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu1-13/+9
2010-03-12st/glx: Fix an infinite recursion in flush_front.Chia-I Wu1-1/+1
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu6-165/+470
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell1-2/+3
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell2-5/+7
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell1-7/+1
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell1-12/+0
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell1-7/+3
2010-03-08gallium: introduce target directoryKeith Whitwell2-13/+0
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell4-93/+25
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-2/+1
2010-03-01glx: Rename pipe formats.José Fonseca1-7/+7
2010-03-01xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca1-2/+2
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul3-43/+71
2010-02-23st/glx: added PIPE_FORMAT_Z24S8_UNORM codeBrian Paul1-1/+6
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2-8/+8
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2-16/+16
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul1-1/+1
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-1/+1
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke1-6/+6
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke1-1/+1
2010-02-12st/xlib: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell2-12/+5
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-1/+1