Adding C++ SDK to existing c# project in visual stuidio 2010
Hi sir, I'm just creating a windows forms application with c#.Net as front end and sql server as backend.The application is mainly concentrated on token calling.Token generation and token...
View ArticleRe: Adding C++ SDK to existing c# project in visual stuidio 2010
Hi, I'm moving your question to 'Graphics Programming' domain. Thanks Kind regards,
View ArticleAlternative library to access the gpu display information.
Hello. I was using the adl sdk for a quit long time, but eventually i needed to get some gpu parameters from the Windows Service environment. Adl doesn't work in there, is there any alternative library...
View ArticleBugs on Linux with GL state queries
There are a couple of GL state queries that fail on linux, namely GL_VERTEX_BINDING_BUFFER and GL_POLYGON_MODE. The former is listed as an unrecognised enum to glGetIntegeri_v. GL_POLYGON_MODE is...
View ArticleRe: Bugs on Linux with GL state queries
Upon further investigation when trying to use GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING as a workaround, I think that this query is also subtly wrong - it seems to me to behave exactly as...
View ArticleRe: Why doesn't amd release a BSD driver?
Hi all, I am a FreeBSD user.Well, I wanna know if now (2014) the problem to AMD maintain a driver for FreeBSD persists. What about this AMDGPU open source module + userland blob for Linux you are...
View ArticleWhere to report driver bugs?
What is the correct channel for software developers to report graphics driver bugs to the AMD driver teams, for Windows and Linux? I used to just email devrel at ati.com and haven't had a lot of...
View ArticleRe: Bugs on Linux with GL state queries
We have confirmed this bug and will fix it ASAP. Thanks.
View ArticleRe: Several OpenGL bugs
I want to report an issue with GLSL on ATI Radeon. I'm running ubuntu 14.04 LTSAMD Proprietary Linux Driver Version Identifier:13.35.5AMD Proprietary Linux Driver Release Identifier:...
View ArticleFrames per second
My pc is AMD A4-500 APU Radeon 1.50 ghz 8GB RAM, AMD radeon HD 8330, its normal i can't get 100 fps in counter strike 1.6? greetings
View ArticleBest AMD GPU for OpenCL on Desktop Machines with Linux Driver support
Hi All. I wan to buy an AMD GPU card for doing some experiments with OpenCL. I have NVIDIA cards running opencl on it, but just for comparison purposes. Could any one suggest me a good (in terms of...
View ArticleRe: Best AMD GPU for OpenCL on Desktop Machines with Linux Driver support
The cards that definitely support OpenCL 2.0 are 7790/R7 260/R7 260X, R9 285, and R9 290/290X. As long as you don't have huge amounts of data to crunch, I would go with 7790 and R7 260/260X. Those are...
View ArticleRe: Best AMD GPU for OpenCL on Desktop Machines with Linux Driver support
I will go for 7790/R7 as you mentioned. Yes the NVIDIA drivers are most robust but some specialized OpenCL functions in the latest releases are not supported. I wanted to explore OpenCL 2.0 for the...
View ArticleRe: glMultiDrawArrays bug!
GL 1.0 code in 2014 ? are you serious ? Try to move it to at least GL 2.0 core and then complain.
View ArticleglCopyImageSubData for small compressed mips
glCopyImageSubData thows a GL_INVALID_VALUE when copying mips of a block compressed texture that are smaller than the block size in any dimension. e.g. GLuint tex0 = ...; // 1x1 compressed texture...
View ArticleglVertexAttrib with layout(location=0) still buggy
This issue is two years later still unsolved even with latest drivers: Re: glVertexAttrib?f ignored on AMD? Will this be fixed finally? Renderer: AMD Radeon HD 6800 SeriesVendor: ATI Technologies...
View ArticleglGetProgramPipelineiv doesn't support GL_COMPUTE_SHADER parameter
When calling glGetProgramPipelineiv with pname=GL_COMPUTE_SHADER, an error is reported saying that enum (GL_COMPUTE_SHADER = 0x91b9) is invalid. None of the other shader stage enums report a problem....
View ArticleCrash if creating multisampled textures when samples = 7,6,5,3
I'm using glTexStorage2DMultisample to create multisample textures. With samples = 8 it works at 1920x1080, but I just tried with samples = 7 and I get GL_OUT_OF_MEMORY errors after which my app...
View ArticleRe: glCopyImageSubData for small compressed mips
I posted a similar issue a while back and still haven't receive a response. Possible driver bug with glCopyImageSubdata
View Article