summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2011-06-02d3d1x/sm4: fix swizzle for 1 component operandsChristoph Bumiller1-0/+1
2011-05-24wgl: Don't hold on to user supplied HDC.José Fonseca3-23/+22
2011-05-20st/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESABenjamin Franzke1-1/+7
2011-05-20st/dri: Support dri2 useflags in dri2_create_imageBenjamin Franzke1-0/+9
2011-05-20st/egl/wayland: Deal with wayland visual changesBenjamin Franzke1-17/+21
2011-05-19st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul1-0/+12
2011-05-19st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul3-3/+9
2011-05-19st/glx: implement glXCreateContextAttribsARB()Brian Paul1-0/+95
2011-05-19st/glx: pass version, context flags, etc to create_context()Brian Paul1-4/+9
2011-05-19st/glx: refactor create-context functionsBrian Paul1-61/+40
2011-05-13st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke14-0/+494
2011-05-10st/wgl: Remove buggy assertion.José Fonseca1-2/+0
2011-05-09st/xorg: add some debugging messages to xorg_exa.cMarcin Slusarz1-1/+15
2011-05-09st/xorg: remove DEBUG_PRINT macro and add exa_debug_printfMarcin Slusarz1-30/+29
2011-05-09st/xorg: fix compilation of xorg_exa.c with DEBUG_PRINT set to 1Marcin Slusarz1-7/+5
2011-05-06gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz1-0/+1
2011-05-04st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca1-1/+25
2011-05-04st/wgl: Cope with zero width/height windows.José Fonseca1-12/+38
2011-05-03st/xorg: flush after loading the cursorMarcin Slusarz1-7/+15
2011-05-02st/xorg: Fix two more instances of typo 'accle'.Michel Dänzer1-2/+2
2011-05-02st/xorg: fix typosMarcin Slusarz2-4/+4
2011-04-29egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke1-1/+1
2011-04-25st/egl: Add wayland shm softpipe supportBenjamin Franzke3-3/+191
2011-04-25st/egl: Generalize wayland backend a bitBenjamin Franzke3-253/+361
2011-04-22egl/wayland: Update to buffer.damage additionBenjamin Franzke1-0/+1
2011-04-22st/egl: Update to wayland protocol,egl changesBenjamin Franzke2-27/+92
2011-04-15vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul1-1/+2
2011-04-12egl/wayland: Update to per-surface frame eventsBenjamin Franzke1-3/+3
2011-04-12st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca1-5/+12
2011-04-12st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca1-3/+3
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca17-2959/+0
2011-03-24st/wgl: Adjust the pbuffer invisible window size.José Fonseca1-8/+53
2011-03-12st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-03-11st/python: Remove flags from flush function.Vinson Lee1-1/+1
2011-03-11st/python: Remove the geom_flags param from is_format_supported.Vinson Lee1-4/+2
2011-03-11st/python: Clean up fence_finish.Vinson Lee1-1/+1
2011-03-11gallium: remove flags from the flush functionMarek Olšák15-41/+28
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák15-49/+46
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák8-9/+9
2011-03-11gallium: kill is_resource_referencedMarek Olšák2-20/+0
2011-03-11swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson1-0/+1
2011-03-11vega: remove unused pipe varBrian Paul1-1/+0
2011-03-11st/vega: remove unnecessary flushesMarek Olšák3-14/+0
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca1-1/+13
2011-03-08st/python: Add timeout parameter to fence_finish.Vinson Lee1-1/+1
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák8-9/+15
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul1-35/+50
2011-03-06st/wgl: No need to initialize OneTimeLock anymore.José Fonseca1-6/+0
2011-03-04egl/wayland: Move wayland-egl into a subdirBenjamin Franzke1-1/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2-0/+2