summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-12-01st/vega: Move g3d states to renderer.Chia-I Wu
2010-12-01st/vega: Use st_framebuffer for fb width/height.Chia-I Wu
2010-12-01st/vega: Delay fb state update to vg_validate_state.Chia-I Wu
2010-12-01st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.Chia-I Wu
2010-12-01st/vega: Use the renderer for vgMask.Chia-I Wu
2010-12-01st/vega: Add FILTER renderer state for image filtering.Chia-I Wu
2010-12-01st/vega: Add CLEAR renderer state for vgClear.Chia-I Wu
2010-12-01st/vega: Add SCISSOR renderer state.Chia-I Wu
2010-12-01st/vega: Add DRAWTEX renderer state.Chia-I Wu
2010-12-01st/vega: Overhaul renderer with renderer states.Chia-I Wu
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca
2010-11-25st/vega: Fix a typo in EXTENDED_BLENDER_OVER_FUNC.Chia-I Wu
2010-11-25st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu
2010-11-25st/vega: Masks and surfaces should share orientation.Chia-I Wu
2010-11-25st/vega: Fix a crash with empty paths.Chia-I Wu
2010-11-24st/xorg: Add a function to flush pending rendering and damageThomas Hellstrom
2010-11-21st/vega: Fix vgReadPixels with a subrectangle.Chia-I Wu
2010-11-21st/vega: Set wrap_r for mask and blend samplers.Chia-I Wu
2010-11-21st/vega: vegaLookupSingle should validate the state.Chia-I Wu
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu
2010-11-18st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-11-18st/vega: Do not wait NULL fences.Chia-I Wu
2010-11-10st/dri: Add support for surfaceless current contexts.Chia-I Wu
2010-11-09st/egl: Fix build for include files in nonstandard placesThomas Hellstrom
2010-11-05scons: Unify state tracker SConscriptsJakob Bornecrantz
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz
2010-11-05scons: DetabifyJakob Bornecrantz
2010-11-03st/xorg: Detect libkms with scons too.José Fonseca
2010-11-03st/xorg: Add missing \n to error message.José Fonseca
2010-11-03egl/gdi: fix typo: xsurf->gsurfBrian Paul
2010-11-03st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu
2010-11-03st/egl: Add native_display_buffer interface.Chia-I Wu
2010-11-03st/egl: Add extern "C" wrapper to native.h.Chia-I Wu
2010-11-03st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu
2010-11-03st/egl: Add support for swap interval and swap behavior.Chia-I Wu
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu
2010-11-03d3d1x: Use native_surface::present.Chia-I Wu
2010-11-03st/egl: Use native_surface::present callback.Chia-I Wu
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu
2010-11-02st/vega: Remove unnecessary headers.Vinson Lee
2010-11-01scons: Disable python state tracker when swig is not present.José Fonseca
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-11-01st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke
2010-10-23st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu
2010-10-23st/egl: Fix native_mode refresh mode.Chia-I Wu
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu