Displaying 6 results from an estimated 6 matches for "gl_max_texture_size".
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
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: medium
Component: Dri...
2005 Jul 19
0
Problems in rgl on MacOS X
...ameteriv (GLenum target, GLenum pname,
GLint *params);
extern void glGetIntegerv (GLenum pname, GLint *params);
extern void glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
.............
and in scene.cpp the relevant lines read:
..........
unsigned int maxSize;
glGetIntegerv(GL_MAX_TEXTURE_SIZE, (int*) &maxSize);
.......
which seems to give the compiler due cause to barf given the header.
I got it to build by changing the code to:
GLint maxSize;
glGetIntegerv(GL_MAX_TEXTURE_SIZE, (GLint*) &maxSize);
but this generates warnings about signed and unsigned further down
sc...
2007 Aug 27
5
Compiz not working properly using nvidia twinview
Hi,
I am running ubuntu 7.10 gutsy, and I have compiz working on one monitor
( a bit slow though ). When I add twinview to the mix compiz still comes
up, and sort of works but:
1. I loose the background and it is replace by all white
2. The second monitor draws about 30% of the new white background,
then it ends with a bit of a shadow, and then it continues with black
3.
2006 Sep 06
2
Skydome not working
Hi all,
I've searched all over to the answer for this but no luck. In short, skydome doesn't seem to be working, I only have a black background. Skydome is pointing at the following:
$ file plaza.png
plaza.png: PNG image data, 2048 x 1024, 8-bit/color RGB, non-interlaced
In the "Gnome Compiz Preferences" app, on the "Workspaces" tab, under "Cube", I
2012 Nov 16
2
[Bug 57211] New: nvidia GTS 360M: hangs during boot
...k 1323 MHz
OpenGL
Version 3.1 NVIDIA 187.66
Vendor NVIDIA Corporation
Renderer GeForce GTS 360M/PCI/SSE2
GLU Version 1.2.2.0 Microsoft Corporation
Values
GL_MAX_LIGHTS 8
GL_MAX_TEXTURE_SIZE 8192
GL_MAX_TEXTURE_STACK_DEPTH 10
GL Extensions
GL_ARB_color_buffer_float
GL_ARB_copy_buffer
GL_ARB_compatibility
GL_ARB_depth_buffer_float
GL_ARB_depth_tex...