| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 2 | -2/+2 |
* | radeon-gallium: Unbreak non-RADEON_SOFTPIPE. | Corbin Simpson | 2009-03-10 | 5 | -7/+9 |
* | radeon-gallium: Unbreak RADEON_SOFTPIPE. | Corbin Simpson | 2009-03-10 | 4 | -18/+21 |
* | nouveau: use bo_handle_ref instead of bo_fake to get front-buffer bo | Ben Skeggs | 2009-03-07 | 1 | -3/+1 |
* | nouveau: fix more breakage from pipe_reference.. | Ben Skeggs | 2009-03-07 | 1 | -0/+1 |
* | Fix nouveau_pipe_create() / nouveau_context_init(): raise an error if the scr... | Victor Stinner | 2009-03-07 | 2 | -3/+10 |
* | st/xorg: Install to XORG_DRIVER_INSTALL_DIR | Joel Bosveld | 2009-03-06 | 2 | -2/+4 |
* | radeon-gallium: fix dri2 build | Joakim Sindholt | 2009-03-05 | 1 | -3/+3 |
* | radeon-gallium: Add Xorg state tracker Radeon winsys stub. | Corbin Simpson | 2009-03-04 | 1 | -0/+154 |
* | radeon-gallium: Only build drivers for state trackers that are enabled. | Corbin Simpson | 2009-03-04 | 1 | -1/+1 |
* | radeon-gallium: Enable EGL and Xorg state trackers. | Corbin Simpson | 2009-03-04 | 3 | -1/+67 |
* | radeon-gallium: DRI2 state tracker, part 3. | Corbin Simpson | 2009-03-04 | 15 | -728/+78 |
* | intel: Fixup from refcount changes | Jakob Bornecrantz | 2009-03-05 | 1 | -0/+1 |
* | cell: update cell driver after gallium reference count changes | Brian Paul | 2009-03-04 | 1 | -8/+7 |
* | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer | 2009-03-04 | 1 | -1/+0 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 14 | -60/+44 |
* | r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2. | Corbin Simpson | 2009-03-03 | 1 | -3/+15 |
* | r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1. | Corbin Simpson | 2009-03-03 | 9 | -58/+177 |
* | st/drm: s/hocks/hooks/ | Jakob Bornecrantz | 2009-03-03 | 1 | -1/+1 |
* | winsys: return null for DONTBLOCK flag on existing winsys | Keith Whitwell | 2009-03-03 | 3 | -0/+18 |
* | intel: Add Xorg driver | Jakob Bornecrantz | 2009-03-03 | 2 | -0/+198 |
* | intel: Add dri2 driver for gallium | Jakob Bornecrantz | 2009-03-03 | 1 | -0/+22 |
* | intel: Increase max relocs per batchbuffer | Jakob Bornecrantz | 2009-03-03 | 1 | -2/+1 |
* | g3dvl: Grab surface pointer when flushing front buffer in SP winsys. | Younes Manton | 2009-03-02 | 1 | -2/+2 |
* | radeon: Add DRM stubs. | Corbin Simpson | 2009-02-27 | 3 | -0/+66 |
* | intel: Use flink for global buffer ids | Jakob Bornecrantz | 2009-02-27 | 3 | -6/+47 |
* | g3dvl: Update winsys stuff. | Younes Manton | 2009-02-25 | 1 | -11/+6 |
* | intel: Adopt to the new drm_api.h | Jakob Bornecrantz | 2009-02-25 | 3 | -6/+8 |
* | i915: Clean up i915_winsys.h a bit | Jakob Bornecrantz | 2009-02-25 | 1 | -1/+1 |
* | cell: added null ptr check in xm_flush_frontbuffer() | Brian Paul | 2009-02-24 | 1 | -1/+2 |
* | gallium: Install winsys/drm to DESTDIR rather than / | Joel Bosveld | 2009-02-23 | 1 | -2/+2 |
* | gallium: Improve recursive makefiles | Jakob Bornecrantz | 2009-02-20 | 4 | -78/+12 |
* | gallium: Improve winsys dri template Makefile | Jakob Bornecrantz | 2009-02-20 | 1 | -8/+7 |
* | intel: Use new makefile template for drm gem | Jakob Bornecrantz | 2009-02-20 | 2 | -70/+3 |
* | nouveau: Use new makefile template for drm common | Jakob Bornecrantz | 2009-02-20 | 2 | -66/+7 |
* | nouveau: reenable all the non-nv50 pipe drivers | Ben Skeggs | 2009-02-20 | 2 | -7/+5 |
* | nv50: rework for texture_transfer changes | Ben Skeggs | 2009-02-20 | 3 | -6/+11 |
* | gallium/winsys/xlib: Fix build with USE_XSHM undefined. | Michel Dänzer | 2009-02-19 | 1 | -8/+30 |
* | wgl: Use a separate .DEF for MinGW | José Fonseca | 2009-02-19 | 1 | -7/+5 |
* | gdi: Update for texture/surface interface changes. | José Fonseca | 2009-02-19 | 1 | -2/+5 |
* | gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer. | Michel Dänzer | 2009-02-18 | 1 | -3/+4 |
* | Merge branch 'gallium-texture-transfer' | Michel Dänzer | 2009-02-18 | 2 | -11/+16 |
|\ |
|
| * | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell | 2009-02-16 | 89 | -9969/+1497 |
| |\ |
|
| * | | gallium/winsys/xlib: Use XShmPutImage when possible. | Michel Dänzer | 2009-02-12 | 1 | -0/+2 |
| * | | gallium/winsys/xlib: Fix stride calculations. | Michel Dänzer | 2009-02-12 | 2 | -6/+8 |
| * | | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | 2009-02-05 | 2 | -9/+10 |
* | | | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | radeon-gallium: Clean out extensions explicitly enabled by Mesa. | Corbin Simpson | 2009-02-14 | 1 | -36/+2 |
* | | intel: Only build winsys with built state trackers | Jakob Bornecrantz | 2009-02-13 | 1 | -1/+3 |
* | | intel: Make gem export the drm_api_hocks | Jakob Bornecrantz | 2009-02-12 | 12 | -199/+112 |