Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Jan 07, 2014
  3. Dec 24, 2013
  4. Dec 13, 2013
  5. Dec 03, 2013
  6. Nov 27, 2013
  7. Nov 26, 2013
  8. Nov 23, 2013
  9. Nov 22, 2013
  10. Nov 20, 2013
  11. Nov 19, 2013
  12. Nov 16, 2013
  13. Nov 15, 2013
    • Ian Romanick's avatar
      intel: Add support for GPU reset status query ioctl · 5a41b025
      Ian Romanick authored
      
      I would have just used the drmIoctl interface directly in Mesa, but the
      ioctl needs some data from the drm_intel_context that is not exposed
      outside libdrm.
      
      This ioctl is in the drm-intel-next tree as b635991.
      
      v2: Update based on Mika's kernel work.
      
      v3: Fix compile failures from last-minute typos.  Sigh.
      
      v4: Import the actual changes from the kernel i915_drm.h.  Only comments
      on some fields of drm_i915_reset_stats differed.  There are still some
      deltas between the kernel i915_drm.h and the one in libdrm, but those
      can be resolved in other patches.
      
      Signed-off-by: default avatarIan Romanick <ian.d.romanick@intel.com>
      Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> [v3]
      Reviewed-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
      Cc: Mika Kuoppala <mika.kuoppala@intel.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      5a41b025
  14. Nov 13, 2013
  15. Nov 08, 2013
  16. Nov 07, 2013
  17. Oct 30, 2013
  18. Oct 11, 2013
  19. Oct 10, 2013
  20. Sep 30, 2013
  21. Sep 29, 2013
    • Marek Olšák's avatar
      radeon: fix pitch alignment for non-power-of-two mipmaps on SI · 75f747b9
      Marek Olšák authored
      This fixes VM protection faults.
      
      I have a new piglit test which can iterate over all possible widths, heights,
      and depths (including NPOT) and tests mipmapping with various texture targets.
      
      After this is committed, I'll make a new release of libdrm and bump
      the libdrm version requirement in Mesa.
      75f747b9
  22. Sep 24, 2013
Loading