summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
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
2011-01-26st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg
2011-01-24vega: implement handler/pointer conversion using a hash tableBrian Paul
2011-01-24vega: remove redundant functions found elsewhereBrian Paul
2011-01-24vega: replace casts with pointer/handle conversion functionsBrian Paul
2011-01-24st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3.Michel Dänzer
2011-01-23vega: sort filenames in Makefile, SConscriptBrian Paul
2011-01-22scons: Add support for GLES.Chia-I Wu
2011-01-21st/dri: Fix warningJakob Bornecrantz
2011-01-18Remove executables from source tree.José Fonseca
2011-01-16d3d1x: Fix broken build.Chia-I Wu
2011-01-13egl: Improve driver selection.Chia-I Wu
2011-01-13egl: Simplify driver matching.Chia-I Wu
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
2011-01-12scons: Updates for targets/egl-static.Chia-I Wu
2011-01-10st/egl: Fix a void pointer arithmetic warning.Chia-I Wu
2011-01-05st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer
2010-12-26st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu
2010-12-23st/egl: Remove unnecessary header.Vinson Lee
2010-12-22st/vega: Remove unnecessary headers.Vinson Lee
2010-12-22st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu
2010-12-22st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-12-22st/egl: Plug pbuffer leaks.Chia-I Wu
2010-12-22st/egl: Allow single-buffered pixmaps.Chia-I Wu
2010-12-22st/egl: Remove native_config::samples.Chia-I Wu
2010-12-22st/egl: Remove native_config::slow_config.Chia-I Wu
2010-12-22st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu
2010-12-22st/egl: Make config optional for create_pixmap_surface.Chia-I Wu
2010-12-20st/python: remove unused 'buf' parameter in pipe_buffer_unmapVinson Lee
2010-12-06mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.Chia-I Wu
2010-12-06egl: _eglFilterArray should not allocate.Chia-I Wu
2010-12-05r300g: cleanup winsysMarek Olšák
2010-12-04st/vega: Fix pipe blend state for various blend modes.Chia-I Wu
2010-12-04st/vega: Add blend shaders for all blend modes.Chia-I Wu
2010-12-04st/vega: Fix VG_BLEND_MULTIPLY.Chia-I Wu