gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog libbase/ogl.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/ogl.h
Date: Sat, 28 Oct 2006 09:21:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/28 09:21:10

Modified files:
        .              : ChangeLog 
        libbase        : ogl.h 

Log message:
        Remove function-wrpapper-defintion here.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1428&r2=1.1429
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/ogl.h?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1428
retrieving revision 1.1429
diff -u -b -r1.1428 -r1.1429
--- ChangeLog   28 Oct 2006 09:19:40 -0000      1.1428
+++ ChangeLog   28 Oct 2006 09:21:10 -0000      1.1429
@@ -1,8 +1,8 @@
 2006-10-28 Markus Gothe <address@hidden>
 
        * macros/gnashpkgtool.m4: Typo.
-       * backend/render_handler_ogl.cpp: Replaced TU-wrapper code with the 
-         real stuff.
+       * backend/render_handler_ogl.cpp, libbase/ogl.h: Replaced TU-wrapper 
+         code with the real stuff.
 
 2006-10-27 Sandro Santilli <address@hidden>
 

Index: libbase/ogl.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/ogl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- libbase/ogl.h       27 Jul 2006 01:47:11 -0000      1.3
+++ libbase/ogl.h       28 Oct 2006 09:21:10 -0000      1.4
@@ -40,7 +40,6 @@
 void   stream_flush_combiners();       // do this after filling your buffer, 
and before calling glDrawElements()
 
 // Rudimentary multitexture stuff.
-void   active_texture(int stage);
 void   client_active_texture(int stage);
 void   multi_tex_coord_2f(int stage, float s, float t);
 void   multi_tex_coord_2fv(int stage, float* st);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]