Bug 25357

Summary: glxpixmap showing "Direct Rendering:No" even though it is enabled.
Product: Mesa Reporter: samit vats <hysvats>
Component: Drivers/DRI/r300Assignee: Default DRI bug account <dri-devel>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: other   
Whiteboard:
i915 platform: i915 features:
Attachments: xorg.conf
lspci
glxinfo
Xorg.log

Description samit vats 2009-11-30 04:06:11 UTC
Created attachment 31583 [details]
xorg.conf

O.S. - Ububntu-9.10-32bit
ASIC- RV516

Details of the X-stack:
----------------------

drm                     :     2.4.5
mesa/mesa          :     7.7                                            
xorg/xserver         :     1.6.0   
xorg/xf86-video-ati :     20th November-2009


O.S.- Ubuntu-9.04-64
ASIC-RV516

Steps to Reproduce:
======================

run mesa/progs/xdemos ./glxpixmap 

Observed Behaviour :
=====================

The output is as below :

Direct rendering: No
failed to create pixmap
GL_RENDERER=Mesa DRI R300 (RV515 7193) 20090101 x86/MMX/SSE2/ TCL
Comment 1 samit vats 2009-11-30 04:06:58 UTC
Created attachment 31584 [details]
lspci
Comment 2 samit vats 2009-11-30 04:07:17 UTC
Created attachment 31585 [details]
glxinfo
Comment 3 samit vats 2009-11-30 04:07:36 UTC
Created attachment 31586 [details]
Xorg.log
Comment 4 Michel Dänzer 2009-11-30 04:12:14 UTC
glxpixmap passes False for the last parameter of glXCreateContext(), so it's expected to get an indirect rendering context.

[ Also, it'll actually work with KMS/DRI2 and will never work (at least not with hardware acceleration) without ]

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.