A bit early for a Xmas gift but way too late for a release, I've finally
managed to shove out a new intel-gpu-tools version. Too much stuff to list
here, and mostly only interesting for developers (who use the latest git
version anyway).
One thing though I'd like to highlight which is also useful
On Fri, 23 Dec 2011 13:33:07 -0800, Keith Packard wrote:
> /* Enable semaphores on SNB when IO remapping is off */
Yeah, the comment is wrong now. I've updated this too:
- /* Enable semaphores on SNB when IO remapping is off */
+ /* Enable semaphores on SNB */
--
keith.pack.
Semaphores still cause problems on some machines:
> From Udo Steinberg:
>
> With Linux-3.2-rc6 I'm frequently seeing GPU hangs when large amounts of
> text scroll in an xterm, such as when extracting a tar archive. Such as this
> one (note the timestamps):
>
> I can reproduce it fairly easily wit
This enables libdrm.so and libdrm_intel.so to build on Android
IceCreamSandwich.
Signed-off-by: Chad Versace
---
Android.mk | 52
intel/Android.mk | 49 +
2 files changed, 101 insertion
Factor the source file list for libdrm.so from Makefile.am into
sources.mk. Ditto for libdrm_intel.so.
This is in preparation for adding support for Android. The sources.mk's
will be shared between autotools and Android.
Rationale: The most commonly changed parts of any makefile are the source
l
The function uses libpciaccess, which is not present on Android. So, make
it a no-op that returns 0.
Signed-off-by: Chad Versace
---
intel/intel_bufmgr.c | 10 +-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/intel/intel_bufmgr.c b/intel/intel_bufmgr.c
index 905556f..
From: Chad Versace
This series enables libdrm.so and libdrm_intel.so to build on Android
IceCreamSandwich.
Chad Versace (3):
intel: Disable drm_intel_probe_agp_aperture_size() on Android
libdrm,intel: Factor source file lists into sources.mk
libdrm,intel: Add Android makefiles
Android.mk
FYI, I submitted a bug report regarding the issue I'm observing:
https://bugs.freedesktop.org/show_bug.cgi?id=44083
Until next time, Colin.
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-g
On Fri, 23 Dec 2011 19:59:22 +0800, zhigang.g...@linux.intel.com wrote:
> From: Zhigang Gong
>
> Prefer to create a pure glamor pixmap rather than a BO and then
> create a texture from that BO in glamor. As this will avoid some
> glFlush requirements, it can get about 20-30% performance gain.
>
From: Zhigang Gong
Prefer to create a pure glamor pixmap rather than a BO and then
create a texture from that BO in glamor. As this will avoid some
glFlush requirements, it can get about 20-30% performance gain.
When glamor is enabled, route the uxa_create_gc to glamor_create_gc.
This commit al
From: Eugeni Dodonov
Per report from Udo Steinberg, enablement of semaphores causes issues on
his Sandy Bridge. So disabling them again for this platform.
Note that they are still enabled by default for Ivy Bridge.
Reported-by: Udo Steinberg
Signed-off-by: Eugeni Dodonov
---
drivers/gpu/drm/
Hi,
I'm trying to install the driver on my Slackware 13 system using
xf86-vedio-intel-2.14.0.
But I encounter some problem on building modules.
My kernel version is 2.6.37.6
During my compiling process, it shows some error messages as followed,
/usr/include/libudev.h:21:2: error: #error
12 matches
Mail list logo