summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2008-08-17consolidate intel directories.Alan Hourihane
2008-08-17rather than use CRTC 1 (aka LVDS), try and setup all connectors/encodersAlan Hourihane
2008-08-15xlib: Kill xmesa_surface.José Fonseca
2008-08-14xlib: Use trace usage.José Fonseca
2008-08-14Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-08-12gdi: Remove CVS keyword.José Fonseca
2008-08-11Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-07gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul
2008-08-07xlib: Integrate with the trace pipe driver.José Fonseca
2008-07-26g3dvl: Recursively build dependencies.Younes Manton
2008-07-27Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-07-23i915: intel_flush_frontbuffer does workJakob Bornecrantz
2008-07-23g3dvl: Minor fixes.Younes Manton
2008-07-22g3dvl: Add Nouveau winsys, libdriclient.Younes Manton
2008-07-20g3dvl: Fix some memory leaks in the winsys.Younes Manton
2008-07-20g3dvl: Minor SP winsys cleanup.Younes Manton
2008-07-13i915: Ops should not have pushed thatJakob Bornecrantz
2008-07-14Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-07-13i915: WIP swap reworkJakob Bornecrantz
2008-07-11gallium: Make dri drivers create a egl_name_dri.so if supportedJakob Bornecrantz
2008-07-11nouveau: winsys surface funcs deprecated, remove themBen Skeggs
2008-07-10egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul
2008-07-11Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-07-09egl: plug a small memleakZack Rusin
2008-07-08i915: Takedown EGL screenJakob Bornecrantz
2008-07-08i915: Use deviceID in EGL device createJakob Bornecrantz
2008-07-08i915: Complete the screen -> device renamingJakob Bornecrantz
2008-07-08i915: Renamed intel_screen to intel_deviceJakob Bornecrantz
2008-07-08nv50: make use of nouveau drm 0.0.11 to get 3d goingBen Skeggs
2008-07-08nv04: Hook the lib into the build.Stephane Marchesin
2008-07-07i915: Fix wrong pointer to cleanupJakob Bornecrantz
2008-07-07i915: Fix EGL make currentJakob Bornecrantz
2008-07-07i915: More cleanup of displayJakob Bornecrantz
2008-07-07i915: Fetch the real deviceID for EGLJakob Bornecrantz
2008-07-07i915: Destruction of surface, context and device in EGLJakob Bornecrantz
2008-07-05i915: Fix EGL version and nameJakob Bornecrantz
2008-07-05i915: Added a intel be function to wrap a drm bo handleJakob Bornecrantz
2008-07-05i915: Fix haveDepth and haveStencil for visual in EGLJakob Bornecrantz
2008-07-04i915: Clean up intel_egl.c a bitJakob Bornecrantz
2008-07-05Merge remote branch 'upstream/gallium-0.1' into gallium-0.1Ben Skeggs
2008-07-03i915: EGL almost works againJakob Bornecrantz
2008-07-01i915: Last reference to surface -> pitchJakob Bornecrantz
2008-06-30g3dvl: Use block and stride instead of cpp and pitch.Younes Manton
2008-06-29nouveau: oops, bump the drm patchlevel back down againBen Skeggs
2008-06-29nv50: fixes after rebase + commits note on the code that was just pushed.Ben Skeggs
2008-06-29nouveau: adapt to cpp->pf_block changesBen Skeggs
2008-06-29Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-06-28egl: set config's EGL_CONFORMANT, EGL_RENDERABLE_TYPE, EGL_SURFACE_TYPE attri...Brian Paul
2008-06-27egl: helps if the stride is rightZack Rusin