The multisampling tag has no wiki summary.
0
votes
1answer
55 views
iPad OpenGL ES extremely slow glResolveMultisampleFramebufferAPPLE()
I am using the OpenGL ES Analyzer. It shows that calls to glResolveMultisampleFramebufferAPPLE() take around 90% of running time. Is this typical, or do I have some inefficiencies in my code? Here's ...
2
votes
3answers
1k views
How do you use CheckMultisampleQualityLevels and enable multisampling
I'm learning directx 11 and trying to set up multisampling. For some reason every tutorial on the internet disables multisampling and never goes over how to enable it.
First: I've searched around ...
2
votes
1answer
311 views
Qt5 OpenGL Multisampling using QOpenGLFrameBufferObject class
I need to perform multisampling in a Qt5 project but I am not sure how to use QOpenGLFrameBufferObject to perform FSAA. There is no example on how to do this as far as I searched and the documentation ...
3
votes
1answer
343 views
SDL Multisampling
I've been trying to get SDL FSAA with Multisampling working, but it doesn't want to.
I started with something simple:
SDL_GL_SetAttribute(SDL_GL_MULTISAMPLEBUFFERS, 1);
...
0
votes
1answer
20 views
Retrieve number of samples allocated by driver
I am working on application in which i am using multisampled textures. Now, i want to retrieve number of actual samples allocated by driver. for e.g. when my application asks for a 1X multisampled ...
0
votes
0answers
56 views
Corruption in Stencil textures with glTexImage2DMultisample
I am using depth multisampled textures. I have 2 attachments to FBO: 1. Depth-stencil attachment of a texture 2. Color attachment of render buffer.
I am rendering a cube on non default FBO with ...
1
vote
0answers
78 views
glTexImage2DMultisample with un-normalized texture-formats
I am having difficulty with rendering multisampled textures with un-normalized internal formats such as GL_RGBA32UI, GL_RGBA32I.
Here is my code:
width1=height1=32;
...
2
votes
1answer
346 views
WebGL Jagged Edges (Anti-Aliasing)
So I'm currently rendering my terrain using vertices and color data only (no indices, no textures), and maybe when I add textures in later the problem will fix itself. Both at a distance and close up, ...
1
vote
1answer
137 views
In 3D graphics, why is antialiasing not more often achieved using textures?
Commonly, techniques such as supersampling or multisampling are used to produce high fidelity images.
I've been messing around on mobile devices with CSS3 3D lately and this trick does a fantastic ...
2
votes
1answer
185 views
How do I enable multisampling (antialiasing) in OpenGL with Qt5?
How do I enable multisampling when I create the window? How should I initialize OpenGL to match?
0
votes
0answers
66 views
Blitting? to Multisample buffer from non-Multisample buffer?
I've got a render buffer setup for doing unique color picking of my scene. It has been rather faithful in producing pure colors and not giving my colors-to-objects translation fits. I put a simple ...
0
votes
1answer
148 views
Regarding Multisampling of textures
i am rendering white cube with green background in non default FBO and attaching the created multisampled texture to this FBO.
When i render a cube in default FBO using above texture, it gives ...
0
votes
0answers
102 views
JOGL FBObject multisampling
I am using JOGL to develop a simple OpenGL 3D graphics engine. Right now, I've implemented a simple rendering pipeline which renders the scene onto a FBO, which then gets passed to a shader that ...
0
votes
1answer
306 views
how does glTexImage2DMultisample work?
i want to use multisampled textures.
What will be the fragment shader and how to pass multiple samplers to shader?
Also, which API can be used to load texel data ?
I want to use default FBO for ...
1
vote
1answer
50 views
Will performance drop down by using multisampled OpenGL context with multisampling off?
Create a multisampled OpenGL context, turn off multisampling by glDisable, compare to using non-multisampled context, how performance are affected?
0
votes
1answer
138 views
turn on anti aliasing in d3d9?
I'm trying to turn on anti aliasing in my project. first look the d3d9 interface:
HRESULT CreateRenderTarget(
[in] UINT Width,
[in] UINT Height,
[in] D3DFORMAT ...
2
votes
1answer
148 views
XNA 3.1 DrawUserPrimitives with Anti Aliasing - MultiSampling doesn't work?
So this is a continuation of a question I asked earlier today. I've built myself some nice looking ribbon trails using XNA 3.1's DrawUserPrimitives method, essentially by expanding a polygon as motion ...
0
votes
0answers
90 views
XNA Stencil Buffer AA
I'm currently using stencil buffer data for visualisation.
These data are generated by pixel shader using the clip/discard
and stencil buffer logical operations. But I need to modify this
method to ...
0
votes
0answers
253 views
Multisampling and Direct3D10 / D3DImage interop
I'm trying to implement a renderengine using Direct3D 10 (SlimDX) and WPF.
I create my device and rendertargetview with the right MultiSample parameters ( 1,0 / 2,0 and 4,0 are working)
...
5
votes
1answer
156 views
Multisampling doesn't work in exclusive mode
I would like to enable multisampling when drawing triangles like on the following picture:
I found a way to do with SlimDX in another question but it doesn't work in exclusive mode.
Here is my ...
1
vote
1answer
496 views
Does OpenGL ES 1.x support polygon smoothing using anti-aliasing or multisampling?
I'm loading 3d model in wavefront .obj format, and display it on the screen of an Android device. I'm using min3d library for loading obj and rendering, and the min3d library uses openGL ES 1.x. The ...
0
votes
3answers
645 views
XNA 4.0 in a window having jagged edges issues…Know of a method for high quality output?
I'm using this example project's XNA 4.0 form control in an application I'm writing:
http://creators.xna.com/en-US/sample/winforms_series1
It's working great and I've done quite a bit with visuals ...
0
votes
0answers
114 views
GL_MULTISAMPLE is undefined, using opengl 2.1 and freeglut on VS C++ 2008
I'm trying to get anti-aliasing to work on a 3d scene. Almost everyone has said to us multi sampling, but when i run my code, i get an error saying:
error C2065: 'GL_MULTISAMPLE' : undeclared ...
0
votes
1answer
194 views
Enabling antialising in SlimDX (D3D9)
I would like to enable antialiasing when drawing triangles like on the following picture:
I found a way to do it with XNA on this page but I want to do the same with SlimDX.
1
vote
1answer
362 views
SlimDX DirectX10 multisampling not working
i am setting up my SlimDX project in DirectX10 but I somehow can't get multisampling to work. Here is my device initialization:
// Create swap chain description
DXGI.SwapChainDescription ...
1
vote
1answer
160 views
Anyone experienced weird alpha blending bug on iOS 4.3.3 with OpenGLES2 and MultiSampling turned on?
I enable multisampling support on iOS 4.3.3 with OpenGLES2, and the rendering result is awful, as if the color is in RGB565, not ARGB8888.
The thing is, either turn multisampling off, or deploying ...
4
votes
1answer
3k views
Reading data using glReadPixel() with multisampling
Presently I am trying to read the pixel data from the frame Buffer in order to capture the screen in IOS. GlreadPixels command works fine when using the following code to setup frame buffer :-
...
3
votes
1answer
2k views
Issue with Android OpenGL Multisampling/Antialiasing
I'm working on an app for Android allows the user to tap the screen to draw colors. I've got all of the drawing code working nicely under OpenGL (testing on Android 4.0.4, Galaxy Nexus, though I'm ...
1
vote
1answer
514 views
With OpenGL ES 2.0 on Android, is there a way preserve multisampling when rendering on a framebuffer?
I am developing a 2d game on Android ICS using OpenGL es 2.0 and java. I am trying to use a lighting system and to do that I render all the lights on a framebuffer and the scene on another, with the ...
1
vote
0answers
234 views
glReadPixels not working when multi-sampling is turned on
glReadPixel works well when multi-sampling is not enabled. But when multisampling is enabled, it gives 0x502 opengl error and screen is not captured. After researching a little bit, it seems to be ...
1
vote
1answer
491 views
SDL/opengl multisampling not working
I'm trying to do multisampling with SDL/opengl but SDL won't accept setting SDL_MULTISAMPLEBUFFERS and SDL_MULTISAMPLESAMPLES. Instead these are left at 0 and SDL_SetVideoMode() will fail afterwards. ...
0
votes
1answer
411 views
Anti aliasing with multisampling in opengl 2.1?
I have a 2007 Macbook pro with ATI radeon X1600 graphics card. I am trying to get anti aliasing working using multisampling feature.
Using GlView , this is the information that I have at hand:
The ...
0
votes
1answer
393 views
ResolveMultisampleFramebufferAPPLE generates INVALID_OPERATION
I can't figure out, why glResolveMultisampleFramebufferAPPLE generates error 1282 (0x0502, GL_INVALID_OPERATION).
Setup code:
glGenFramebuffers(1, &framebuffer);
...
0
votes
1answer
827 views
Why doesn't multisampling work?
I'm trying to get multisampling to work in my OpenGL ES app.
Framebuffer setup code:
glGenFramebuffersOES(1, &framebuffer);
glGenRenderbuffersOES(1, &colorRenderbuffer);
...
2
votes
4answers
3k views
where is GL_MULTISAMPLE defined?
Although I have been discouraged from reading the OpenGL redbook, I am still doing it, because it is the only book designed for beginners, and tutorials and/or documentation don't quite substitute for ...
3
votes
0answers
231 views
Enabling Multisampling in wxPython OpenGL Context
I'm trying to enable multisampling in an OpenGL program I'm writing. The application will require a substantial amount of GUI, so I am using wxPython (with which I am less familiar) instead of PyGame ...
1
vote
1answer
811 views
WGL: No double buffering + multi sampling = FAIL?
I usually create a pixel format using wglChoosePixelFormatARB() with these arguments (among others):
WGL_DOUBLE_BUFFER_ARB = GL_TRUE
WGL_SAMPLE_BUFFERS_ARB = GL_TRUE
WGL_SAMPLES_ARB = 4
i.e. double ...
2
votes
1answer
2k views
How to render Framebuffer Objects on multi-sampled textures?
I currently have a rendering engine using multiple passes in which various parts of the image are rendered on textures, and then combined using shaders. It works, and now I would like to activate ...
1
vote
1answer
766 views
FBO Blitting is not working
I'm trying to render a multisampled scene to texture, here is the code I'm using. I'm getting a black screen. I check the fbo completeness at the end of init, and they report that both fbo's are ...
2
votes
2answers
499 views
Why does OpenGL lighten my scene when multisampling with an FBO?
I just switched my OpenGL drawing code from drawing to the display directly to using an off-screen FBO with render buffers attached. The off-screen FBO is blitted to the screen correctly when I ...
2
votes
2answers
301 views
Anisoptropic filtering and multisampling
I'm reading OpenGL Superbible 5th ed. I've come across several terms which although explained in the book are not so clear to me yet.
First is multisampling. I understand that it is used to smooth ...
3
votes
1answer
1k views
How does multisample really work?
I am very interested in understanding how multisampling works. I have found a large literature on how to enable or use it, but very little information concerning what it really does in order to ...
2
votes
1answer
582 views
multisampled FBO depth/stencil and OpenGL specs
the OpenGL 4.2 specs (section 3.3.1) clearly states that:
Because each sample includes color, depth, and stencil information, the color (including
texture operation), depth, and stencil ...
1
vote
0answers
495 views
multisampling and fragment shaders in GLSL 330
Im trying to understand how a fragment shader is invoked during a multisampled rendering, Ive carefully read the specs but Im a bit confused..
I setup a multisampled FBO with a color and a ...
2
votes
1answer
647 views
How are depth values resolved in OpenGL textures when multisampling?
I'm using an FBO to render my scene to a depth texture (GL_DEPTH_COMPONENT). When I enable multisampling in my application, those samples are resolved to a single texel, but how are they combined? Is ...
1
vote
0answers
55 views
What is the smoothest parameters for texturing with multi-sampling mode?
what is the smoothest parameters for texturing with multi-sampling mode.
I mean to say I am using GL_LINEAR, GL_CLAMP, and GL_MODULATE. What should I choose here to get smoothest texture.
...
1
vote
1answer
2k views
How to enable multisampling for a wxWidgets OpenGL program?
Multisampling is a way of applying full screen anti-aliasing (FSAA) in 3D applications. I need to use multisampling in my OpenGL program, which is currently embedded in a wxWidgets GUI. Is there a way ...
3
votes
1answer
416 views
Color picking with AntiAliasing in OpenGL?
I'm having a problem with color picking and antialiasing in OpenGL. When AA is activated results from glReadPixels are obviously wrong on object edges and object intersections. For example:
I render ...
3
votes
2answers
6k views
How do you activate multisampling in OpenGL ES on the iPhone?
I'm experimenting w/ improving the "resolution" of an OpenGL ES based app. Apple mentions here (developer.apple.com) that OpenGL ES in iOS 4 supports multisampling... and this can improve the ...
1
vote
1answer
337 views
Multisampling on iPad
Is it possible to use multisampling on iPad ?
Apple's documentation say: "iOS4.0 and later devices", but all tutorials in inet says: "iPhone XX, IPAD"
I can't run my app under 3.2 sdk with ...

