List Info

Thread: mesa xdemo 'glthreads' draw nothing




mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-25 01:34:23
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193

           Summary: [965]mesa xdemo 'glthreads' draw
nothing
           Product: Mesa
           Version: CVS
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/i915
        AssignedTo: nanhai.zouintel.com
        ReportedBy: lerui.zhuintel.com
                CC: dri-devellists.sourceforge.net,
shuang.heintel.com


System Environment:
--------------------------

--Platform:965
--Architecture(32-bit,64-bit,compatiblity):32bit & 64bit

--2D driver:master 645980596450ed21c3b8927410a6bfe38a0c55d1
--3D driver:master c98642169496cfa7d8026dbd5214fafbde962002

--DRM:master b0817a42e789a83454e6acba0578116829e2bf51

--Xserver:master 4217ba0cf0c9bbea3774760e836ab372acf3237c

--Kernel:2.6.24

Bug detailed description:
--------------------------
startx, run glthreads -n 10 ,run failed ,draw nothing .


Reproduce steps:
----------------
1.startx 
2../glthreads -n 10


Current result:
----------------
draw nothing 

Expected result:
----------------
run normally


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-25 01:37:01
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193





--- Comment #1 from Colin.Joe <lerui.zhuintel.com>  2008-03-24 23:37:01 PST ---
Created an attachment (id=15439)
 --> (h
ttp://bugs.freedesktop.org/attachment.cgi?id=15439)
Xorg.0.log


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-26 20:33:18
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193





--- Comment #5 from Colin.Joe <lerui.zhuintel.com>  2008-03-26 18:33:17 PST ---
I have rolled back and  retested it , this bug still can be
reproduced .


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-27 00:54:37
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193





--- Comment #6 from Zou Nan hai <nanhai.zouintel.com>  2008-03-26 22:54:36 PST ---
It seems threads has some synchoronize issue with xcb.
Can you try build the X server without xcb to see if the
issue still exist?


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-27 21:28:40
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193





--- Comment #7 from Colin.Joe <lerui.zhuintel.com>  2008-03-27 19:28:39 PST ---
we always build xserver without xcb .


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-27 21:41:08
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193


Zou Nan hai <nanhai.zouintel.com> changed:

           What    |Removed                     |Added
------------------------------------------------------------
----------------
         AssignedTo|nanhai.zouintel.com        |mesa3d-
                   |                            |devlists.sourceforge.net
          Component|Drivers/DRI/i915            |GLX




--- Comment #8 from Zou Nan hai <nanhai.zouintel.com>  2008-03-27 19:41:07 PST ---
Use -l option which hold mutex around xlib call will make
the issue disappear,
and you will also see the issue with software rendering. 

So it should be a GLX 
issue.


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


mesa xdemo 'glthreads' draw nothing
country flaguser name
United States
2008-03-28 13:01:48
htt
p://bugs.freedesktop.org/show_bug.cgi?id=15193





--- Comment #9 from Eric Anholt <ericanholt.net>  2008-03-28 11:01:47 PST ---
There's nothing xcb-related in the x server. Perhaps you
meant xlib?


-- 
Configure bugmail: h
ttp://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------
-------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
Dri-devellists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )