Remove bogus chunk of patch

This commit is contained in:
Daniel P. Berrange 2008-04-04 14:01:51 +00:00
parent a76224cee6
commit c33ac6d6d3
2 changed files with 4 additions and 10 deletions

View File

@ -1,15 +1,6 @@
diff -r 6f18ca44fbe3 src/vncdisplay.c
--- a/src/vncdisplay.c Thu Apr 03 12:57:25 2008 -0300
+++ b/src/vncdisplay.c Thu Apr 03 14:23:16 2008 -0400
@@ -325,7 +325,7 @@
glPixelStorei(GL_UNPACK_ROW_LENGTH, priv->fb.width);
glTexSubImage2D(GL_TEXTURE_2D, 0,
x, y, w, h,
- GL_BGRA_EXT /* GL_RGB */,
+ GL_RGBA,
GL_UNSIGNED_BYTE,
priv->gl_tex_data +
y * 4 * priv->fb.width +
@@ -340,7 +340,7 @@
glTexCoord2f(0,0); glVertex3f(wx, wy+wh, 0);
glTexCoord2f(rx,0); glVertex3f(wx+ww, wy+wh, 0);

View File

@ -7,7 +7,7 @@
Summary: A GTK widget for VNC clients
Name: gtk-vnc
Version: 0.3.4
Release: 3%{?dist}
Release: 4%{?dist}
License: LGPLv2+
Group: Development/Libraries
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@ -130,6 +130,9 @@ rm -fr %{buildroot}
%endif
%changelog
* Fri Apr 4 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.4-4.fc9
- Remove bogus chunk of render patch
* Thu Apr 3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.3.4-3.fc9
- Fix OpenGL rendering artifacts (rhbz #440184)