You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(134) |
Sep
(52) |
Oct
(13) |
Nov
(342) |
Dec
(163) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(44) |
Feb
(62) |
Mar
(158) |
Apr
(38) |
May
(70) |
Jun
(58) |
Jul
(104) |
Aug
(207) |
Sep
(83) |
Oct
(122) |
Nov
(23) |
Dec
(49) |
| 2004 |
Jan
(119) |
Feb
(132) |
Mar
(192) |
Apr
(140) |
May
(77) |
Jun
(74) |
Jul
(201) |
Aug
(63) |
Sep
(102) |
Oct
(70) |
Nov
(173) |
Dec
(78) |
| 2005 |
Jan
(174) |
Feb
(197) |
Mar
(105) |
Apr
(59) |
May
(77) |
Jun
(43) |
Jul
(21) |
Aug
(18) |
Sep
(47) |
Oct
(37) |
Nov
(74) |
Dec
(50) |
| 2006 |
Jan
(44) |
Feb
(19) |
Mar
(32) |
Apr
(24) |
May
(31) |
Jun
(55) |
Jul
(138) |
Aug
(28) |
Sep
(12) |
Oct
(41) |
Nov
(58) |
Dec
(24) |
| 2007 |
Jan
(28) |
Feb
(14) |
Mar
(10) |
Apr
(68) |
May
(30) |
Jun
(26) |
Jul
(18) |
Aug
(63) |
Sep
(19) |
Oct
(29) |
Nov
(20) |
Dec
(10) |
| 2008 |
Jan
(38) |
Feb
(7) |
Mar
(37) |
Apr
(120) |
May
(41) |
Jun
(36) |
Jul
(39) |
Aug
(24) |
Sep
(28) |
Oct
(30) |
Nov
(36) |
Dec
(75) |
| 2009 |
Jan
(46) |
Feb
(22) |
Mar
(50) |
Apr
(70) |
May
(134) |
Jun
(105) |
Jul
(75) |
Aug
(34) |
Sep
(38) |
Oct
(34) |
Nov
(19) |
Dec
(20) |
| 2010 |
Jan
(11) |
Feb
(20) |
Mar
(65) |
Apr
(83) |
May
(104) |
Jun
(73) |
Jul
(78) |
Aug
(57) |
Sep
(43) |
Oct
(35) |
Nov
(9) |
Dec
(4) |
| 2011 |
Jan
(21) |
Feb
(11) |
Mar
(18) |
Apr
(10) |
May
(18) |
Jun
(15) |
Jul
(48) |
Aug
(25) |
Sep
(17) |
Oct
(45) |
Nov
(15) |
Dec
(12) |
| 2012 |
Jan
(21) |
Feb
(9) |
Mar
(12) |
Apr
(9) |
May
(9) |
Jun
(5) |
Jul
(1) |
Aug
(10) |
Sep
(12) |
Oct
(1) |
Nov
(28) |
Dec
(5) |
| 2013 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2016 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
(1) |
|
4
|
5
(2) |
6
(2) |
7
|
8
|
9
|
10
|
|
11
|
12
|
13
|
14
|
15
(3) |
16
|
17
|
|
18
|
19
|
20
(3) |
21
(1) |
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: <sp...@us...> - 2011-12-20 19:06:58
|
Revision: 3715
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3715&view=rev
Author: spasi
Date: 2011-12-20 19:06:52 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Added @Optional on clSetPrintfCallback for the AMD CL 1.2 preview driver.
Modified Paths:
--------------
trunk/LWJGL/src/templates/org/lwjgl/opencl/CL12.java
Modified: trunk/LWJGL/src/templates/org/lwjgl/opencl/CL12.java
===================================================================
--- trunk/LWJGL/src/templates/org/lwjgl/opencl/CL12.java 2011-12-20 17:16:23 UTC (rev 3714)
+++ trunk/LWJGL/src/templates/org/lwjgl/opencl/CL12.java 2011-12-20 19:06:52 UTC (rev 3715)
@@ -419,6 +419,7 @@
@Check(canBeNull = true) @Const @NativeType("cl_event") PointerBuffer event_wait_list,
@OutParameter @Check(value = "1", canBeNull = true) @NativeType("cl_event") PointerBuffer event);
+ @Optional(reason = "Missing from AMD CL 1.2 preview drivers.")
@Code(
tryBlock = true,
// Create a GlobalRef to the callback object.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sp...@us...> - 2011-12-20 17:16:30
|
Revision: 3714
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3714&view=rev
Author: spasi
Date: 2011-12-20 17:16:23 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Updated AMD_pinned_memory based on official spec.
Modified Paths:
--------------
trunk/LWJGL/src/templates/org/lwjgl/opengl/AMD_pinned_memory.java
Modified: trunk/LWJGL/src/templates/org/lwjgl/opengl/AMD_pinned_memory.java
===================================================================
--- trunk/LWJGL/src/templates/org/lwjgl/opengl/AMD_pinned_memory.java 2011-12-20 11:04:49 UTC (rev 3713)
+++ trunk/LWJGL/src/templates/org/lwjgl/opengl/AMD_pinned_memory.java 2011-12-20 17:16:23 UTC (rev 3714)
@@ -34,22 +34,10 @@
public interface AMD_pinned_memory {
/**
- * <strong>Official spec not released yet. Info from AMD developer forums:</strong><br/>
- * Create a buffer object, bind it to the GL_EXTERNAL_VIRTUAL_MEMORY_AMD target and call glBufferData to 'allocate' space.
- * When the driver sees you do this, it will use the pointer you supply directly rather than copying the data (that is, the
- * GPU will access your application's memory). You can then use the buffer for other purposes such as a UBO, TBO or VBO by
- * binding it to the appropriate targets. Synchronization is left to the application - make use of glFenceSync and glWaitSync.
- * To release the memory, simply call glBufferData again on the buffer object on a different target, or delete the buffer
- * object. Don't free the memory in the application until you've detached it from the buffer object or bad stuff will happen.
- * <p/>
- * Keep in mind that any memory you access will go over the PCIe bus which will be limited to 3-4 GB/s. This will work much
- * better on Fusion systems (APUs). Theoretically, there isn't a limit to the amount of memory that can be pinned. However,
- * when the OS pins memory, it removes it from the regular pagable pool and cannot swap it to disk (this is what pinning
- * means). If you ask for too much, the OS will refuse to do it and the call will fail (the GL driver will return generate
- * a GL_OUT_OF_MEMORY error). It is very likely that you'll hit this limit long before you run out of address space on the
- * GPU, although in practice we do impose a moderate limit on the amount of pinned memory so as to not impact system stability
- * and performance.
+ * Accepted by the <target> parameters of BindBuffer, BufferData,
+ * BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
+ * GetBufferParameteriv, GetBufferPointerv, MapBufferRange:
*/
- int GL_EXTERNAL_VIRTUAL_MEMORY_AMD = 0x9160;
+ int GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD = 0x9160;
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jpi...@us...> - 2011-12-20 11:05:00
|
Revision: 3713
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3713&view=rev
Author: jpilgrim
Date: 2011-12-20 11:04:49 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
StandalonePublisher directly creates jars, no need for additional "jarring".
- added main method to StandalonePublisher creating artifact.xml/jar and content.xml/jar from given (old) Eclise update site.
- when compressed is set to true, artifact.jar and content.jar are created directly. Removed jar task in build script, as these are no longer necessary
Modified Paths:
--------------
trunk/LWJGL/eclipse-update/org.lwjgl.build/anttasks.jar
trunk/LWJGL/eclipse-update/org.lwjgl.build/build-updatesite.xml
trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/StandalonePublisher.java
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/anttasks.jar
===================================================================
(Binary files differ)
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/build-updatesite.xml
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/build-updatesite.xml 2011-12-15 19:00:59 UTC (rev 3712)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/build-updatesite.xml 2011-12-20 11:04:49 UTC (rev 3713)
@@ -482,18 +482,7 @@
updatesitefolder="${eclipse.build.plugins}/org.lwjgl.updatesite"
repositoryname="lwjgl.org"
repositoryuri="${eclipse.updatesite}" />
- <jar destfile="${eclipse.build.plugins}/org.lwjgl.updatesite/content.jar">
- <fileset file="${eclipse.build.plugins}/org.lwjgl.updatesite/content.xml" />
- </jar>
- <jar destfile="${eclipse.build.plugins}/org.lwjgl.updatesite/artifacts.jar">
- <fileset file="${eclipse.build.plugins}/org.lwjgl.updatesite/artifacts.xml" />
- </jar>
- <delete>
- <fileset file="${eclipse.build.plugins}/org.lwjgl.updatesite/content.xml" />
- <fileset file="${eclipse.build.plugins}/org.lwjgl.updatesite/artifacts.xml" />
- </delete>
-
-
+
<echo>Created Eclipse update site: ${eclipse.build.plugins}/org.lwjgl.updatesite</echo>
</target>
Modified: trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/StandalonePublisher.java
===================================================================
--- trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/StandalonePublisher.java 2011-12-15 19:00:59 UTC (rev 3712)
+++ trunk/LWJGL/eclipse-update/org.lwjgl.build/src/java/org/lwjgl/ant/StandalonePublisher.java 2011-12-20 11:04:49 UTC (rev 3713)
@@ -11,15 +11,14 @@
package org.lwjgl.ant;
-import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileFilter;
import java.io.FileInputStream;
+import java.io.FileOutputStream;
import java.io.IOException;
import java.io.StringWriter;
import java.math.BigInteger;
-import java.nio.ByteBuffer;
import java.security.MessageDigest;
import java.util.ArrayList;
import java.util.Arrays;
@@ -28,6 +27,7 @@
import java.util.Properties;
import java.util.jar.JarEntry;
import java.util.jar.JarInputStream;
+import java.util.jar.JarOutputStream;
import java.util.jar.Manifest;
import javax.xml.parsers.DocumentBuilder;
@@ -626,9 +626,48 @@
* @throws TransformerException
*/
protected void writeDocument(Document content, String targetFile)
+ throws Exception {
+
+ if (compressed) {
+ String jarFileNameString = targetFile;
+ int pos = jarFileNameString.lastIndexOf('.');
+ if (pos > 0) {
+ jarFileNameString = jarFileNameString.substring(0, pos) + ".jar";
+ } else {
+ jarFileNameString += ".jar";
+ }
+
+ JarOutputStream target = new JarOutputStream(new FileOutputStream(
+ jarFileNameString));
+
+ pos = targetFile.lastIndexOf(File.separatorChar);
+ if (pos>0) {
+ targetFile = targetFile.substring(pos+1);
+ }
+
+ JarEntry entry = new JarEntry(targetFile);
+ target.putNextEntry(entry);
+
+ StreamResult sr = new StreamResult(target);
+ doWriteDocument(content, sr);
+ target.closeEntry();
+ target.close();
+ } else {
+ StreamResult sr = new StreamResult(new File(targetFile));
+ doWriteDocument(content, sr);
+ }
+ }
+
+ /**
+ * @param content
+ * @param sr
+ * @throws TransformerFactoryConfigurationError
+ * @throws TransformerConfigurationException
+ * @throws TransformerException
+ */
+ private void doWriteDocument(Document content, StreamResult sr)
throws TransformerFactoryConfigurationError,
TransformerConfigurationException, TransformerException {
- StreamResult sr = new StreamResult(new File(targetFile));
TransformerFactory tf = TransformerFactory.newInstance();
Transformer t = tf.newTransformer();
Properties oprops = new Properties();
@@ -1164,12 +1203,83 @@
*/
public static void main(String[] args) throws Exception {
StandalonePublisher publisher = new StandalonePublisher();
- publisher.updateSiteFolder = "build/plugins/org.lwjgl.updatesite";
- publisher.repositoryName = "org.lwjgl";
- publisher.repositoryURI = "http://lwjgl.org/update";
- publisher.execute();
+
+ if (!publisher.parseArgs(args)) {
+ help();
+ } else {
+ // publisher.updateSiteFolder = "build/plugins/org.lwjgl.updatesite";
+ // publisher.repositoryName = "org.lwjgl";
+ // publisher.repositoryURI = "http://lwjgl.org/update";
+ try {
+ publisher.execute();
+ System.out.println("Successfull created p2 metadata in " + publisher.updateSiteFolder);
+ } catch (Exception ex) {
+ System.err.println("Error creating p2 metadata: ");
+ System.err.println(ex);
+ ex.printStackTrace();
+ }
+ }
}
+ /**
+ *
+ */
+ static void help() {
+ System.out
+ .println("StandalonePublisher, (C) Jens von Pilgrim 2011 (EPL and BSD license)");
+ System.out
+ .println("Ant task generating p2 metadata for old style Eclipse update site.");
+ System.out
+ .println("Limited support: only bundles and featues are supported, functionality only");
+ System.out.println(" tested for LWJGL update site");
+ System.out
+ .println("If run as command line tool, specify update site folder, repository name");
+ System.out.println(" and URI as follows:");
+ System.out
+ .println(" >java org.ljgl.ant.StandalonePublisher FOLDER NAME URI");
+ System.out
+ .println("Example (supposed tool is called from updatesite folder):");
+ System.out
+ .println(" >java org.lwjgl.ant.StandalonePublisher . org.lwjgl http://lwjgl.org/update");
+ System.out
+ .println("If content.xml and artfact.xml should be compressed, add 'compress'");
+ }
+
+ /**
+ * @param i_args
+ * @return
+ */
+ boolean parseArgs(String[] i_args) {
+ if (i_args == null || i_args.length < 3) {
+ return false;
+ }
+ updateSiteFolder = i_args[0];
+ repositoryName = i_args[1];
+ repositoryURI = i_args[2];
+
+ if (updateSiteFolder.isEmpty() || repositoryName.isEmpty()
+ || repositoryURI.isEmpty()) {
+ return false;
+ }
+
+ File f = new File(updateSiteFolder);
+ if (!f.exists()) {
+ System.err.println("Update site folder does not exist.");
+ return false;
+ }
+ if (!(repositoryURI.startsWith("http") || repositoryURI
+ .startsWith("file"))) {
+ System.out
+ .println("Warning: Repository URI should start with protocol, e.g., http: or file:");
+ }
+
+ if (i_args.length == 4 && "compress".equalsIgnoreCase(i_args[3])) {
+ compressed = true;
+ }
+
+ return true;
+ }
+
/**
* {@inheritDoc}
* @see org.apache.tools.ant.Task#execute()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|