summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2011-06-01Adds debug messagesPFO
2011-05-31Verbose output for radeon/drmpfo
2011-03-25android: fix buildingChia-I Wu
2011-03-25st/egl: add support for loading radeonChia-I Wu
2011-03-16android: Add Android.mk's.Chia-I Wu
2011-03-16android: Add android backend for st/egl.Chia-I Wu
2011-03-12st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák
2011-03-11st/python: Remove flags from flush function.Vinson Lee
2011-03-11st/python: Remove the geom_flags param from is_format_supported.Vinson Lee
2011-03-11st/python: Clean up fence_finish.Vinson Lee
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-11swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson
2011-03-11vega: remove unused pipe varBrian Paul
2011-03-11st/vega: remove unnecessary flushesMarek Olšák
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca
2011-03-08st/python: Add timeout parameter to fence_finish.Vinson Lee
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul
2011-03-06st/wgl: No need to initialize OneTimeLock anymore.José Fonseca
2011-03-04egl/wayland: Move wayland-egl into a subdirBenjamin Franzke
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-03-01st/egl: Implement swapbuffer throttlingThomas Hellstrom
2011-03-01st/egl/drm: Rework swapbuffersThomas Hellstrom
2011-03-01st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
2011-03-01st/dri: one more missing array sizeDave Airlie
2011-03-01st/dri: fix missing array size init.Dave Airlie
2011-03-01egl/st: add array size initialisorDave Airlie
2011-02-20st/dri: Track drawable context bindingsJakob Bornecrantz
2011-02-15st/python: add usage parameter to pipe_buffer_createVinson Lee
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14st/python: remove pipe_vertex_buffer::max_indexVinson Lee
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-02-10st/egl wayland: Sync front buffer releaseBenjamin Franzke
2011-02-10st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke
2011-02-10st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()Benjamin Franzke
2011-02-10st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke
2011-02-10st/egl wayland: Set color_format according to wl_visualBenjamin Franzke
2011-02-08st/egl: Fix platform selectionBenjamin Franzke
2011-02-07st/egl: Add wayland platformBenjamin Franzke
2011-02-07st/egl: drm_image: Check for MESA_drm_imageBenjamin Franzke
2011-02-07st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke
2011-02-07st/dri: Implement dri2::{Allocate,Release}BufferBenjamin Franzke
2011-01-30st/vega: Disable blending when the paint is opaque.Chia-I Wu
2011-01-30st/vega: Remove an invalid sanity check.Chia-I Wu
2011-01-30st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu