summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] add dump option to xvmcChristian König2010-11-251-0/+14
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-2111-24/+47
|\
| * st/vega: Fix vgReadPixels with a subrectangle.Chia-I Wu2010-11-211-4/+12
| * st/vega: Set wrap_r for mask and blend samplers.Chia-I Wu2010-11-211-0/+2
| * st/vega: vegaLookupSingle should validate the state.Chia-I Wu2010-11-211-0/+2
| * st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu2010-11-183-6/+16
| * st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu2010-11-181-11/+4
| * gallium: Add st_api::name.Chia-I Wu2010-11-183-0/+7
| * st/vega: Do not wait NULL fences.Chia-I Wu2010-11-181-3/+4
* | [g3dvl] inverse check for iDCTChristian König2010-11-211-2/+2
* | [g3dvl] ups missed this checkChristian König2010-11-141-2/+2
* | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-1140-314/+618
|\|
| * st/dri: Add support for surfaceless current contexts.Chia-I Wu2010-11-103-2/+7
| * st/egl: Fix build for include files in nonstandard placesThomas Hellstrom2010-11-092-1/+2
| * scons: Unify state tracker SConscriptsJakob Bornecrantz2010-11-054-22/+31
| * scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz2010-11-056-70/+56
| * scons: DetabifyJakob Bornecrantz2010-11-055-48/+48
| * st/xorg: Detect libkms with scons too.José Fonseca2010-11-031-0/+3
| * st/xorg: Add missing \n to error message.José Fonseca2010-11-031-1/+1
| * egl/gdi: fix typo: xsurf->gsurfBrian Paul2010-11-031-1/+1
| * st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu2010-11-033-10/+32
| * st/egl: Add native_display_buffer interface.Chia-I Wu2010-11-032-0/+61
| * st/egl: Add extern "C" wrapper to native.h.Chia-I Wu2010-11-031-0/+8
| * st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu2010-11-031-0/+66
| * st/egl: Add support for swap interval and swap behavior.Chia-I Wu2010-11-032-5/+22
| * st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu2010-11-036-23/+0
| * d3d1x: Use native_surface::present.Chia-I Wu2010-11-031-10/+4
| * st/egl: Use native_surface::present callback.Chia-I Wu2010-11-032-4/+5
| * st/egl: Add native_surface::present callback.Chia-I Wu2010-11-037-2/+170
| * st/vega: Remove unnecessary headers.Vinson Lee2010-11-0212-23/+0
| * scons: Disable python state tracker when swig is not present.José Fonseca2010-11-011-0/+3
| * scons: Revamp how to specify targets to build.José Fonseca2010-11-015-168/+173
| * st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke2010-11-011-1/+2
* | [g3dvl] start handling motion_vertical_field_selectChristian König2010-11-091-0/+5
* | [g3dvl] motion type depends on picture structure not dct typeChristian König2010-11-061-7/+8
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-2829-221/+406
|\|
| * st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu2010-10-232-5/+2
| * egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-12/+32
| * st/egl: Fix native_mode refresh mode.Chia-I Wu2010-10-232-3/+3
| * egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-11/+11
| * egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-2/+2
| * egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
| * egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-81/+37
| * egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-2/+2
| * st/xorg: Fix memory leak on error path.Vinson Lee2010-10-191-0/+1
| * st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom2010-10-191-0/+5
| * st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom2010-10-195-29/+29
| * st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom2010-10-191-2/+9
| * st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas Hellstrom2010-10-191-1/+1
| * st/egl: Do not finish a fence that is NULL.Chia-I Wu2010-10-141-2/+4