ooo-build r13898 - in branches/ooo-build-3-0: . patches/dev300
- From: rodo svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r13898 - in branches/ooo-build-3-0: . patches/dev300
- Date: Mon, 15 Sep 2008 15:44:29 +0000 (UTC)
Author: rodo
Date: Mon Sep 15 15:44:29 2008
New Revision: 13898
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13898&view=rev
Log:
2008-09-15  Radek Doulik  <rodo novell com>
	* build/ooo300-m4/slideshow/source/engine/OGLTrans/OGLTrans_TransitionImpl.cxx:
	do not request 8 bits per color channel, 4 is enough (revert
	forgotten change)
Modified:
   branches/ooo-build-3-0/ChangeLog
   branches/ooo-build-3-0/patches/dev300/transogl-pixmap-to-texture.diff
Modified: branches/ooo-build-3-0/patches/dev300/transogl-pixmap-to-texture.diff
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/transogl-pixmap-to-texture.diff	(original)
+++ branches/ooo-build-3-0/patches/dev300/transogl-pixmap-to-texture.diff	Mon Sep 15 15:44:29 2008
@@ -245,9 +245,9 @@
 -            GLX_RED_SIZE,4,//use the maximum red bits, with a minimum of 4 bits
 -            GLX_GREEN_SIZE,4,//use the maximum green bits, with a minimum of 4 bits
 -            GLX_BLUE_SIZE,4,//use the maximum blue bits, with a minimum of 4 bits
-+            GLX_RED_SIZE,8,//use the maximum red bits, with a minimum of 4 bits
-+            GLX_GREEN_SIZE,8,//use the maximum green bits, with a minimum of 4 bits
-+            GLX_BLUE_SIZE,8,//use the maximum blue bits, with a minimum of 4 bits
++            GLX_RED_SIZE,4,//use the maximum red bits, with a minimum of 4 bits
++            GLX_GREEN_SIZE,4,//use the maximum green bits, with a minimum of 4 bits
++            GLX_BLUE_SIZE,4,//use the maximum blue bits, with a minimum of 4 bits
              GLX_DEPTH_SIZE,0,//no depth buffer
              None
          };
@@ -261,10 +261,10 @@
 -            GLX_GREEN_SIZE,4,/// use the maximum green bits, with a minimum of 4 bits
 -            GLX_BLUE_SIZE,4,/// use the maximum blue bits, with a minimum of 4 bits
 -            GLX_DEPTH_SIZE,1,/// use the maximum depth bits, making sure there is a depth buffer
-+            GLX_RED_SIZE,8,/// use the maximum red bits, with a minimum of 4 bits
-+            GLX_GREEN_SIZE,8,/// use the maximum green bits, with a minimum of 4 bits
-+            GLX_BLUE_SIZE,8,/// use the maximum blue bits, with a minimum of 4 bits
-+            GLX_DEPTH_SIZE,8,/// use the maximum depth bits, making sure there is a depth buffer
++            GLX_RED_SIZE,4,/// use the maximum red bits, with a minimum of 4 bits
++            GLX_GREEN_SIZE,4,/// use the maximum green bits, with a minimum of 4 bits
++            GLX_BLUE_SIZE,4,/// use the maximum blue bits, with a minimum of 4 bits
++            GLX_DEPTH_SIZE,1,/// use the maximum depth bits, making sure there is a depth buffer
              None
          };
      static int attrList1[] =
@@ -275,9 +275,9 @@
 -            GLX_RED_SIZE,4,/// use the maximum red bits, with a minimum of 4 bits
 -            GLX_GREEN_SIZE,4,/// use the maximum green bits, with a minimum of 4 bits
 -            GLX_BLUE_SIZE,4,/// use the maximum blue bits, with a minimum of 4 bits
-+            GLX_RED_SIZE,8,/// use the maximum red bits, with a minimum of 4 bits
-+            GLX_GREEN_SIZE,8,/// use the maximum green bits, with a minimum of 4 bits
-+            GLX_BLUE_SIZE,8,/// use the maximum blue bits, with a minimum of 4 bits
++            GLX_RED_SIZE,4,/// use the maximum red bits, with a minimum of 4 bits
++            GLX_GREEN_SIZE,4,/// use the maximum green bits, with a minimum of 4 bits
++            GLX_BLUE_SIZE,4,/// use the maximum blue bits, with a minimum of 4 bits
              GLX_DEPTH_SIZE,0,/// no depth buffer
              None
          };
@@ -290,10 +290,10 @@
 -            GLX_GREEN_SIZE,4,/// use the maximum green bits, with a minimum of 4 bits
 -            GLX_BLUE_SIZE,4,/// use the maximum blue bits, with a minimum of 4 bits
 -            GLX_DEPTH_SIZE,1,/// use the maximum depth bits, making sure there is a depth buffer
-+            GLX_RED_SIZE,8,/// use the maximum red bits, with a minimum of 4 bits
-+            GLX_GREEN_SIZE,8,/// use the maximum green bits, with a minimum of 4 bits
-+            GLX_BLUE_SIZE,8,/// use the maximum blue bits, with a minimum of 4 bits
-+            GLX_DEPTH_SIZE,8,/// use the maximum depth bits, making sure there is a depth buffer
++            GLX_RED_SIZE,4,/// use the maximum red bits, with a minimum of 4 bits
++            GLX_GREEN_SIZE,4,/// use the maximum green bits, with a minimum of 4 bits
++            GLX_BLUE_SIZE,4,/// use the maximum blue bits, with a minimum of 4 bits
++            GLX_DEPTH_SIZE,1,/// use the maximum depth bits, making sure there is a depth buffer
              None
         }; 
      static int* attrTable[] = 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]