Age | Commit message (Expand) | Author |
2007-02-16 | Simple fence object sample driver for via, based on idling the GPU. | Thomas Hellstrom |
2007-02-15 | Initial support for fence object classes. | Thomas Hellstrom |
2007-02-15 | Fix build against older kernels. | Michel Dänzer |
2007-02-14 | Merge branch 'ttm-vram-0-1-branch' | Thomas Hellstrom |
2007-02-14 | Fix multiple spinlock unlocking | Thomas Hellstrom |
2007-02-14 | Rename drm_ttm.h to drm_objects.h | Thomas Hellstrom |
2007-02-14 | Move fence- and buffer-object related header stuff to drm_ttm.h | Thomas Hellstrom |
2007-02-14 | Remove an intel-specific hack and replace it with a fence driver callback. | Thomas Hellstrom |
2007-02-14 | Set the drm bus map type for each buffer object memory type. | Thomas Hellstrom |
2007-02-14 | Rework buffer object vm code to use nopfn() for kernels >= 2.6.19. | Thomas Hellstrom |
2007-02-14 | nouveau: fix the build on big endian (thanks CyberFoxx) | Stephane Marchesin |
2007-02-14 | nouveau: fix memory initialization with multiple cards. | B. Rathmann |
2007-02-13 | Remove debug printout. | Thomas Hellstrom |
2007-02-13 | Bugzilla Bug #9457 | Thomas Hellstrom |
2007-02-13 | More bugfixes. | Thomas Hellstrom |
2007-02-13 | i915: Add 965GM pci id update | Wang Zhenyu |
2007-02-13 | Merge branch 'master' into crestline | Wang Zhenyu |
2007-02-13 | Revert "Add Intel 965GM chipset support" | Wang Zhenyu |
2007-02-12 | Fix some outdated URLs, remove others. | Adam Jackson |
2007-02-12 | Update flags and comments. | Thomas Hellstrom |
2007-02-12 | Lindent. | Thomas Hellstrom |
2007-02-12 | More bugfixes. | Thomas Hellstrom |
2007-02-12 | Cleanup and fix support for pinned buffers. | Thomas Hellstrom |
2007-02-11 | Sync r300_reg.h from mesa driver. #10210 | Aapo Tahkola |
2007-03-11 | replace instance of SA_SHIRQ with IRQF_SHARED | Maarten Maathuis |
2007-03-10 | Bump version patchlevel so it can be tested for new functionality. | Michel Dänzer |
2007-03-10 | Merge branch 'i915-pageflip' | Michel Dänzer |
2007-03-10 | i915: Only wait for pending flips before asynchronous flips again. | Michel Dänzer |
2007-03-09 | i915: Do not wait for pending flips on both pipes at the same time. | Michel Dänzer |
2007-03-07 | nouveau: remove a hack that's not needed since the last interface change. | Ben Skeggs |
2007-03-07 | nouveau: ack PFIFO interrupts at PFIFO, not PMC. | Ben Skeggs |
2007-02-28 | i915: Eliminate dev_priv->current_page. | Michel Dänzer |
2007-02-28 | i915: Only clean up page flipping when the last client goes away, not any one. | Michel Dänzer |
2007-02-28 | i915: Don't emit waits for pending flips before emitting synchronous flips. | Michel Dänzer |
2007-02-28 | i915: Fix test for synchronous flip affecting both pipes. | Michel Dänzer |
2007-02-22 | i915: Add support for scheduled buffer swaps to be done as flips. | Michel Dänzer |
2007-02-22 | Add DRM_VBLANK_FLIP. | Michel Dänzer |
2007-02-19 | i915: Improved page flipping support, including triple buffering. | Michel Dänzer |
2007-02-19 | i915: Page flipping enhancements. | Michel Dänzer |
2007-02-19 | i915: Unify breadcrumb emission. | Michel Dänzer |
2007-02-10 | Various bugfixes. | Thomas Hellstrom |
2007-02-09 | I915 accelerated blit copy functional. | Thomas Hellstrom |
2007-02-09 | Reinstate some LRU handling. | Thomas Hellstrom |
2007-02-09 | Remove some code that should have gone in | Thomas Hellstrom |
2007-02-09 | Fix copyright statements. | Thomas Hellstrom |
2007-02-09 | Fix evict_mutex locking range. | Thomas Hellstrom |
2007-02-08 | Add an accelerated buffer copy cleanup helper. | Thomas Hellstrom |
2007-02-08 | Don't create a ttm just to copy from. | Thomas Hellstrom |
2007-02-08 | Fix mm_block leak. | Thomas Hellstrom |
2007-02-08 | A minor function interface change and some memcpy bugfixing. | Thomas Hellstrom |