From 39ce15a71ddadaba3bcfc798420472ef28bf5d3d Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Thu, 29 Jan 2004 07:27:14 +0000 Subject: [PATCH] Removed files that were removed before sf cvs crash --- .../org/lwjgl/opengl/ext/EXTBlendColor.java | 45 --------- .../org/lwjgl/opengl/ext/EXTBlendMinmax.java | 44 --------- .../lwjgl/opengl/ext/EXTLightMaxExponent.java | 42 --------- .../lwjgl/opengl/ext/EXTPalettedTexture.java | 56 ----------- .../lwjgl/opengl/ext/EXTTextureRectangle.java | 47 ---------- .../org/lwjgl/opengl/ext/EXTVertexArray.java | 71 -------------- .../org/lwjgl/opengl/wgl/WGLBufferRegion.java | 48 ---------- .../lwjgl/opengl/wgl/WGLMakeCurrentRead.java | 46 --------- .../org/lwjgl/opengl/wgl/WGLMultisample.java | 46 --------- src/java/org/lwjgl/opengl/wgl/WGLPBuffer.java | 52 ----------- .../org/lwjgl/opengl/wgl/WGLPixelFormat.java | 93 ------------------- .../lwjgl/opengl/wgl/WGLRenderTexture.java | 78 ---------------- 12 files changed, 668 deletions(-) delete mode 100644 src/java/org/lwjgl/opengl/ext/EXTBlendColor.java delete mode 100644 src/java/org/lwjgl/opengl/ext/EXTBlendMinmax.java delete mode 100644 src/java/org/lwjgl/opengl/ext/EXTLightMaxExponent.java delete mode 100644 src/java/org/lwjgl/opengl/ext/EXTPalettedTexture.java delete mode 100644 src/java/org/lwjgl/opengl/ext/EXTTextureRectangle.java delete mode 100644 src/java/org/lwjgl/opengl/ext/EXTVertexArray.java delete mode 100644 src/java/org/lwjgl/opengl/wgl/WGLBufferRegion.java delete mode 100644 src/java/org/lwjgl/opengl/wgl/WGLMakeCurrentRead.java delete mode 100644 src/java/org/lwjgl/opengl/wgl/WGLMultisample.java delete mode 100644 src/java/org/lwjgl/opengl/wgl/WGLPBuffer.java delete mode 100644 src/java/org/lwjgl/opengl/wgl/WGLPixelFormat.java delete mode 100644 src/java/org/lwjgl/opengl/wgl/WGLRenderTexture.java diff --git a/src/java/org/lwjgl/opengl/ext/EXTBlendColor.java b/src/java/org/lwjgl/opengl/ext/EXTBlendColor.java deleted file mode 100644 index 7721ada0..00000000 --- a/src/java/org/lwjgl/opengl/ext/EXTBlendColor.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -package org.lwjgl.opengl.ext; - -/** - * Insert the type's description here. - * Creation date: (29/06/2000 00:45:10) - */ -public interface EXTBlendColor { - public static final int GL_CONSTANT_COLOR_EXT = 0x8001; - public static final int GL_ONE_MINUS_CONSTANT_COLOR_EXT = 0x8002; - public static final int GL_CONSTANT_ALPHA_EXT = 0x8003; - public static final int GL_ONE_MINUS_CONSTANT_ALPHA_EXT = 0x8004; - public static final int GL_BLEND_COLOR_EXT = 0x8005; -} diff --git a/src/java/org/lwjgl/opengl/ext/EXTBlendMinmax.java b/src/java/org/lwjgl/opengl/ext/EXTBlendMinmax.java deleted file mode 100644 index 159b0624..00000000 --- a/src/java/org/lwjgl/opengl/ext/EXTBlendMinmax.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -package org.lwjgl.opengl.ext; - -/** - * EXT_blend_minmax constants - * @author cas - */ -public interface EXTBlendMinmax { - public static final int GL_FUNC_ADD_EXT = 0x8006; - public static final int GL_MIN_EXT = 0x8007; - public static final int GL_MAX_EXT = 0x8008; - public static final int GL_BLEND_EQUATION_EXT = 0x8009; -} diff --git a/src/java/org/lwjgl/opengl/ext/EXTLightMaxExponent.java b/src/java/org/lwjgl/opengl/ext/EXTLightMaxExponent.java deleted file mode 100644 index e930365c..00000000 --- a/src/java/org/lwjgl/opengl/ext/EXTLightMaxExponent.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -package org.lwjgl.opengl.ext; - -/** - * EXT_light_max_exponent constants - * @author cas - */ -public interface EXTLightMaxExponent { - public static final int GL_MAX_SHININESS_EXT = 0x8504; - public static final int GL_MAX_SPOT_EXPONENT_EXT = 0x8505; -} diff --git a/src/java/org/lwjgl/opengl/ext/EXTPalettedTexture.java b/src/java/org/lwjgl/opengl/ext/EXTPalettedTexture.java deleted file mode 100644 index ea1ea1df..00000000 --- a/src/java/org/lwjgl/opengl/ext/EXTPalettedTexture.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - package org.lwjgl.opengl.ext; - -/** - * EXT_bgra_constants - * - * @author cas - */ -public interface EXTPalettedTexture { - public static final int GL_COLOR_TABLE_FORMAT_EXT = 0x80D8; - public static final int GL_COLOR_TABLE_WIDTH_EXT = 0x80D9; - public static final int GL_COLOR_TABLE_RED_SIZE_EXT = 0x80DA; - public static final int GL_COLOR_TABLE_GREEN_SIZE_EXT = 0x80DB; - public static final int GL_COLOR_TABLE_BLUE_SIZE_EXT = 0x80DC; - public static final int GL_COLOR_TABLE_ALPHA_SIZE_EXT = 0x80DD; - public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_EXT = 0x80DE; - public static final int GL_COLOR_TABLE_INTENSITY_SIZE_EXT = 0x80DF; - - public static final int GL_COLOR_INDEX1_EXT = 0x80E2; - public static final int GL_COLOR_INDEX2_EXT = 0x80E3; - public static final int GL_COLOR_INDEX4_EXT = 0x80E4; - public static final int GL_COLOR_INDEX8_EXT = 0x80E5; - public static final int GL_COLOR_INDEX12_EXT = 0x80E6; - public static final int GL_COLOR_INDEX16_EXT = 0x80E7; -} diff --git a/src/java/org/lwjgl/opengl/ext/EXTTextureRectangle.java b/src/java/org/lwjgl/opengl/ext/EXTTextureRectangle.java deleted file mode 100644 index 3dcdfaed..00000000 --- a/src/java/org/lwjgl/opengl/ext/EXTTextureRectangle.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (c) 2003 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -package org.lwjgl.opengl.ext; - -/** - * $Id$ - * - * EXT_texture_rectangle extension - * - * @author cix_foo - * @version $Revision$ - */ -public interface EXTTextureRectangle { - public static final int GL_TEXTURE_RECTANGLE_EXT = 0x84F5; - public static final int GL_TEXTURE_BINDING_RECTANGLE_EXT = 0x84F6; - public static final int GL_PROXY_TEXTURE_RECTANGLE_EXT = 0x84F7; - public static final int GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT = 0x84F8; -} diff --git a/src/java/org/lwjgl/opengl/ext/EXTVertexArray.java b/src/java/org/lwjgl/opengl/ext/EXTVertexArray.java deleted file mode 100644 index ec27120a..00000000 --- a/src/java/org/lwjgl/opengl/ext/EXTVertexArray.java +++ /dev/null @@ -1,71 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -package org.lwjgl.opengl.ext; -/** - * Insert the type's description here. - * Creation date: (07/11/99 18:58:04) - */ -public interface EXTVertexArray { - public static final int GL_VERTEX_ARRAY_EXT = 0x8074; - public static final int GL_NORMAL_ARRAY_EXT = 0x8075; - public static final int GL_COLOR_ARRAY_EXT = 0x8076; - public static final int GL_INDEX_ARRAY_EXT = 0x8077; - public static final int GL_TEXTURE_COORD_ARRAY_EXT = 0x8078; - public static final int GL_EDGE_FLAG_ARRAY_EXT = 0x8079; - public static final int GL_VERTEX_ARRAY_SIZE_EXT = 0x807A; - public static final int GL_VERTEX_ARRAY_TYPE_EXT = 0x807B; - public static final int GL_VERTEX_ARRAY_STRIDE_EXT = 0x807C; - public static final int GL_VERTEX_ARRAY_COUNT_EXT = 0x807D; - public static final int GL_NORMAL_ARRAY_TYPE_EXT = 0x807E; - public static final int GL_NORMAL_ARRAY_STRIDE_EXT = 0x807F; - public static final int GL_NORMAL_ARRAY_COUNT_EXT = 0x8080; - public static final int GL_COLOR_ARRAY_SIZE_EXT = 0x8081; - public static final int GL_COLOR_ARRAY_TYPE_EXT = 0x8082; - public static final int GL_COLOR_ARRAY_STRIDE_EXT = 0x8083; - public static final int GL_COLOR_ARRAY_COUNT_EXT = 0x8084; - public static final int GL_INDEX_ARRAY_TYPE_EXT = 0x8085; - public static final int GL_INDEX_ARRAY_STRIDE_EXT = 0x8086; - public static final int GL_INDEX_ARRAY_COUNT_EXT = 0x8087; - public static final int GL_TEXTURE_COORD_ARRAY_SIZE_EXT = 0x8088; - public static final int GL_TEXTURE_COORD_ARRAY_TYPE_EXT = 0x8089; - public static final int GL_TEXTURE_COORD_ARRAY_STRIDE_EXT = 0x808A; - public static final int GL_TEXTURE_COORD_ARRAY_COUNT_EXT = 0x808B; - public static final int GL_EDGE_FLAG_ARRAY_STRIDE_EXT = 0x808C; - public static final int GL_EDGE_FLAG_ARRAY_COUNT_EXT = 0x808D; - public static final int GL_VERTEX_ARRAY_POINTER_EXT = 0x808E; - public static final int GL_NORMAL_ARRAY_POINTER_EXT = 0x808F; - public static final int GL_COLOR_ARRAY_POINTER_EXT = 0x8090; - public static final int GL_INDEX_ARRAY_POINTER_EXT = 0x8091; - public static final int GL_TEXTURE_COORD_ARRAY_POINTER_EXT = 0x8092; - public static final int GL_EDGE_FLAG_ARRAY_POINTER_EXT = 0x8093; -} diff --git a/src/java/org/lwjgl/opengl/wgl/WGLBufferRegion.java b/src/java/org/lwjgl/opengl/wgl/WGLBufferRegion.java deleted file mode 100644 index 936cc1f3..00000000 --- a/src/java/org/lwjgl/opengl/wgl/WGLBufferRegion.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -/* - * Created by IntelliJ IDEA. - * User: nj - * Date: 12-08-2002 - * Time: 16:06:10 - * To change template for new interface use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package org.lwjgl.opengl.wgl; - -public interface WGLBufferRegion -{ - public static final int WGL_WFRONT_COLOR_BUFFER_BIT_ARB = 0x00000001; - public static final int WGL_WBACK_COLOR_BUFFER_BIT_ARB = 0x00000002; - public static final int WGL_WDEPTH_BUFFER_BIT_ARB = 0x00000004; - public static final int WGL_WSTENCIL_BUFFER_BIT_ARB = 0x00000008; -} diff --git a/src/java/org/lwjgl/opengl/wgl/WGLMakeCurrentRead.java b/src/java/org/lwjgl/opengl/wgl/WGLMakeCurrentRead.java deleted file mode 100644 index f595f3fd..00000000 --- a/src/java/org/lwjgl/opengl/wgl/WGLMakeCurrentRead.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -/* - * Created by IntelliJ IDEA. - * User: nj - * Date: 12-08-2002 - * Time: 16:09:29 - * To change template for new interface use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package org.lwjgl.opengl.wgl; - -public interface WGLMakeCurrentRead -{ - public static final int WGL_ERROR_INVALID_PIXEL_TYPE_ARB = 0x2043; - public static final int WGL_ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB = 0x2054; -} diff --git a/src/java/org/lwjgl/opengl/wgl/WGLMultisample.java b/src/java/org/lwjgl/opengl/wgl/WGLMultisample.java deleted file mode 100644 index 1f6e0cfc..00000000 --- a/src/java/org/lwjgl/opengl/wgl/WGLMultisample.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -/* - * Created by IntelliJ IDEA. - * User: nj - * Date: 12-08-2002 - * Time: 16:10:06 - * To change template for new interface use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package org.lwjgl.opengl.wgl; - -public interface WGLMultisample -{ - public static final int WGL_WSAMPLE_BUFFERS_ARB = 0x2041; - public static final int WGL_WSAMPLES_ARB = 0x2042; -} diff --git a/src/java/org/lwjgl/opengl/wgl/WGLPBuffer.java b/src/java/org/lwjgl/opengl/wgl/WGLPBuffer.java deleted file mode 100644 index f66c96fa..00000000 --- a/src/java/org/lwjgl/opengl/wgl/WGLPBuffer.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -/* - * Created by IntelliJ IDEA. - * User: nj - * Date: 12-08-2002 - * Time: 16:06:59 - * To change template for new interface use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package org.lwjgl.opengl.wgl; - -public interface WGLPBuffer -{ - public static final int WGL_WDRAW_TO_PBUFFER_ARB = 0x202D; - public static final int WGL_WMAX_PBUFFER_PIXELS_ARB = 0x202E; - public static final int WGL_WMAX_PBUFFER_WIDTH_ARB = 0x202F; - public static final int WGL_WMAX_PBUFFER_HEIGHT_ARB = 0x2030; - public static final int WGL_WPBUFFER_LARGEST_ARB = 0x2033; - public static final int WGL_WPBUFFER_WIDTH_ARB = 0x2034; - public static final int WGL_WPBUFFER_HEIGHT_ARB = 0x2035; - public static final int WGL_WPBUFFER_LOST_ARB = 0x2036; -} diff --git a/src/java/org/lwjgl/opengl/wgl/WGLPixelFormat.java b/src/java/org/lwjgl/opengl/wgl/WGLPixelFormat.java deleted file mode 100644 index 7af37192..00000000 --- a/src/java/org/lwjgl/opengl/wgl/WGLPixelFormat.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -/* - * Created by IntelliJ IDEA. - * User: nj - * Date: 12-08-2002 - * Time: 16:07:42 - * To change template for new interface use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package org.lwjgl.opengl.wgl; - -public interface WGLPixelFormat -{ - public static final int WGL_WNUMBER_PIXEL_FORMATS_ARB = 0x2000; - public static final int WGL_WDRAW_TO_WINDOW_ARB = 0x2001; - public static final int WGL_WDRAW_TO_BITMAP_ARB = 0x2002; - public static final int WGL_WACCELERATION_ARB = 0x2003; - public static final int WGL_WNEED_PALETTE_ARB = 0x2004; - public static final int WGL_WNEED_SYSTEM_PALETTE_ARB = 0x2005; - public static final int WGL_WSWAP_LAYER_BUFFERS_ARB = 0x2006; - public static final int WGL_WSWAP_METHOD_ARB = 0x2007; - public static final int WGL_WNUMBER_OVERLAYS_ARB = 0x2008; - public static final int WGL_WNUMBER_UNDERLAYS_ARB = 0x2009; - public static final int WGL_WTRANSPARENT_ARB = 0x200A; - public static final int WGL_WTRANSPARENT_RED_VALUE_ARB = 0x2037; - public static final int WGL_WTRANSPARENT_GREEN_VALUE_ARB = 0x2038; - public static final int WGL_WTRANSPARENT_BLUE_VALUE_ARB = 0x2039; - public static final int WGL_WTRANSPARENT_ALPHA_VALUE_ARB = 0x203A; - public static final int WGL_WTRANSPARENT_INDEX_VALUE_ARB = 0x203B; - public static final int WGL_WSHARE_DEPTH_ARB = 0x200C; - public static final int WGL_WSHARE_STENCIL_ARB = 0x200D; - public static final int WGL_WSHARE_ACCUM_ARB = 0x200E; - public static final int WGL_WSUPPORT_GDI_ARB = 0x200F; - public static final int WGL_WSUPPORT_OPENARB = 0x2010; - public static final int WGL_WDOUBLE_BUFFER_ARB = 0x2011; - public static final int WGL_WSTEREO_ARB = 0x2012; - public static final int WGL_WPIXEL_TYPE_ARB = 0x2013; - public static final int WGL_WCOLOR_BITS_ARB = 0x2014; - public static final int WGL_WRED_BITS_ARB = 0x2015; - public static final int WGL_WRED_SHIFT_ARB = 0x2016; - public static final int WGL_WGREEN_BITS_ARB = 0x2017; - public static final int WGL_WGREEN_SHIFT_ARB = 0x2018; - public static final int WGL_WBLUE_BITS_ARB = 0x2019; - public static final int WGL_WBLUE_SHIFT_ARB = 0x201A; - public static final int WGL_WALPHA_BITS_ARB = 0x201B; - public static final int WGL_WALPHA_SHIFT_ARB = 0x201C; - public static final int WGL_WACCUM_BITS_ARB = 0x201D; - public static final int WGL_WACCUM_RED_BITS_ARB = 0x201E; - public static final int WGL_WACCUM_GREEN_BITS_ARB = 0x201F; - public static final int WGL_WACCUM_BLUE_BITS_ARB = 0x2020; - public static final int WGL_WACCUM_ALPHA_BITS_ARB = 0x2021; - public static final int WGL_WDEPTH_BITS_ARB = 0x2022; - public static final int WGL_WSTENCIL_BITS_ARB = 0x2023; - public static final int WGL_WAUX_BUFFERS_ARB = 0x2024; - public static final int WGL_WNO_ACCELERATION_ARB = 0x2025; - public static final int WGL_WGENERIC_ACCELERATION_ARB = 0x2026; - public static final int WGL_WFULL_ACCELERATION_ARB = 0x2027; - public static final int WGL_WSWAP_EXCHANGE_ARB = 0x2028; - public static final int WGL_WSWAP_COPY_ARB = 0x2029; - public static final int WGL_WSWAP_UNDEFINED_ARB = 0x202A; - public static final int WGL_WTYPE_RGBA_ARB = 0x202B; - public static final int WGL_WTYPE_COLORINDEX_ARB = 0x202C; -} diff --git a/src/java/org/lwjgl/opengl/wgl/WGLRenderTexture.java b/src/java/org/lwjgl/opengl/wgl/WGLRenderTexture.java deleted file mode 100644 index cfa2f3dc..00000000 --- a/src/java/org/lwjgl/opengl/wgl/WGLRenderTexture.java +++ /dev/null @@ -1,78 +0,0 @@ -/* - * Copyright (c) 2002 Lightweight Java Game Library Project - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * * Neither the name of 'Light Weight Java Game Library' nor the names of - * its contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED - * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ -/* - * Created by IntelliJ IDEA. - * User: nj - * Date: 12-08-2002 - * Time: 16:08:41 - * To change template for new interface use - * Code Style | Class Templates options (Tools | IDE Options). - */ -package org.lwjgl.opengl.wgl; - -public interface WGLRenderTexture -{ - public static final int WGL_WBIND_TO_TEXTURE_RGB_ARB = 0x2070; - public static final int WGL_WBIND_TO_TEXTURE_RGBA_ARB = 0x2071; - public static final int WGL_WTEXTURE_FORMAT_ARB = 0x2072; - public static final int WGL_WTEXTURE_TARGET_ARB = 0x2073; - public static final int WGL_WMIPMAP_TEXTURE_ARB = 0x2074; - public static final int WGL_WTEXTURE_RGB_ARB = 0x2075; - public static final int WGL_WTEXTURE_RGBA_ARB = 0x2076; - public static final int WGL_WNO_TEXTURE_ARB = 0x2077; - public static final int WGL_WTEXTURE_CUBE_MAP_ARB = 0x2078; - public static final int WGL_WTEXTURE_1D_ARB = 0x2079; - public static final int WGL_WTEXTURE_2D_ARB = 0x207A; - public static final int WGL_WMIPMAP_LEVEL_ARB = 0x207B; - public static final int WGL_WCUBE_MAP_FACE_ARB = 0x207C; - public static final int WGL_WTEXTURE_CUBE_MAP_POSITIVE_X_ARB = 0x207D; - public static final int WGL_WTEXTURE_CUBE_MAP_NEGATIVE_X_ARB = 0x207E; - public static final int WGL_WTEXTURE_CUBE_MAP_POSITIVE_Y_ARB = 0x207F; - public static final int WGL_WTEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = 0x2080; - public static final int WGL_WTEXTURE_CUBE_MAP_POSITIVE_Z_ARB = 0x2081; - public static final int WGL_WTEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = 0x2082; - public static final int WGL_WFRONT_LEFT_ARB = 0x2083; - public static final int WGL_WFRONT_RIGHT_ARB = 0x2084; - public static final int WGL_WBACK_LEFT_ARB = 0x2085; - public static final int WGL_WBACK_RIGHT_ARB = 0x2086; - public static final int WGL_WAUX0_ARB = 0x2087; - public static final int WGL_WAUX1_ARB = 0x2088; - public static final int WGL_WAUX2_ARB = 0x2089; - public static final int WGL_WAUX3_ARB = 0x208A; - public static final int WGL_WAUX4_ARB = 0x208B; - public static final int WGL_WAUX5_ARB = 0x208C; - public static final int WGL_WAUX6_ARB = 0x208D; - public static final int WGL_WAUX7_ARB = 0x208E; - public static final int WGL_WAUX8_ARB = 0x208F; - public static final int WGL_WAUX9_ARB = 0x2090; - -}