https://bugs.freedesktop.org/show_bug.cgi?id=111001

Jason Ekstrand <ja...@jlekstrand.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Jason Ekstrand <ja...@jlekstrand.net> ---
The real issue here is that we have lots of GPU allocations that don't come in
through libc so valgrind doesn't know about them.  Valgrind then complains
every time we touch these allocations from the CPU even though it's totally
valid.  If you install the valgrind-devel package and build mesa yourself, it
should detect valgrind and add hints to the driver to help valgrind out errors
will go away.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to