Tagged Questions
An issue with operations on 64 bit value not being atomic on 32 bit machines
11
votes
3answers
598 views
WPF Animation has Tearing and Flicker
I'm having trouble with tearing and flickering in WPF animations. I have a toy app that demonstrates the problems. The app animates squares across the screen. The edges of the squares show tearing and ...
5
votes
2answers
1k views
WPF: How do I prevent tearing with WriteableBitmap?
I'm using a WriteableBitmap to display images I process myself at around 20 frames per second.
This question (WPF: More efficient way of displaying quickly-changing images?)
and this question (How to ...
3
votes
1answer
465 views
Tearing in HTML5 canvas?
I'm making a small game using the HTML5 canvas element. It works great, except that it has a scrolling background with obvious tearing happening in Firefox and Chromium browsers in Ubuntu. I'm ...
3
votes
2answers
551 views
Skipping and Tearing in Java Animation
the following code draws a square with two smaller square rotating inside it. whenever you click an arrow on the keyboard, the whole system will move in that direction. however i'm having some ...
2
votes
1answer
102 views
OpenGL tearing effect when rendering on EGL
I have some Qt applications rendered using OpenGL on surfaces provided by an EGL implementation on an ARM board. I'm experiencing some kind of tearing in rendering.
By reading around, I found out it ...
2
votes
2answers
256 views
How to avoid flash.display flickering
Coming from a more 'traditional' C++ background so more used to dealing with low level API's rather than something like the flash.display API.
My issue is rather rudimentary, but my searches haven't ...
2
votes
3answers
415 views
What can one do about WPF render tearing of the UI?
To my disappointment I found out that one of the applications I'm working on renders rather poorly on certain computers. The UI static graphics and text suffer from a severe case of tearing without ...
1
vote
1answer
138 views
Why does this website cause tearing in IE?
http://gaxweb.eu/deploy/phenix/en-de/products?target=1340
I've got a weird IE bug here that causes tearing if you scroll that carousel with your mousewheel for example. The images are being torn into ...
0
votes
2answers
91 views
tearing effect on HTML5 animation
I am getting tearing effect when viewing this simple 360 animation on every major browser.
Do you have some ideas how to improve it?
http://www.donkeyzoom.com/simple-360.htm
0
votes
0answers
110 views
Extreme tearing when I move the camera quickly
I am creating a minecraft clone, and whenever I move the camera even a little bit fast there is a big tear between the chunks as shown here:
Each chunk is 32x32x32 cubes and has a single vertex ...
0
votes
1answer
137 views
Java 2D page-flipping on Linux
Our Java 2D application exhibits screen tearing when run on Linux. It does not exhibit any tearing when running on Windows. We've spent significant time analyzing our code, and haven't yet found a ...
0
votes
1answer
265 views
wpf wait for vsync (Image)
I use a UDP API that updates a camera feed to a ImageSource, I have a timer that updates the ViewModel's ImageSource and then WPF databinds the Image on screen.
The timer has an interval that fires ...
0
votes
0answers
370 views
Android: tearing effect while calling requestLayout() in OnTouchListener methods? a way to fix?
I've tried adding some Drag&Drop mechanism to my project.
the way I'm doing it is basically making two operations each time a touch event occurs:
first, updating the parameters I'm using inside ...
0
votes
2answers
211 views
MipMapping problems in OpenGL
I'm loading 3D objects (obj or 3ds or collada files) into my openGL application. The 3 environment is quite large (a few hundred metres in all axis').
My problem is that smaller 3D objects (i.e. in ...
0
votes
2answers
801 views
SurfaceView flickering/tearing
I'm trying to figure out how to work around my problem. I've read ...