Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
2k views

Which OpenGL functions are not GPU-accelerated?

I was shocked when I read this (from the OpenGL wiki): glTranslate, glRotate, glScale Are these hardware accelerated? No, there are no known GPUs that execute this. The driver computes ...
8
votes
2answers
2k views

Does iPhone support hardware-accelerated AES Encryption?

I could find references to "hardware-accelerated AES encryption" on an iPhone/iPad. But the APIs that I could find to do the AES encryption (CCCrypt) don't talk about hardware-acceleration at all. ...
8
votes
5answers
2k views

My OpenCL kernel is slower on faster hardware.. But why?

As I was finishing coding my project for a multicore programming class I came up upon something really weird I wanted to discuss with you. We were asked to create any program that would show ...
6
votes
1answer
161 views

What buffering strategy should I use for my 2D scrolling map?

So, I'm creating a 2d top-down game in Java. I'm following instructions from Java 2D: Hardware Accelerating - Part 2 - Buffer Strategies to take advantage of hardware acceleration. Basically, what ...
5
votes
2answers
121 views

Are there any open source, hardware-accelerated crossplatform physics libraries with C++ bindings?

I'm working on a game using OpenGL and C++. I would really like hardware accelerated physics, but cross-platform. Is there anything out there, maybe implemented in OpenCL?
5
votes
3answers
210 views

How to tell whether an OpenGL context is hardware accelerated?

I know that if the openGl implementation does not find a suitable driver it happily falls back and render everything in software mode. It's good for graphics applications but it is not acceptable for ...
5
votes
2answers
723 views

QGLWidget and hardware acceleration?

Greetings all, Does simply subclassing QGLWidget and reimplementing paintEvent() make use of OpenGL and hardware acceleration? I create a QPainter and draw QImages in this paintEvent(). What happen ...
4
votes
2answers
857 views

Software rendering mode - WPF

I have a WPF user control for which I need to force rendering in RenderMode.SoftwareOnly. Since I am using .NET 3.5, I had to do something like, var hwndSource = PresentationSource.FromVisual(this) ...
3
votes
2answers
69 views

jQuery and CSS Animations Choppy in Firefox

I'm working on a minisite that features a lot of jQuery animation. It works fine in Safari, Chrome & IE9, but the animation is really choppy in Firefox (7, 8 & 9) on OSX. I thought CSS ...
3
votes
2answers
104 views

.NET/Mono HW Accelerated Graphics with Software Fallback

Background As far as I know, WPF does hardware-accelerated drawing if possible, with a fallback to software rendering if the user does not have DirectX 9+. That is a very interesting idea, and I even ...
3
votes
1answer
360 views

Hardware accelerated FFmpeg on android?

I compiled an older version of FFmpeg for Android (if I recall correctly it was 0.6.X). FFmpeg decodes a video frame, scales it, then I'm using OpenGL to draw it on the screen. As far as I can tell, ...
3
votes
3answers
427 views

HW accelerated activity - how to get OpenGL texture size limit?

I'm trying to enable hw acceleration in Honeycomb, and display some Bitmaps on Canvas. All works fine, but for large bitmaps (>2048 in one dimension), I get error in log: OpenGLRenderer: Bitmap too ...
3
votes
2answers
174 views

GPU-accelerated hardware simulation?

I am investigating if GPGPUs could be used for accelerating simulation of hardware. My reasoning is this: As hardware by nature is very parallel, why simulate on highly sequential CPUs? GPUs would be ...
3
votes
1answer
468 views

Does the Honeycomb android:hardwareAccelerated=“true” manifest setting apply for Live Wallpapers?

I have a live wallpaper that I originally coded to use canvas rendering for phone-sized screens. But when running it on a Xoom tab the framerate degrades noticeably, presumably due to the increased ...
3
votes
1answer
142 views

optimal pixel-read back strategy

I need to render certain scenes and read the whole image back in main memory. I've search for this and it seems that most video cards will accelerate the rendering but the read-back will be very slow. ...
3
votes
1answer
297 views

Font size too large to fit in cache

So i recently switched to android 3.0 (honeycomb) and i'm having some issues with hardware rendering, specifically at a certain custom view i've written where I use a font size of 200 to display some ...
3
votes
1answer
376 views

Silverlight 5 hardware acceleration

In order to gain the benefits of Hardware acceleration or any performance improvements in Silverlight 5 (beta), whether the client need to have IE9+. Can performance improvement be gained using ...
3
votes
1answer
375 views

What's the best way to programmatically detect the iPad 2's graphics hardware?

My app needs to run different code (larger textures) on iPad 2. How should I programmatically detect faster graphics hardware? The code should be future-proof (i.e. it would detect faster graphics ...
3
votes
3answers
291 views

Is it possible to detect hardware accleration by browser in javascript?

I've noticed that font sizes are not the same across browsers which use hardware acceleration due to the font rendering changes - making characters appear smaller. On sites with horizontal navigation, ...
3
votes
2answers
222 views

How can I accelerate the generation of the an MD5 Checksum within vb.net?

I'm working with some very large files residing on P2 (Panasonic) cards. Part of the process we employ is to first generate a checksum of the file we are going to copy, then copy the file, then run a ...
2
votes
2answers
101 views

2d Multimedia Library on the JVM

I'm searching for a rich 2d multimedia framework that's meant to be used with the JVM There's SDL and SFML for C and C++. I've used Pygame with Python. It's very productive. XNA is great, too. ...
2
votes
1answer
200 views

Java scroll text on canvas

I'm making an application where I need to scroll some text on a java.awt.Canvas - at the moment I'm doing this by constantly calling the repaint() method, and overriding the paint() method in Canvas ...
2
votes
2answers
97 views

Is there a way to use application that use hardware accelerated OpenGL on a headless machine?

There exist a class of applications that use opengl to provide hardware acceleration, but are not GUI based. However it seems that in the default case, to use opengl, there must be running an X-server ...
2
votes
2answers
443 views

What are the APIs for hardware accelerated video decoding in phones?

I have seen many smartphones coming with hardware accelerated video decoding supporting mpeg2 and h264, but unlike in desktop and laptop systems, it is not clear to me how to interact with the ...
2
votes
2answers
334 views

What is hardware cursor and how does it work?

Is there anyone who can explain how hardware cursor works precisely? How does it relate to the graphics I'm drawing on the screen? I'm using OpenGL to draw, how does hardware cursor relate to OpenGL ...
2
votes
1answer
652 views

CSS3 Translate3D and iPhone hardware acceleration

There are several references on the web about using the CSS3 translate3d directive to force hardware acceleration on some mobile devices (iPhone, etc). However while most of these go into great detail ...
2
votes
2answers
286 views

How to determine whether browser provides hardware acceleration for HTML5 Canvas

Is there any way to determine whether the browser is using hardware acceleration for the rendering of an HTML5 canvas? This would be useful for enabling/disabling certain expensive features.
2
votes
2answers
653 views

Visual Studio 2010: Use hardware graphics acceleration if available

My Via/S3G UniChrome Pro IGP does not support hardware acceleration in Visual Studio 2010. What kind of graphic cards (i.e. the specific features) do support this hardware acceleration? p/s: I think ...
2
votes
1answer
660 views

using ffmpeg hwaccel from C++

How do I decode a file with hardware acceleration with ffmpeg? I have written a working video player that uses ffmpeg. I have checked for support using "av_hwaccel_next" and found mpeg2_dxva. ...
2
votes
1answer
735 views

Which APIs are supported when hardware acceleration is enabled on Honeycomb?

The Honeycomb docs are vague: When the hardware-accelerated renderer is enabled, most operations in Canvas, Paint, Xfermode, ColorFilter, Shader, and Camera are accelerated. Is there a ...
2
votes
2answers
227 views

OpenGL 4.0 GPU Draw Feature?

In Wikipedia and other sources' description of OpenGL 4.0 I read about this feature: Drawing of data generated by OpenGL or external APIs such as OpenCL, without CPU intervention. What is this ...
2
votes
1answer
2k views

Disable Adobe Flash Player hardware acceleration in the embed code or AS

We run surf camera streams on our website, which are played via the latest version (5.4) of JWPlayer on our pages. Recently we switched over to another streaming service, and H.264 streams, as we are ...
2
votes
1answer
397 views

Android accelerated bitmap scaling

I have some large JPG files that need to be downsampled in an android service. BitmapFactory (i.e. skia libray) can handle this but probably does not get any GPU support. Is there any portable way to ...
2
votes
2answers
284 views

Resetting a device in device manager

I am looking for a programmically API on how to restart any device that allows enable/disable in the device manager, such as Audio devices and Network adapter
2
votes
6answers
504 views

Cross platform hardware accelerated 2d C++ app?

I know a decent amount of C++, and now I wanted to explore making a game. I was wondering what the best approach would be in terms of writing a hardware accelerated game that's still cross-platform ...
1
vote
2answers
38 views

Why aren't browsers smart enough to hardware accelerate without tricks?

There are tons of webpages these days recommending you add these rules to your content to make it hardware accelerated: transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); This ...
1
vote
1answer
39 views

Hot to work around Canvas.clipPath() that is not supported in android any more

From android 3.0 the clipPath() method is no longer supported in devices with hardware acceleration turned on.(Read this article for more details). I am working with canvas and I need to draw rounded ...
1
vote
2answers
60 views

Android - sluggish animation when using ViewAnimator, is it possible to use hardware acceleration?

I have the following code, that adds views to ViewAnimator View step1 = View.inflate(activity, R.layout.step_1, null); View step2 = View.inflate(activity, R.layout.step_2, null); ...
1
vote
0answers
19 views

Replacement for clipRect() while using hardware acceleration

Can someone advice some replacement for clipRect(). clip* methods aren't implemented for hardware acceleration yet
1
vote
1answer
59 views

Storing RGBA32 pixels directly into an OpenGL ES texture

I'm using a library which provides me frames I have to blit to the screen. I allocate a buffer, and this library writes directly into this buffer. When I'm required, I have to blit a specified part of ...
1
vote
2answers
353 views

WebView inside ViewPager or ScrollView - weird rendering bug on Android 3.0+

I have a ViewPager. Every page of the ViewPager is a ScrollView. The ScrollView contains a WebView and several other Views. On Android 2.3 and older everything works fine but on 3.0+ there's a weird ...
1
vote
0answers
125 views

Firefox Hardware Acceleration Causing CSS issues

I am experiencing issues with Firefox (in this case, on Windows 7, but may spread beyond). Apparently, ever since Firefox shipped with the 'hardware acceleration' feature, it is turned on by default. ...
1
vote
2answers
104 views

How much of a modern graphics pipeline uses dedicated hardware?

To put the question another way, if one were to try and reimplement OpenGL or DirectX (or an analogue) using GPGPU (CUDA, OpenCL), where and why would it be slower that the stock implementations on ...
1
vote
0answers
112 views

Hardware encoding video on Android phone

I'm looking for some information about encoding video on an Android phone using hardware acceleration. I know some phones (if anyone has a list?) support encoding for the camera, and was hoping I ...
1
vote
1answer
215 views

WebView transparency does not work when hardware acceleration is turend on

When using Android 3.0+ and enabling hardware acceleration in your AndroidManifest.xml file, WebViews can no longer be transparent. Even worse, transparent parts of images in your web content are just ...
1
vote
1answer
106 views

What conditions must be met for iPad/iPhone hardware accelerated animations?

I'm just wandering what I must do to get hardware accelerated animations ? Do I have to se doctype HTML5 or can I use HTML4.01 or something similar ? Are there any other limitations / things I must ...
1
vote
0answers
94 views

Partial Screen Hardware Accelerated Video

I am working on a honeycomb tablet application which renders beneath and on top of a partial-screen video (think 300x400 video inside a tablet screen.) This works fine when using full software ...
1
vote
1answer
160 views

JavaScript detect if hardware acceleration is enabled

Is it possible to detect to see if a browser has support for hardware accelerated page rendering and is it also possible to see if it has been enabled? I am aware that Firefox 4, IE9 and Chrome ...
1
vote
2answers
66 views

Is there a way to do hardware accelerated per-pixel or pixel shader operations on an image (using Drawing.Image) in C#?

The goal is to do hardware accelerated brightness, contrast, or RGB color adjustments to an image. Using C# and storing the result in a Drawing.Image. I've tried using matrix transforms but they're ...
1
vote
1answer
399 views

OpenGL random crash on Honeycomb with Hardware Accelerated param set to true

I am experiencing a big probleme on Android Honeycomb 3.0 (Acer Iconia). I don't use any openGL view, I only set in the manifest android:hardwareAccelerated="true" The fact is that when I load a ...

1 2