the use of computer hardware to perform some function faster than is possible in software running on the general-purpose CPU
2
votes
1answer
41 views
How to hardware accelerate a box-shadow animation in CSS?
I am animating on a box-shadow with CSS. Using Instruments program, I discovered that this animation alone is taking 35% of the CPU on iOS Safari! The iPhone become hotter and hotter when I leave the ...
0
votes
1answer
22 views
Graphics Acceleration Enable: No “Hardware Section” in AVD
I want to have graphics acceleration enabled for my AVD and instructions say If you want to have graphics acceleration enabled by default for this AVD, in the Hardware section, click New, select GPU ...
-1
votes
0answers
14 views
sony vaio keyboard backlit hardware [closed]
I have a sony-vaio(VPCF115FM),I upgraded it to win 8 but the light sensor is not working,I installed the control center,No adjustment backlit kb,When I press any key on the keyboard lighting is ...
2
votes
2answers
65 views
Android Hardware Acceleration - to use or not to use?
I'm developing an app that it functionality very similar to Facebook Android native app: social network that most of the time the user will spend in an endless ListView displaying lot's of images, ...
0
votes
0answers
37 views
Android - drawline with hardware acceleration and antialiasing causes artifacts
I am working on an Android custom graph view that uses Canvas#drawLines and a paint object that has antialiasing turned on. My view has hardware acceleration turned on. Occasionally when I pinch zoom ...
0
votes
0answers
65 views
With hardware acceleration enabled, Android Webview gets a delay on javascript
This is weird, but when I set android:hardwareAccelerated="false" in Manifest, the javascript code runs normally (but CSS transitions get laggy) and when I set it to true, CSS transitions work like a ...
0
votes
0answers
66 views
java.lang.UnsupportedOperationException with android canvas.clipPath
My understanding is that this type of error is associated with using hardware acceleration when calling canvas.clippath method because it is not supported by hardware acceleration. In the app's ...
1
vote
1answer
64 views
List of hardware accelerated CSS properties for mobile safari
I went across change logs of MobileSafari in iOS 6 where it states:
WebKit no longer always creates hardware-accelerated layers for
elements with the -webkit-transform: preserve-3d option. ...
1
vote
2answers
81 views
Blurry offset paths when canvas is scaled under hardware acceleration
My application uses a canvas that I scale so that I can specify path points in meters instead of pixels. When I scale the canvas, then draw a line using path.lineTo(), with hardware acceleration on, ...
0
votes
0answers
31 views
Firefox hardware acceleration causing printing of large files to fail
I'm having a problem in Firefox (v. 11) where a reasonably large file won't print. I've constructed a test file which looks like the following:
<html>
<head></head>
...
2
votes
2answers
55 views
Programatically determine if OpenGL function is supported by hardware
I am very new to OpenGL so perhaps this is obvious, but is it possible to determine whether a specific function is supported by a given video card? This came up as I am using an old computer with an ...
0
votes
0answers
146 views
Hardware Acceleration bad performance on Galaxy Nexus
I have a problem with Hardware Acceleration. When I turn it on in Settings, or in AdroidManifest
<application
...
android:hardwareAccelerated="true"
>
my app has terrible lags on ...
0
votes
1answer
63 views
LAYER_TYPE_SOFTWARE not disables HW acceleration on some devices in some time
I use clipPath for clip round from canvas and then drive:
@Override
protected void onDraw(Canvas canvas)
{
float radius = ((float) getWidth()) / 2;
clipPath.reset();
...
3
votes
1answer
123 views
Are there any Dart graphics libraries that make extensive use of hardware acceleration?
I'm creating a game in Dart and I quite like the look of Three.dart. However, I've looked at its source and I can't figure out how much hardware acceleration it uses, if at all. My game will be pretty ...
3
votes
2answers
171 views
CSS hardware accelerated width?
I am attempting to build a Phonegap app that will allow the user to change the size of a two column layout by moving the middle divider.
I was able to get this working, but there is a huge UX ...
0
votes
1answer
53 views
Google map crashes on zooming out firefox19
We have used Google Map API V3 in our application and seemed to have found a strange problem, which is not reproducible on all machines.
The following is the configuration of the machine where we ...
0
votes
1answer
79 views
Phone can't find sensor for Sensor.TYPE_LINEAR_ACCELERATION
I'm trying to use the linear acceleration fusion sensor on my android app. However, it cannot find the sensor for Sensor.TYPE_LINEAR_ACCELERATION.
I perform these calls:
mSensorManager = ...
0
votes
0answers
122 views
How to force Mozilla Firefox 19.0.2 to use DX11 API in HW Acceleration?
I would like to know if there's a way to force Mozilla Firefox to use DX11 API in hardware acceleration? I've searched about:config and I found nothing.
To prevent questions, IE10 loads DX11 dlls but ...
0
votes
0answers
68 views
Does TextureView respect alpha value if set from native?
I have a textureView buffer at JNI with following format and dimension:
Format: ARGB8888
Dimension: 640x480
I am trying to fill this buffer as follows:
int i4_col, i4_row;
typedef struct ...
3
votes
1answer
130 views
Checking hardware acceleration availability? (Testing available)
I've written CSS that uses -webkit-transform, -webkit-perspective and several similar. My design looks the bees knees on machines where hardware acceleration is available but is practically unusable ...
0
votes
1answer
26 views
Hardware-accelerated alpha-enabled in-memory put-bitmap on linux?
Would live to draw bitmap 1 onto bitmap 2, and bitmap 1 alpha-channel must be used.
Both are in memory, both a RGBA.
I need this operation be as fast as possible. So hardware acceleraton would be ...
3
votes
2answers
1k views
Android Force GPU Rendering How to enable and disable?
I am building an app that requires a lot of drawing on the canvas. I notice that the app is a bit laggy in devices that is high resolution(nexus 7 for example). Also today, I saw there is a Force GPU ...
0
votes
0answers
27 views
Hardware AES support for .NET
This is a simple one. Does .NET implementations of AES support hardware encryption/decryption?
0
votes
2answers
425 views
Does Chrome support GPU hardware acceleration for the 2D Canvas under Windows XP?
I keep reading conflicting answers to this question, and I can't find a definitive answer in an official Google document.
By suppressing the blacklist I can enable hardware acceleration for almost ...
0
votes
0answers
40 views
Are there mobile browsers that do not support hardware acceleration for Canvas but for CSS3?
I heard a rumor, that hardware acceleration in a mobile browser is running for CSS3 but not for the Canvas element. Is that true? If so, are there sources for that?
0
votes
2answers
204 views
Nexys 2 1200K FPGA Xilinx Spartan-3E appropriate? [closed]
I want to speed up computing of some math algorithms working on financial instrument's prices.
Is this FPGA something appropriate? How does it compare with other FPGA?
Should I stick to CUDA maybe ...
2
votes
0answers
50 views
hardware acceleration in android unsharp pathes
I draw simple filled pathes with canvas. I use
canvas.scale(scalex, scaley);
to larger and smaller the shapes.
When I switch to Hardware acceleration ( AndroidManifest.xml )
...
1
vote
2answers
161 views
Is it possible to enable hardware acceleration with Java FX on Windows 2008 server?
As discussed in this question, it's possible to detect whether Java FX is using hardware acceleration by passing -Dprism.verbose=true as a system property. When I do this on my Java FX app on Windows ...
0
votes
1answer
511 views
Android Canvas and Hardware Acceleration?
Hi all I was wondering if it was possible to draw to an offscreen Canvas / Bitmap and take advantage of hardware acceleration or do I have to draw inside the onDraw() method of the View
For example I ...
1
vote
2answers
167 views
How to enable hardware acceleration depending on a device
I am getting this error:
E/libEGL(11261): call to OpenGL ES API with no current context (logged once per thread)
I found out that a possible solution would be to use
...
3
votes
1answer
197 views
Java Hardware Acceleration not working with Intel Integrated Graphics
Hi everyone I hope someone can help me solve this problem. I'm having trouble getting hardware acceleration to work on a laptop with Intel Integrated Graphics.
The Problem:
Hardware Acceleration ...
1
vote
0answers
133 views
[Android]canvas.drawText is very slow while changing text size continuously
I'm trying to scale the text continuously by changing text size. And I implement my own view to drawText on canvas every time the text size changed. But the procedure of invalidate and redraw canvas ...
0
votes
1answer
159 views
Is there a way to detect if Java FX is using hardware acceleration?
And related to that, is there a way to force Java FX to use hardware acceleration and bomb if it is unable to?
0
votes
0answers
241 views
Android TextureView and hardware acceleration
I am trying to implement the example shown on this page. I have tried on three different devices running android 4 and above, and in all cases I get a black screen with this warning:
01-27 ...
3
votes
1answer
161 views
WPF PathGeometry rendering
I have a PathGeometry containg a single polyline, and at a fixed interval I add a new point to the line (to plot a waveform). When using the Perforator tool I can see that every time I add a point to ...
0
votes
0answers
71 views
Render multiple 2D bitmaps in Flash Air : cacheAsBitmapMatrix slow
I use Flash Air 3.5 and I am rendering on-screen tens of 2D objects (bitmaps) which are scaled-down and continuously rotating. Each bitmap is contained like this:
// for each bitmap
var spr1:Sprite;
...
0
votes
1answer
683 views
How to disable Direct3D Acceleration on Windows 7?
I have tried to disable 3D acceleration on my machine that operation system is Windows 7.
I opened the DirectX Diagnostic Tool but DirectX Features can not be changed:
In addition I also tried to ...
0
votes
0answers
65 views
WriteableBitmap for Winforms
I'm reading about the WriteableBitmap class in WPF, in which you can change some pixels, and invalidate a certain region of the bitmap using AddDirtyRect(), and only that area will be send to the ...
1
vote
0answers
156 views
Adobe AIR HTML+JavaScript app vs. hardware acceleration
I'm developing an HTML application for mobiles and desktops. The application is optimized for WebKit based environment. To improve a rendering speed I'm using hardware accelerated layers (something ...
0
votes
1answer
169 views
LAYER_TYPE_HARDWARE and drawing to the cache
A view can have a layerType of LAYER_TYPE_HARDWARE (view.setLayerType(LAYER_TYPE_HARDWARE, null)) which tells it to draw a cache into the GPU. How can I tell how often this cache is drawn? What are ...
0
votes
0answers
135 views
MapView not visible without hardware acceleration turned off
I am using Google Maps Android API v2 for showing a small MapView. However in order to implement a feature of my app I need hardware acceleration turned off for this view. Here is how I do that:
...
0
votes
0answers
89 views
DirectX11 video decoding suitable for multiple streams
i am currently investigating in hw-accelerated video decoding apis for Windows 8 (WinRT is no requirement). The app has to decode at least 4 streams simultaneously, is the direct x11 h264 video ...
0
votes
1answer
245 views
How can I turn off hardware acceleration for certain HTML elements via CSS?
I created a very complex web app using HTML5, CSS3 and jQueryMobile.
It seems like jQueryMobile turns on hardware acceleration here and there via translate3D and/or translateZ.
Now I want to turn ...
0
votes
2answers
182 views
Android view/canvas drawCircle issue with ICS
I have an android app which was running good on HoneyComb but on ICS it's not working properly. I have google map and on top of that I am creating radar effect using the circles (circles' radius keep ...
0
votes
1answer
58 views
HTML5: Is iPhone4's hardware acceleration that much weaker than compared to the 4s?
I created a HTML5 web application that uses hardware acceleration via CSS3 property translateZ(0).
On my 4s every works really very smooth.
When I test the same thing on a iPhone4, then performance ...
6
votes
1answer
172 views
drawBitmap with different rendering outputs (Nexus 7 versus other devices)
In my application, I use drawBitmap() to display a low res bitmap while I'm zooming it out. I tested it on several devices (Galaxy Tab, Kindle Fire, Moto Xoom and Nexus 7). In all of them I get the ...
1
vote
1answer
68 views
How can i use the accererometer to check whether the device is stable?
I know how to get the accel data but was wondering if anyone knows of any code samples that would determine whether the ios device is stable (swaying or shaking)
Thanks is advance.
V
2
votes
1answer
387 views
iOS — OpenSSL and Accelerated Cryptography?
I know that all but the older iPhones and all iPads have a built-in cryptographic accelerator, used to make key generation and encryption faster on those devices. In my application, I am using ...
0
votes
0answers
64 views
Bitmap texture limit on ImageViews inside a ListView with HW Accel
I'm having a lot of problems handling big image bitmaps (with a height value of >4096) on ListView rows with ImageViews.
When using Hardware Acceleration, I get the Texture is too big to be displayed.
...
0
votes
0answers
39 views
Hardware accelerator for image recognition system [closed]
My friend have project called hardware accelerator for image recognition system and he will do that using xilinx... He need some good articles, books, references, ideas etc. Can someone share his ...



