aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()Benjamin Franzke2011-02-101-1/+1
* st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke2011-02-101-2/+6
* st/egl wayland: Set color_format according to wl_visualBenjamin Franzke2011-02-101-5/+6
* st/egl: Fix platform selectionBenjamin Franzke2011-02-081-0/+1
* st/egl: Add wayland platformBenjamin Franzke2011-02-075-0/+715
* st/egl: drm_image: Check for MESA_drm_imageBenjamin Franzke2011-02-071-2/+2
* st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke2011-02-072-0/+13
* st/dri: Implement dri2::{Allocate,Release}BufferBenjamin Franzke2011-02-072-0/+111
* st/vega: Disable blending when the paint is opaque.Chia-I Wu2011-01-308-5/+37