- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have user with probably Win8.1 installed and i5-2500 cpu which have Intel HD 2000 integrated (according with CPU specs). He have latest driver installed - 4229.
When we render texture with shader that makes final alpha 0, he see dots in result. Our shader code:
Out.r = dot(c0, p0); // color correction
Out.g = dot(c0, p1);
Out.b = dot(c0, p2);
Out.a = dot(c0, p3); // alpha correction
where p3 is:
vec.x = 0; vec.y = 0;
vec.z = 0; vec.w = ((float) lAlpha) / 255.0f;
map[3] = vec;
I think there maybe some calculation errors in dot(c0, p3) call. Or maybe also primitive rendering with alpha 0.
Our application uses D3D11 by default.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vladimir,
HD 2000 only supports up to D3D 10.1, it is not a D3D 11 GPU. Additionally HD 2000 supported anymore, our last driver release was June 2015 and there are no new driver releases that support HD 2000 in the current plan.
Sorry I can't be of more help on this.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Michael C. (Intel) wrote:
HD 2000 only supports up to D3D 10.1, it is not a D3D 11 GPU. Additionally HD 2000 supported anymore, our last driver release was June 2015 and there are no new driver releases that support HD 2000 in the current plan.
I think there some misunderstanding. I think you mean D3D10.1 feature level but I mean D3D11 API. D3D11 API supports different feature levels. See D3D11CreateDevice function and D3D_FEATURE_LEVEL enumeration (9.1, 9.2, 9.3, 10.0, 10.1, 11.0, 11.1, 12.0, 12.1). Our application requires at least 10.1 feature level.
Our application have D3D11 and D3D9 rendering engines and it uses D3D11 mode by default but it switches automatically to D3D9 and it works similar. I will confirm what mode was actually active for user.
PS You mean "Additionally HD 2000 NOT supported anymore" ? We will also send this information to user. Do you have some article on Intel website?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes I meant to say the HD 2000 does not have driver support anymore and no new drivers are planned.
Looking at the driver download page for version 4229 it states the follow:
- Microsoft Windows* 8.1**
- **This driver will install on Microsoft Windows* 8.1 though is not certified for this version of OS and is provided "as is" and is not supported by Intel Technical Support or any other department at Intel.
https://downloadcenter.intel.com/download/24970/Intel-HD-Graphics-Driver-for-Windows-7-8-8-1-32bit
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for provided information. But sorry, then I have to ask, will Intel provide support if we can reproduce same bug in Win7 or Win8 ? Can you please also provide some link to official information that Intel has been cancelled support for mentioned cases also?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vladimir,
As I said in a prior post no further driver releases for HD 2000 (& HD 3000) are planned. So even if the issue reproduces on Win 7 or 8.0 I afraid no fix will be provided. There is no official press release or article on the Intel site stating this. Generally this information is propagated through the Intel Community forums as the topic comes up.
Currently supported products:
Intel® HD Graphics 530 for 6th Generation Intel® Core™ Processors
Intel® HD Graphics 510 for Intel® Pentium® Processors
Intel® HD Graphics 515 for 6th Generation Intel® Core™ M Processors
Intel® HD Graphics 520 for 6th Generation Intel® Core™ Processors
Intel® Iris™ Pro Graphics 580 for 6th Generation Intel® Core™ Processors
Intel® Iris™ Graphics 540 for 6th Generation Intel® Core™ Processors
Intel® Iris™ Graphics 550 for 6th Generation Intel® Core™ Processors
5th Generation Intel® Core™ Processors with HD Graphics 5500
5th Generation Intel® Core™ Processors with HD Graphics 5600
5th Generation Intel® Core™ Processors with HD Graphics 6000
5th Generation Intel® Core™ Processors with Iris™ Graphics 6100
5th Generation Intel® Core™ Processors with Iris™ Pro Graphics 6200
Intel® Core™ M with Intel® HD Graphics 5300
4th Generation Intel® Core™ Processors with Intel® Iris™ Pro Graphics 5200
4th Generation Intel® Core™ Processors with Intel® Iris™ Graphics 5100
4th Generation Intel® Core™ Processors with Intel® HD Graphics 5000/4600/4400/4200
Intel® Pentium® Processor 3558U/3560M/3561Y/G3220/G3220T/G3240/G3240T/G3250/G3250T/G3258/G3320TE/G3420/G3420T/G3430/G3440/G3440T/G3450/ G3450T/G3460 with Intel® HD Graphics
Intel® Pentium® Processor 3550M/3556U/3560Y with Intel® HD Graphics
Intel® Celeron® Processor 2957U/2961Y/2970M/2981U/G1820/G1820T/G1820TE/G1830/ G1840/G1840T/G1850 with Intel® HD Graphics
Intel® Celeron® Processor 2000E/2002E/2950M/2955U/2980U with Intel® HD Graphics
Here is still some support for the 3rd Generation Intel® Core™ Processors graphics but what little support there is will go away soon.
Hope this helps,
-Michael
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page