Search:

Type: Posts; User: ickle; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    2,817

    That is part of the kernel and not part of the...

    That is part of the kernel and not part of the mesa driver, so is out of context. The respective licence for intel_pm.c is:



    /*
    * Copyright © 2012 Intel Corporation
    *
    * Permission is...
  2. Replies
    26
    Views
    2,417

    Resolved. glamor is up and running tests right...

    Resolved. glamor is up and running tests right now on SandyBridge.
  3. No. It doesn't fix that at all. It fixes the much...

    No. It doesn't fix that at all. It fixes the much rarer case where the GPU is reset successfully whilst the scanout was being flipped from one image to the next. Here, you have some processes causing...
  4. Replies
    19
    Views
    4,157

    Hmm. The QGears2 is not a very good benchmark in...

    Hmm. The QGears2 is not a very good benchmark in that the Image/Render/GL are not comparable and thanks to Qt do not measure what you think. The GL variant of the benchmark has no antialiasing,...
  5. Replies
    19
    Views
    4,157

    Yes, that result did surprise me. Running the...

    Yes, that result did surprise me. Running the test locally points towards a pixmap leak in the GTK+ oxygen-gtk theme - performance is trashed when you are running from swap. Assuming that the KDE...
  6. Replies
    21
    Views
    1,991

    Really? That's quite unexpected, and hopefully a...

    Really? That's quite unexpected, and hopefully a clue as to what is going on there. In the past, I've found that those two particular gtkperf subtests are ratelimited by the gtkperf process itself...
  7. Replies
    7
    Views
    932

    s/double check/implement a much more accurate...

    s/double check/implement a much more accurate check/

    The DDX first calls drmCheckModesettingSupported() on its device fd. However, one bug reporter managed to get past that and still have X bail...
  8. The bug in handling relocations that require...

    The bug in handling relocations that require synchronisation and pagefaults whilst being interrupted by signals, and is common to all generations. However, it is pretty much restricted to only being...
  9. I should stop trying to use marketing names, it...

    I should stop trying to use marketing names, it never ends well.
  10. Replies
    5
    Views
    963

    The talk was at FOSDEM, not LCA, so no. We can be...

    The talk was at FOSDEM, not LCA, so no. We can be thankful to Michael that we have any coverage at all of this event.
  11. If you were a little more specifc, we could help...

    If you were a little more specifc, we could help you to resolve your issue.
  12. Yes, the tearing you see in Kwin's compositor is...

    Yes, the tearing you see in Kwin's compositor is because they use MESA_copy_sub_buffer rather than composite the whole framebuffer and swap. MESA_copy_sub_buffer was originally created as an...
  13. So the good news is that you do indeed have a...

    So the good news is that you do indeed have a system that supports pageflipping. However, as you rightly surmise, it requires an OpenGL application or compositor to replace the entire scanout buffer...
  14. First note that all Intel hardware up to...

    First note that all Intel hardware up to SandyBridge has functional vsync support with no greater cost than stalling the GPU until the blit can proceed.

    The problem is that with the agressive...
  15. No. The way to achieve that is to use...

    No. The way to achieve that is to use pageflipping. Otherwise you will need to process a synchronized update on one pipe, then a synchronized updated on the second pipe, which is very likely miss the...
  16. Replies
    8
    Views
    1,761

    cairo-xlib tessellates the high-level paths from...

    cairo-xlib tessellates the high-level paths from the user into trapezoids and sends those to the Xserver. The ddx then rasterises the trapezoids into a mask and composites that onto the destination....
  17. Replies
    110
    Views
    20,141

    Do you mind experimenting slightly to see what...

    Do you mind experimenting slightly to see what factors on your system appear to be limiting performance? I've just started to play with qtperf4 and the first Ironlake runs suggest that native...
  18. Replies
    110
    Views
    20,141

    I've been looking for a means of getting some...

    I've been looking for a means of getting some metrics of driver performance from Qt, can you tell me where I might subscribe to your newsletter^W^W^W^W find qtperf?

    google fails me,...
  19. Replies
    7
    Views
    4,246

    None of the logs in the test runs indicate the...

    None of the logs in the test runs indicate the presence of a VGA connection (or any connection other than LVDS) so I cannot say for what reason it would not have supported the native resolution of...
  20. So there was a GPU hang (cause unknown as the...

    So there was a GPU hang (cause unknown as the i915_error_state was not logged) which affected the gnome-shell results. Not sure why the disparity for lxde, but I did observe that pts fails to inhibit...
Results 1 to 20 of 60
Page 1 of 3 1 2 3