summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a4107c9..055730d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,36 @@
+Apr 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>
+
+ * plugins/peopsxgl/cfg.c: Integrated P.E.Op.S OpenGL GPU into the build tree.
+ Cleaned up the sources, removed Windows-specific stuff.
+ * plugins/peopsxgl/cfg.h: Likewise.
+ * plugins/peopsxgl/draw.c: Likewise.
+ * plugins/peopsxgl/draw.h: Likewise.
+ * plugins/peopsxgl/externals.h: Likewise.
+ * plugins/peopsxgl/fps.c: Likewise.
+ * plugins/peopsxgl/fps.h: Likewise.
+ * plugins/peopsxgl/gl_ext.h: Likewise.
+ * plugins/peopsxgl/gpu.c: Likewise.
+ * plugins/peopsxgl/gpu.h: Likewise.
+ * plugins/peopsxgl/key.c: Likewise.
+ * plugins/peopsxgl/key.h: Likewise.
+ * plugins/peopsxgl/menu.c: Likewise.
+ * plugins/peopsxgl/menu.h: Likewise.
+ * plugins/peopsxgl/prim.c: Likewise.
+ * plugins/peopsxgl/prim.h: Likewise.
+ * plugins/peopsxgl/soft.c: Likewise.
+ * plugins/peopsxgl/soft.h: Likewise.
+ * plugins/peopsxgl/stdafx.h: Likewise.
+ * plugins/peopsxgl/texture.c: Likewise.
+ * plugins/peopsxgl/texture.h: Likewise.
+ * plugins/peopsxgl/zn.c: Likewise.
+ * plugins/peopsxgl/Makefile.am: Likewise.
+ * plugins/dfOpenGL/GPU.c: Changed the name of the plugin into "PCSX-df OpenGL
+ Driver" to avoid confusion.
+
Apr 23, 2009 Wei Mingzhi <weimingzhi@gmail.com>
- * gui/LnxMain.c: use BIOS_DIR instead of "/.pcsx/bios/". Always set
- the default memcard in config when config file does not exist.
+ * gui/LnxMain.c: use BIOS_DIR instead of "/.pcsx/bios/". Always set the
+ default memcard when config file does not exist.
Mar 25, 2009 Wei Mingzhi <weimingzhi@gmail.com>