summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/vega: Remove an invalid sanity check.Chia-I Wu2011-01-301-6/+0
* st/vega: s/vg[A-Z]/vega[A-Z]/.Chia-I Wu2011-01-304-42/+42
* st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg2011-01-262-2/+2
* vega: implement handler/pointer conversion using a hash tableBrian Paul2011-01-249-9/+175
* vega: remove redundant functions found elsewhereBrian Paul2011-01-241-10/+0
* vega: replace casts with pointer/handle conversion functionsBrian Paul2011-01-2411-165/+297
* st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3.Michel Dänzer2011-01-241-4/+2
* vega: sort filenames in Makefile, SConscriptBrian Paul2011-01-232-23/+24
* scons: Add support for GLES.Chia-I Wu2011-01-222-0/+6
* st/dri: Fix warningJakob Bornecrantz2011-01-211-0/+1
* Remove executables from source tree.José Fonseca2011-01-185-0/+0
* d3d1x: Fix broken build.Chia-I Wu2011-01-161-1/+6
* egl: Improve driver selection.Chia-I Wu2011-01-136-63/+96
* egl: Simplify driver matching.Chia-I Wu2011-01-131-8/+3
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-9/+8
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-121-11/+27
* st/egl: Fix a void pointer arithmetic warning.Chia-I Wu2011-01-101-1/+1
* st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer2011-01-053-1/+80
* st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu2010-12-261-4/+4
* st/egl: Remove unnecessary header.Vinson Lee2010-12-231-1/+0
* st/vega: Remove unnecessary headers.Vinson Lee2010-12-226-12/+0
* st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu2010-12-221-4/+36
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-12-221-6/+5
* st/egl: Plug pbuffer leaks.Chia-I Wu2010-12-221-8/+2
* st/egl: Allow single-buffered pixmaps.Chia-I Wu2010-12-222-26/+17