summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-05-09 10:25:10 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-05-09 10:25:10 +0000
commit51cf70467dfbcca5fbce7f25761678dd8b487d4e (patch)
tree151add86c7591d2a496422cf8790daec26059af8 /ChangeLog
parent29059dcf6e6fbc34c5eacd2a3c70995a1874f02b (diff)
downloadpcsxr-51cf70467dfbcca5fbce7f25761678dd8b487d4e.tar.gz
Integrated P.E.Op.S OpenGL plugin into the build tree (still does NOT work on x86_64)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23342 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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>