similar to: Problems in rgl on MacOS X

Displaying 20 results from an estimated 200 matches similar to: "Problems in rgl on MacOS X"

2006 Jul 20
2
failed installing rgl
Dear all, I have tried installing "rgl" with the usual command: R CMD INSTALL rgl_0.67-2.tar.gz Differently from what happened last time I have succesfully installed this package, this time there was a failure: ... ...g++ -I/usr/lib/R/include -I/usr/lib/R/include -I -DHAVE_PNG_H -I/usr/include/libpng12 -I/usr/local/include -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
2006 Jul 12
2
Error install rgl package on linux
Dear all, I tried to install rgl package on my linux machine fc5, I got an error. Here I run R as user, $ R > options(repos=c(CRAN="http://cran.at.r-project.org/")) > install.packages("rgl", lib="/home/subianto/local/lib/R/library/site-packages", dependencies=TRUE) trying URL 'http://cran.at.r-project.org/src/contrib/rgl_0.67-2.tar.gz' Content type
2007 Feb 19
4
Installing Package rgl - Compilation Fails
I'm running R 2.4.1 (with the latest versions of all packages) on an FC6 32-bit system. When I try to install the rgl package, compilation fails: > install.packages("rgl") --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/rgl_0.70.tar.gz' Content type
2012 Apr 06
1
[WIP PATCH] dri/nouveau: Add S3TC support for nv20.
--- Hi, this is still WIP, but already passes piglit's s3tc-teximage, s3tc-texsubimage and fbo-generatemipmap-formats(s3tc tests) and even Wolfenstein:Enemy-Territory works on my nv25. It's based on Ben's newlib branch. I have few issues though: 1) So far it needs libtxc_dxtn, but I might expose the s3tc extensions even without encoder using driconf option - Is that desirable? 2)
2012 Jul 06
0
[PATCH] dri/nouveau: Add AllocTextureImageBuffer() implementation
Fixes mipmap generation. Signed-off-by: Viktor Novotn? <noviktor at seznam.cz> --- Hi, this fixes bug with mipmaps I observed on nv25, where in _mesa_prepare_mipmap_level call to Driver.FreeTextureImageBuffer unreferences nouveau_teximage's nouveau_surface, which then doesnt get reallocated in Driver.AllocTextureImageBuffer, because vieux uses swrast implementation, ultimately leading
2012 Jul 26
2
RGL
Dear all, I was willing to use the library "rgl" to plot some 3D graphics, but unfortunately, I wan't able to instal the library. The error message is below. I would be very grateful if you could give me any clues about how I can solve this. Below you will find : - installation from binaries - installation from sources - sessionInfo() Bests, -- Guillaume Meurice - PhD Plateforme
2008 Feb 20
1
Compilation error on installing rgl package
Hi all, I encountered difficulties when I tried to install the rgl package. I'm using R devel (2.7.0) on Mac OS X 10.5.1. Below is the message popping up when compiling the package from source. I'd be grateful if someone can help me solve the problem. Thanks, Kenneth * Installing *source* package 'rgl' ... checking for gcc... gcc -arch x86_64 -std=gnu99 checking for C
2017 Jan 17
0
[ANNOUNCE] xf86-video-glint 1.2.9
Adam Jackson (3): Remove mibstore.h Pass the pci device through to fbdevHWInit Adapt Block/WakeupHandler signature for ABI 23 Matt Turner (1): xf86-video-glint 1.2.9 Michael Lorenz (1): Fix I2C for DDC2. git tag: xf86-video-glint-1.2.9 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-glint-1.2.9.tar.bz2 MD5: 3d166b7a97d96007272ffc153d5f81fd
2008 Mar 19
0
[ANNOUNCE] xf86-video-glint 1.2.0
Adam Jackson (2): Fix distcheck glint 1.2.0 Alan Hourihane (1): Fix --disable-dri for glint driver Brice Goglin (1): Define GLINT_*_VERSION* using PACKAGE_VERSION_* Dave Airlie (4): half attempt at pciaccess conversion for glint - doesn't build yet fix typos in dac code from last commit hey look a flying pig.... fix regression in tinderbox
2008 Jun 30
0
[ANNOUNCE] xf86-video-glint 1.2.1
Julien Cristau (2): Fix regression from pciaccess conversion (bug#16060) Bump to 1.2.1 git tag: xf86-video-glint-1.2.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-glint-1.2.1.tar.bz2 MD5: 6d7afdac0a26cf201c3f3b417c31c5e1 xf86-video-glint-1.2.1.tar.bz2 SHA1: 9e4959c2a39c22bf4a81b1eba4ec809f9c571bc8 xf86-video-glint-1.2.1.tar.bz2
2011 Nov 08
1
[Bug 42703] New: [NV17] Reduce GL_MAX_TEXTURE_SIZE to avoid memory overflow
https://bugs.freedesktop.org/show_bug.cgi?id=42703 Bug #: 42703 Summary: [NV17] Reduce GL_MAX_TEXTURE_SIZE to avoid memory overflow Classification: Unclassified Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority:
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
Hi, I recently had a problem installing the rgl package on OS X and put together a simple patch. The patched package is available here: http://jinome.stanford.edu/files/rgl_0.66-patched_for_gcc4.tar.gz It can be installed with "R CMD INSTALL rgl_0.66-patched_for_gcc4.tar.gz" as normal at the command line. Also -- as of right now rgl is not in the repository of version 2.3 packages
2014 Sep 14
0
[PATCH] nouveau: fix glCompressedTexImage
Ilia Mirkin <imirkin at alum.mit.edu> writes: > mesa_texstore expects pixel data, not compressed data. For compressed > textures, we want to just copy the bits in without any conversion. > Any reason we cannot use _mesa_store_compressed_*image for this instead of rolling our own? > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- >
2014 Sep 14
1
[PATCH] nouveau: fix glCompressedTexImage
On Sun, Sep 14, 2014 at 3:37 AM, Francisco Jerez <currojerez at riseup.net> wrote: > Ilia Mirkin <imirkin at alum.mit.edu> writes: > >> mesa_texstore expects pixel data, not compressed data. For compressed >> textures, we want to just copy the bits in without any conversion. >> > > Any reason we cannot use _mesa_store_compressed_*image for this instead
2014 Sep 13
2
[PATCH] nouveau: fix glCompressedTexImage
mesa_texstore expects pixel data, not compressed data. For compressed textures, we want to just copy the bits in without any conversion. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/mesa/drivers/dri/nouveau/nouveau_texture.c | 65 ++++++++++++++++++++------ 1 file changed, 52 insertions(+), 13 deletions(-) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_texture.c
2007 Dec 01
1
GL_MAX_TEXTURE_SIZE and dual-screens
Hi, I'm running compiz on a r300, dual-screens setup. The r300 driver has a GL_MAX_TEXTURE_SIZE = 2048 limit, and it shows: the nautilus backdrop window doesn't cover both screens. Is there a mean to let compiz sort of "split" the nautilus window to stay within the 2048 limit on each screen ? Thanks, Xav PS: please Cc me, I'm not suscribed
2007 Mar 28
1
Re: compiz: Changes to 'master' (Added possibility to load textures with fixed RGBA byte ordering from header files)
On Wed, 2007-03-28 at 06:29 -0700, Danny Baumann wrote: > include/compiz.h | 5 +++-- > src/cursor.c | 3 ++- > src/texture.c | 17 +++++++++++------ > 3 files changed, 16 insertions(+), 9 deletions(-) > > New commits: > commit 8e3b26fe3000602cfad0eaae2242abb1274c2ce3 > Author: Danny Baumann <dannybaumann@web.de> > Date: Wed Mar 28 15:29:42 2007
2013 Oct 04
1
[PATCH] nouveau_vieux: add AllocTextureImageBuffer implementation
This fixes issues where get_rt_format would see a 0 format because the nouveau_surface had not been properly initialized. Fixes crash on supertuxkart startup (which still fails due to out-of-vram issues). Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/mesa/drivers/dri/nouveau/nouveau_texture.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git
2015 Jan 07
3
[RFC] mesa/st: Avoid passing a NULL buffer to the drivers
If we capture transform feedback from n stream in (n-1) buffers we face a NULL buffer, use the buffer (n-1) to capture the output of stream n. This fixes one piglit test with nvc0: arb_gpu_shader5-xfb-streams-without-invocations Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de> --- src/mesa/state_tracker/st_cb_xformfb.c | 5 +++++ 1 file changed, 5 insertions(+)
2015 Feb 14
2
[PATCH 1/2] st/mesa: treat resource-less xfb buffers as if they weren't there
If a transform feedback buffer's size is 0, st_bufferobj_data doesn't end up creating a buffer for it. There's no point in trying to write to such a buffer, so just pretend as if it's not really there. This fixes arb_gpu_shader5-xfb-streams-without-invocations on nvc0. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/mesa/state_tracker/st_cb_xformfb.c | 2 +- 1