Remove comment: specific GPU Vendor name. 83/56083/2 submit/tizen_common/20160104.140200
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 4 Jan 2016 07:24:12 +0000 (16:24 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 4 Jan 2016 07:28:52 +0000 (16:28 +0900)
Change-Id: I88bfead48fd49bc220992d8362e58295acc564c7

packaging/libtpl-egl.spec
pkgconfig/tpl-egl.pc
src/tpl.h

index b047e4c..76b8a29 100644 (file)
@@ -24,13 +24,13 @@ Name:               libtpl-egl
 Version:       %{TPL_VERSION}
 Release:       %{TPL_RELEASE}
 %if "%{TPL_WINSYS}" == "DRI2"
-Summary:       Tizen Porting Layer for ARM Mali EGL (DRI2 backend)
+Summary:       Tizen Porting Layer for EGL (DRI2 backend)
 %endif
 %if "%{TPL_WINSYS}" == "DRI3"
-Summary:       Tizen Porting Layer for ARM Mali EGL (DRI3 backend)
+Summary:       Tizen Porting Layer for EGL (DRI3 backend)
 %endif
 %if "%{TPL_WINSYS}" == "WL"
-Summary:       Tizen Porting Layer for ARM Mali EGL (Wayland backend)
+Summary:       Tizen Porting Layer for EGL (Wayland backend)
 %endif
 Group: Graphics & UI Framework/GL
 License:       MIT
@@ -68,7 +68,7 @@ BuildRequires:        pkgconfig(libpng)
 
 %description
 Tizen Porting Layer (a.k.a TPL) is a linkage between the underlying window
-system and the EGL porting layer found in ARM Mali DDKs.
+system and the EGL porting layer.
 
 The following window systems are supported:
 - X11 DRI2/DRI3
@@ -84,7 +84,7 @@ Requires:   libwayland-egl-devel
 
 %description devel
 This package contains the development libraries and header files needed by
-the DDK for ARM Mali EGL.
+the GPU Vendor DDK's EGL.
 
 %if "%{TPL_WINSYS}" == "WL"
 %package -n libwayland-egl
index 7924d32..fb8cdc5 100644 (file)
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
 includedir=${prefix}/include
 
 Name: libtpl-egl
-Description: Tizen Porting Layer for ARM Mali EGL
+Description: Tizen Porting Layer for EGL
 Version: 0.1
 Requires.private:
 Libs: -L${libdir} -ltpl-egl
index 7a96ce4..a13f2b6 100644 (file)
--- a/src/tpl.h
+++ b/src/tpl.h
@@ -6,7 +6,7 @@
  * @brief TPL API header file.
  *
  * TPL is an abstraction layer for surface & buffer management on Tizen
- * platform aimed to implement the EGL porting layer of ARM Mali OpenGLES
+ * platform aimed to implement the EGL porting layer of GPU Vendor's OpenGLES
  * driver over various display protocols.
  *
  * TPL provides object-oriented interfaces. Every TPL object can be represented