summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-061-0/+1
* st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-05-041-1/+25
* st/wgl: Cope with zero width/height windows.José Fonseca2011-05-041-12/+38
* st/xorg: flush after loading the cursorMarcin Slusarz2011-05-031-7/+15
* st/xorg: Fix two more instances of typo 'accle'.Michel Dänzer2011-05-021-2/+2
* st/xorg: fix typosMarcin Slusarz2011-05-022-4/+4
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
* st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-253-3/+191
* st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
* egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-221-0/+1
* st/egl: Update to wayland protocol,egl changesBenjamin Franzke2011-04-222-27/+92
* vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul2011-04-151-1/+2
* egl/wayland: Update to per-surface frame eventsBenjamin Franzke2011-04-121-3/+3
* st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-04-121-5/+12
* st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-04-121-3/+3
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-0617-2959/+0
* st/wgl: Adjust the pbuffer invisible window size.José Fonseca2011-03-241-8/+53
* st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* st/python: Remove flags from flush function.Vinson Lee2011-03-111-1/+1
* st/python: Remove the geom_flags param from is_format_supported.Vinson Lee2011-03-111-4/+2
* st/python: Clean up fence_finish.Vinson Lee2011-03-111-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-1115-41/+28
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-1115-49/+46
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-118-9/+9
* gallium: kill is_resource_referencedMarek Olšák2011-03-112-20/+0
* swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson2011-03-111-0/+1
* vega: remove unused pipe varBrian Paul2011-03-111-1/+0
* st/vega: remove unnecessary flushesMarek Olšák2011-03-113-14/+0
* wgl: Force framebuffer validation on glViewport.José Fonseca2011-03-091-1/+13
* st/python: Add timeout parameter to fence_finish.Vinson Lee2011-03-081-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-088-9/+15
* st/glx: whitespace, 80-column fixesBrian Paul2011-03-071-35/+50
* st/wgl: No need to initialize OneTimeLock anymore.José Fonseca2011-03-061-6/+0
* egl/wayland: Move wayland-egl into a subdirBenjamin Franzke2011-03-041-1/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-012-0/+2
* st/egl: Implement swapbuffer throttlingThomas Hellstrom2011-03-013-4/+141
* st/egl/drm: Rework swapbuffersThomas Hellstrom2011-03-012-7/+32
* st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom2011-03-012-0/+45
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-019-20/+39
* st/dri: one more missing array sizeDave Airlie2011-03-011-0/+1
* st/dri: fix missing array size init.Dave Airlie2011-03-011-0/+1
* egl/st: add array size initialisorDave Airlie2011-03-011-0/+1
* st/dri: Track drawable context bindingsJakob Bornecrantz2011-02-204-2/+14
* st/python: add usage parameter to pipe_buffer_createVinson Lee2011-02-152-2/+3
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-153-2/+6
* st/python: remove pipe_vertex_buffer::max_indexVinson Lee2011-02-141-3/+0
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-143-4/+0
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-142-4/+4
* st/egl wayland: Sync front buffer releaseBenjamin Franzke2011-02-102-1/+33
* st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke2011-02-101-2/+4