Skip to content
Snippets Groups Projects
  1. Nov 23, 2013
  2. Nov 22, 2013
  3. Nov 20, 2013
  4. Nov 19, 2013
  5. Nov 16, 2013
  6. 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
  7. Nov 13, 2013
  8. Nov 08, 2013
  9. Nov 07, 2013
  10. Oct 30, 2013
  11. Oct 11, 2013
  12. Oct 10, 2013
  13. Sep 30, 2013
  14. 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
  15. Sep 24, 2013
  16. Sep 22, 2013
  17. Sep 18, 2013
  18. Sep 11, 2013
  19. Sep 06, 2013
  20. Aug 30, 2013
Loading