Age | Commit message (Expand) | Author |
2009-03-05 | radeon-gallium: fix dri2 build | Joakim Sindholt |
2009-03-04 | radeon-gallium: Add Xorg state tracker Radeon winsys stub. | Corbin Simpson |
2009-03-04 | radeon-gallium: Only build drivers for state trackers that are enabled. | Corbin Simpson |
2009-03-04 | radeon-gallium: Enable EGL and Xorg state trackers. | Corbin Simpson |
2009-03-04 | radeon-gallium: DRI2 state tracker, part 3. | Corbin Simpson |
2009-03-05 | intel: Fixup from refcount changes | Jakob Bornecrantz |
2009-03-04 | cell: update cell driver after gallium reference count changes | Brian Paul |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-03-03 | r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2. | Corbin Simpson |
2009-03-03 | r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1. | Corbin Simpson |
2009-03-03 | st/drm: s/hocks/hooks/ | Jakob Bornecrantz |
2009-03-03 | winsys: return null for DONTBLOCK flag on existing winsys | Keith Whitwell |
2009-03-03 | intel: Add Xorg driver | Jakob Bornecrantz |
2009-03-03 | intel: Add dri2 driver for gallium | Jakob Bornecrantz |
2009-03-03 | intel: Increase max relocs per batchbuffer | Jakob Bornecrantz |
2009-03-02 | g3dvl: Grab surface pointer when flushing front buffer in SP winsys. | Younes Manton |
2009-02-27 | radeon: Add DRM stubs. | Corbin Simpson |
2009-02-27 | intel: Use flink for global buffer ids | Jakob Bornecrantz |
2009-02-25 | g3dvl: Update winsys stuff. | Younes Manton |
2009-02-25 | intel: Adopt to the new drm_api.h | Jakob Bornecrantz |
2009-02-25 | i915: Clean up i915_winsys.h a bit | Jakob Bornecrantz |
2009-02-24 | cell: added null ptr check in xm_flush_frontbuffer() | Brian Paul |
2009-02-23 | gallium: Install winsys/drm to DESTDIR rather than / | Joel Bosveld |
2009-02-20 | gallium: Improve recursive makefiles | Jakob Bornecrantz |
2009-02-20 | gallium: Improve winsys dri template Makefile | Jakob Bornecrantz |
2009-02-20 | intel: Use new makefile template for drm gem | Jakob Bornecrantz |
2009-02-20 | nouveau: Use new makefile template for drm common | Jakob Bornecrantz |
2009-02-20 | nouveau: reenable all the non-nv50 pipe drivers | Ben Skeggs |
2009-02-20 | nv50: rework for texture_transfer changes | Ben Skeggs |
2009-02-19 | gallium/winsys/xlib: Fix build with USE_XSHM undefined. | Michel Dänzer |
2009-02-19 | wgl: Use a separate .DEF for MinGW | José Fonseca |
2009-02-19 | gdi: Update for texture/surface interface changes. | José Fonseca |
2009-02-18 | gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer. | Michel Dänzer |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer |
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell |
2009-02-14 | radeon-gallium: Clean out extensions explicitly enabled by Mesa. | Corbin Simpson |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-12 | gallium/winsys/xlib: Use XShmPutImage when possible. | Michel Dänzer |
2009-02-12 | gallium/winsys/xlib: Fix stride calculations. | Michel Dänzer |
2009-02-13 | intel: Only build winsys with built state trackers | Jakob Bornecrantz |
2009-02-12 | intel: Make gem export the drm_api_hocks | Jakob Bornecrantz |
2009-02-12 | intel: Remove the old depricated dri1 winsys | Jakob Bornecrantz |
2009-02-12 | intel: Remove the ttm backend | Jakob Bornecrantz |
2009-02-10 | mesa: Build both software rasterizers for debug | Jakob Bornecrantz |
2009-02-10 | gallium: Don't rebuild common drm code | Jakob Bornecrantz |
2009-02-10 | gallium: Install DRI drivers into lib/gallium | Jakob Bornecrantz |
2009-02-10 | gallium: Introduce new subdirs build variables | Jakob Bornecrantz |
2009-02-09 | mesa: build/use libmesagallium.a for gallium builds | Brian Paul |
2009-02-07 | cell: compile fix: no-op xlib_create_brw_screen() for Cell build | Brian Paul |