summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul
2008-09-08scons: Install libGL.so and respective symlinks.José Fonseca
2008-09-03gallium: do image clipping in xmesa_display_surface_tiled()Brian Paul
2008-09-03cell: move misplaced assertions; put them after ximage is assigned.Brian Paul
2008-09-03i915: Fix typo in intel_lock.cJakob Bornecrantz
2008-09-03Cell: added linux-cell-debug configBrian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-09-02i915: Fix typo in ws_dri_bufmgr.cJakob Bornecrantz
2008-09-01gallium: remove glthread.h file (not used)Brian Paul
2008-08-27gallium: call st_finish() in XMesaFlush()Brian Paul
2008-08-26gallium: thread wrapper clean-upBrian Paul
2008-08-25gallium: include u_math.hBrian Paul
2008-08-24gallium: include u_memory.h, u_math.hBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-19xlib: Revert destroying pipe_screen (temporary).José Fonseca
2008-08-18scons: Fix build.Michal Krol
2008-08-17if we can't find a mode, return first. At least we shouldAlan Hourihane
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-12gdi: Remove CVS keyword.José Fonseca
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-23i915: intel_flush_frontbuffer does workJakob Bornecrantz
2008-07-13i915: Ops should not have pushed thatJakob Bornecrantz
2008-07-13i915: WIP swap reworkJakob Bornecrantz
2008-07-11gallium: Make dri drivers create a egl_name_dri.so if supportedJakob Bornecrantz
2008-07-10egl: added EGL_OPENVG_API case (allow all APIs)Brian Paul
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-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-03i915: EGL almost works againJakob Bornecrantz
2008-07-01i915: Last reference to surface -> pitchJakob Bornecrantz
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
2008-06-27eh, we need a buildbot... fix the compilationZack Rusin
2008-06-27gallium: handle msaaRoland Scheidegger