aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powervr-drivers
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-07 19:02:37 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-07 19:48:59 +0200
commit7a00a76925cbe7c3eae5432b4871710ce265de82 (patch)
treed401bd8360ab1e91453d2e95c509dba7f59d0516 /recipes/powervr-drivers
parent83d23b9881d480c06bb3c6b932f173ca408aa0c5 (diff)
downloadopenembedded-7a00a76925cbe7c3eae5432b4871710ce265de82.tar.gz
powervr-drivers : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/powervr-drivers')
-rw-r--r--recipes/powervr-drivers/omap3-sgx-modules/texture-width.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/powervr-drivers/omap3-sgx-modules/texture-width.patch b/recipes/powervr-drivers/omap3-sgx-modules/texture-width.patch
deleted file mode 100644
index 20a33bc0fc..0000000000
--- a/recipes/powervr-drivers/omap3-sgx-modules/texture-width.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /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);
-