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
Created attachment 15286 [details] xorg log
Created attachment 15287 [details] xorg conf
I915 does not support point-sprite. You can check this by running glxinfo.
(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.
fixed in mesa
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.