From 7a00a76925cbe7c3eae5432b4871710ce265de82 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 7 Oct 2010 19:02:37 +0200 Subject: powervr-drivers : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- .../powervr-drivers/omap3-sgx-modules/texture-width.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/obsolete/powervr-drivers/omap3-sgx-modules/texture-width.patch (limited to 'recipes/obsolete') diff --git a/recipes/obsolete/powervr-drivers/omap3-sgx-modules/texture-width.patch b/recipes/obsolete/powervr-drivers/omap3-sgx-modules/texture-width.patch new file mode 100644 index 0000000000..20a33bc0fc --- /dev/null +++ b/recipes/obsolete/powervr-drivers/omap3-sgx-modules/texture-width.patch @@ -0,0 +1,11 @@ +--- /tmp/bc_cat.c 2010-08-11 11:36:20.000000000 +0200 ++++ OMAP35x_Graphics_SDK_3_01_00_06/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c 2010-08-11 11:36:53.000000000 +0200 +@@ -487,7 +487,7 @@ + + /* texture buffer width should be multiple of 8 for OMAP3 ES3.x, + * or 32 for ES2.x */ +- width_align = omap_rev_lt_3_0() ? 32 : 8; ++ width_align = cpu_is_omap3530() && omap_rev_lt_3_0() ? 32 : 8; + + major = register_chrdev(0, DEVNAME, &bc_cat_fops); + -- cgit 1.2.3-korg