Age | Commit message (Expand) | Author |
2008-08-07 | Make flink save the kernel-assigned name and return it instead of creating an... | Keith Packard |
2008-08-06 | Switch from shmem_getpage to read_mapping_page | Keith Packard |
2008-08-05 | [gem-intel] Retiring flush requests should clear flushed write_domains | Keith Packard |
2008-08-05 | [gem-intel] Don't clear write_domain until flush completes | Keith Packard |
2008-08-04 | Expose pin/unpin/set_tiling/flink APIs | Keith Packard |
2008-07-30 | intel-gem: Replace version bump signalling GEM with I915_PARAM_HAS_GEM. | Eric Anholt |
2008-07-30 | intel-gem: Remove dead field from reverted changes. | Eric Anholt |
2008-07-30 | Revert "Rename drm_mm.c and its fuctions to drm_memrange." | Eric Anholt |
2008-07-29 | intel-gem: actually add i915_gem_debug.c. | Eric Anholt |
2008-07-29 | intel-gem: Check return value of pci_read_base. | Eric Anholt |
2008-07-28 | intel: Fix typo in unused register definition name. | Eric Anholt |
2008-07-28 | intel-gem: checkpatch.pl on drm_proc.c new contents. | Eric Anholt |
2008-07-28 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-07-28 | intel-gem: Another checkpatch.pl pass. | Eric Anholt |
2008-07-28 | intel-gem: Fix regression tests. | Eric Anholt |
2008-07-28 | intel-gem: Speed up tiled readpixels by tracking which pages have been flushed. | Eric Anholt |
2008-07-26 | intel-gem: Move debug-only functions to a separate file. | Eric Anholt |
2008-07-26 | radeon: Add suspend/resume hooks for saving/clearing/restoring interrupts. | Stefan Becker |
2008-07-26 | r300_cmdbuf: Always emit INDX_BUFFER immediately after DRAW_INDEX | Nicolai Haehnle |
2008-07-25 | [FreeBSD] Duh, we need to actually define the drm_modeset_ctl... | Robert Noland |
2008-07-25 | drm: don't set the signal blocker on the master process. | Dave Airlie |
2008-07-24 | [FreeBSD] Catch up to linux on vblank-rework | Robert Noland |
2008-07-23 | i915: Move all of the irq install/uninstall to load time. | Robert Noland |
2008-07-23 | intel-gem: Fix pread math and logic errors. | Eric Anholt |
2008-07-23 | intel-gem: Add a quick hack to reduce clflushing on pread. | Eric Anholt |
2008-07-23 | intel-gem: Don't do the GTT-pwrite shortcut on tiled buffers. | Eric Anholt |
2008-07-23 | intel-gem: Move /proc debugging to a separate file. | Eric Anholt |
2008-07-22 | radeon: fix typo with a better typo | Dave Airlie |
2008-07-22 | radeon: fix type DST vs Z cache flush | Dave Airlie |
2008-07-21 | [FreeBSD] Improve upper_32_bits define. | Robert Noland |
2008-07-21 | intel-gem: Remove recently added pci_read_base prototype. | Eric Anholt |
2008-07-21 | intel-gem: Set up HWS when it needs a vaddr during GEM init. | Eric Anholt |
2008-07-21 | Remove accidental leftover tests. | Michel Dänzer |
2008-07-21 | Reinstate dev->vblank_enabled[]. | Michel Dänzer |
2008-07-21 | Drop workaround for driver vblank counter going backwards. | Michel Dänzer |
2008-07-21 | radeon: Post-vblank-rework-rework cleanups. | Michel Dänzer |
2008-07-21 | vblank-rework rework cleanups. | Michel Dänzer |
2008-07-21 | Remove obsolete dev->vblank_suspend[crtc] tests. | Michel Dänzer |
2008-07-19 | i915: convert to using drm_vblank_get/put around vblank counter usage | Jesse Barnes |
2008-07-19 | Update vblank code to new API | Jesse Barnes |
2008-07-18 | drm-gem: Fix build | Ian Romanick |
2008-07-18 | intel-gem: Leave 8xx tiling on until we find any issues. | Eric Anholt |
2008-07-18 | radeon: remove microcode version | Dave Airlie |
2008-07-18 | drm/radeon: fixup 0 vs NULL | Dave Airlie |
2008-07-17 | [FreeBSD] drm_irq.c updates for vblank fixes. | Robert Noland |
2008-07-17 | i915: remove old broken vblank code | Jesse Barnes |
2008-07-17 | Avoid incorrect vblank wakeups | Jesse Barnes |
2008-07-16 | FreeBSD: Fix radeon build | Robert Noland |
2008-07-16 | BSD: change drm_locked_task*() to use the same scheme as linux. | Owain Gordon Ainsworth |
2008-07-15 | [FreeBSD] We aren't allowed to hold locks over bus_dma_tag_create or bus_dmam... | Robert Noland |