Bug 15120

Summary: [i915 point sprite] point sprite enabled but not actually working
Product: Mesa Reporter: Shuang He <shuang.he>
Component: Drivers/DRI/i915Assignee: Kristian Høgsberg <krh>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: medium CC: dri-devel, nanhai.zou
Version: unspecified   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: xorg log
xorg conf

Description Shuang He 2008-03-18 23:00:42 UTC
System Environment:
--------------------------

--Platform: i915

--Architecture(32-bit,64-bit,compatiblity): all

--2D driver:
commit 4a42b01f5ee5a673716d6959dfe0e693b037eb48 

--3D driver:
commit dd1d66fc4ab5d7064113a2017a431c3461598b91

--Xserver:
commit 06c968acbf6771d5fed4b12ebd400fea791ea498 

--Drm
commit d6098db1409e8ee45052920d3acdd3b6f2cb80aa

--Kernel:
2.6.23.1


Bug detailed description:
-------------------------
This issue make glean test case pointSprite failed on i915.
OpenGL GL_ARB_point_sprite seems enabled, but it's
actually not working


Reproduce steps:
----------------
1. start X
2. ./glean -r log -t pointSprite


Current result:
----------------
OpenGL GL_ARB_point_sprite seems enabled 
but it's actually not working


Expected result:
----------------
GL_ARB_point_sprite should work when it's enabled
Comment 1 Shuang He 2008-03-18 23:03:28 UTC
Created attachment 15286 [details]
xorg log
Comment 2 Shuang He 2008-03-18 23:03:47 UTC
Created attachment 15287 [details]
xorg conf
Comment 3 WuNian 2008-03-19 00:11:06 UTC
I915 does not support point-sprite. You can check this by running glxinfo.
Comment 4 Shuang He 2008-03-19 00:18:32 UTC
(In reply to comment #3)
> I915 does not support point-sprite. You can check this by running glxinfo.
> 

You can see glxinfo does tell us they support point-sprite. that's why I filed this bug.
Comment 5 Zou Nan hai 2008-03-19 00:56:43 UTC
fixed in mesa
Comment 6 Shuang He 2008-03-19 20:12:00 UTC
verified, thanks

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.