Age | Commit message (Expand) | Author |
2008-11-20 | scons: Support MinGW32 cross compiler. | José Fonseca |
2008-11-05 | i915: Remove faulty assert | Jakob Bornecrantz |
2008-09-12 | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul |
2008-09-11 | cell: fix tile twidding bug seen in the event of multiple expose events | Brian Paul |
2008-09-11 | gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/ | Brian Paul |
2008-09-11 | cell: checkpoint commit of new per-fragment processing | Brian Paul |
2008-09-08 | scons: Install libGL.so and respective symlinks. | José Fonseca |
2008-09-03 | gallium: do image clipping in xmesa_display_surface_tiled() | Brian Paul |
2008-09-03 | cell: move misplaced assertions; put them after ximage is assigned. | Brian Paul |
2008-09-03 | i915: Fix typo in intel_lock.c | Jakob Bornecrantz |
2008-09-03 | Cell: added linux-cell-debug config | Brian Paul |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-09-02 | i915: Fix typo in ws_dri_bufmgr.c | Jakob Bornecrantz |
2008-09-01 | gallium: remove glthread.h file (not used) | Brian Paul |
2008-08-27 | gallium: call st_finish() in XMesaFlush() | Brian Paul |
2008-08-26 | gallium: thread wrapper clean-up | Brian Paul |
2008-08-25 | gallium: include u_math.h | Brian Paul |
2008-08-24 | gallium: include u_memory.h, u_math.h | Brian |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-19 | xlib: Revert destroying pipe_screen (temporary). | José Fonseca |
2008-08-18 | scons: Fix build. | Michal Krol |
2008-08-17 | if we can't find a mode, return first. At least we should | Alan Hourihane |
2008-08-17 | consolidate intel directories. | Alan Hourihane |
2008-08-17 | rather than use CRTC 1 (aka LVDS), try and setup all connectors/encoders | Alan Hourihane |
2008-08-15 | xlib: Kill xmesa_surface. | José Fonseca |
2008-08-14 | xlib: Use trace usage. | José Fonseca |
2008-08-12 | gdi: Remove CVS keyword. | José Fonseca |
2008-08-09 | trace: Trace pipe_winsys calls. | José Fonseca |
2008-08-07 | gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil | Brian Paul |
2008-08-07 | xlib: Integrate with the trace pipe driver. | José Fonseca |
2008-07-23 | i915: intel_flush_frontbuffer does work | Jakob Bornecrantz |
2008-07-13 | i915: Ops should not have pushed that | Jakob Bornecrantz |
2008-07-13 | i915: WIP swap rework | Jakob Bornecrantz |
2008-07-11 | gallium: Make dri drivers create a egl_name_dri.so if supported | Jakob Bornecrantz |
2008-07-10 | egl: added EGL_OPENVG_API case (allow all APIs) | Brian Paul |
2008-07-09 | egl: plug a small memleak | Zack Rusin |
2008-07-08 | i915: Takedown EGL screen | Jakob Bornecrantz |
2008-07-08 | i915: Use deviceID in EGL device create | Jakob Bornecrantz |
2008-07-08 | i915: Complete the screen -> device renaming | Jakob Bornecrantz |
2008-07-08 | i915: Renamed intel_screen to intel_device | Jakob Bornecrantz |
2008-07-07 | i915: Fix wrong pointer to cleanup | Jakob Bornecrantz |
2008-07-07 | i915: Fix EGL make current | Jakob Bornecrantz |
2008-07-07 | i915: More cleanup of display | Jakob Bornecrantz |
2008-07-07 | i915: Fetch the real deviceID for EGL | Jakob Bornecrantz |
2008-07-07 | i915: Destruction of surface, context and device in EGL | Jakob Bornecrantz |
2008-07-05 | i915: Fix EGL version and name | Jakob Bornecrantz |
2008-07-05 | i915: Added a intel be function to wrap a drm bo handle | Jakob Bornecrantz |
2008-07-05 | i915: Fix haveDepth and haveStencil for visual in EGL | Jakob Bornecrantz |
2008-07-04 | i915: Clean up intel_egl.c a bit | Jakob Bornecrantz |
2008-07-03 | i915: EGL almost works again | Jakob Bornecrantz |