Questions tagged [ati]

ATI Technologies is a semiconductor technology company based on the development of graphics processing units and chipsets;

ATI Technologies is a semiconductor technology company based on the development of graphics processing units and chipsets; and top competitor of Nvidia.

Its original headquarters is located in Markham, Ontario, Canada; founded in 1985 as Array Technologies Inc. then succeeded by Advanced Micro Devices (AMD) in 2006.

95 questions
0
votes
0 answers

Am I overloading my opencl kernel? My screen goes blank while running the code

My kernel function has to store an intermediate private array with 7500 values. While running the code my screen goes blank for a second and when it resumes results are not displayed. Assuming that there is not enough private memory, I changed the…
0
votes
1 answer

OpenGL ati mobility radeon 3400 with genymotion

How can i fix this problem? have ati mobility radeon 3400 with openGL 3.2 support. http://www.amd.com/us/products/notebook/graphics/ati-mobility-hd-3000/hd-3400/Pages/hd-3400-specs.aspx When i try genymotion (for example) it get me error "Unable to…
D3laru3
  • 41
  • 1
  • 6
0
votes
0 answers

SDL with external context

Can SDL use an external graphics context (context that created by another graphics library)? and how? (Maybe something like the OpenTK call 'CreateDummyContext') I'm using c#/VS2010/ATI Radeon HD 3470
Angie
  • 319
  • 3
  • 12
0
votes
2 answers

OpenCL code behavior is different for AMD vs NVIDIA cards

I have a constant at the top of my code... __constant uint uintmaxx = (uint)( (((ulong)1)<<32) - 1 ); It compiles fine on AMD and NVIDIA OpenCL compilers... then executes. (correct) on ATI cards, returns... 4294967295 or (all 32 bits =…
extracrispy
  • 669
  • 5
  • 16
0
votes
2 answers

Does ATI Radeon HD 3400 series supports OpenCL at all?

If yes - where should be file OpenCL.dll ? Trying to find in C:\Windows\System32\DriverStore\FileRepository but no success... :-( I need this file for normal work of project I worked on. I have hope that i could stole it from computer with NVidia…
user2706838
  • 1,061
  • 2
  • 13
  • 21
0
votes
1 answer

OpenGL + PBO + FBO + some ATI cards - color and pixel shifting

We are developing software for slide show creation and use OpenGL. We use FBO + PBO for fast data reading from VGA to RAM but on some video cards from ATI we faced with the following problems: swapping RGB components pixel shifting There are no…
okarpov
  • 864
  • 14
  • 22
0
votes
5 answers

Ubuntu is running in low graphics mode after installing ATI driver

I have Ubuntu, version 12. I installed ATI driver and I'm getting an error running in low graphics mode. I needed to install the driver because every time I update or upgrade Ubuntu, right after installing the packages the system runs in low…
tsepehr
  • 147
  • 1
  • 5
  • 13
0
votes
1 answer

How to use OpenCL on the Windows XP operating system?

I have an ATI Radeon HD 4800 display card. I want to use OpenCL on it in Windows XP operating system, but the OpenCL's SDK only work correctly when I install the drivers, which are in version is 11.5. If the drivers version is higher than 11.5, the…
0
votes
0 answers

Vsyncing a windowed mode opengl game at 20FPS until a GDI window becomes topmost

My single threaded Double buffered Opengl game is running across two monitors using one HWND, HDC and HGLRC combination. So each frame buffer is 2560 x 1024 in size. My PC is: Intel Core 2 Quad CPU @ 3.00GHz ATI Radeon HD 3400 Series 512MB VRAM DAC…
Hinchy
  • 143
  • 9
0
votes
1 answer

Jdeveloper rendering messed up on Linux when JSF Designer

I have installed Jdeveloper 11g on Ubuntu 12.04 64 bit. After trying to edit the jsf page in the design mode the Jdeveloper becomes completely messed up like on the page below. I tried different versions of java 32 and 64 bit and the result is the…
Sava
  • 142
  • 1
  • 9
0
votes
0 answers

AMD/ATI FirePro V5900 WebGl / OpenGl ES not supported?

it seems that with the current (28. Feb. 2013) Catalyst driver from AMD ver. 9.3.3 WebGl is not supported. At least I'm not able to hook up Firefox or Chrome with native GL support. It only works with ANGLE enabled. So, is there a working driver…
dforce
  • 2,136
  • 3
  • 20
  • 36
0
votes
2 answers

Strange ATI vs Nvidia TRIANGLE_STRIP issue

I have this code, I am using a test for my Engine I am working on. On My NVIDIA NVS 4200M it displays the GL_TRIANGLE_STRIP as expected. On my ATI Radeon 5800 it appears to draw a Triangle. shader.begin(); Matrix4 temp =…
Baraphor
  • 249
  • 4
  • 16
0
votes
1 answer

OpenCL-GL Interop memory not in sync

I'm having troubles with OpenCL-GL shared memory. I have a application that's working in both linux and windows. The CL-GL sharing works in linux, but not in windows. The windows driver says that it supports sharing, the examples from AMD work so…
Torandi
  • 1,615
  • 2
  • 9
  • 12
0
votes
1 answer

Ubuntu 12.04 /usr/bin/ld: error: cannot find -lGL

I istalled the fglrx ATI/AMD proprietary driver and now when i try to launch my OpenGL/SDL project i receive this message: /usr/bin/ld: error: cannot find -lGL I run Ubuntu 12.04 desktop, 64-bit. HD6870 [ATI Radeon HD 6800 Series]
Matteo
  • 2,029
  • 4
  • 22
  • 30
0
votes
0 answers

Quad textured with big texture doesn't show up

I've run into some issue with drawing a texture. Situation is as follows: I've got linux box with ati hardware and propietary ati driver, which is two or three years old - because of ati ditching old hw. I've got custom application with dedicated…
baderman
  • 126
  • 3
  • 10