[Bug 9120] New: i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 
   Summary: i915tex doesn't work on i8x5 cards
   Product: Mesa
   Version: CVS
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Drivers/DRI/i915
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


Okay I upgraded an i845 machine today with latest stuff and glxinfo blows up
with a segfault in the i830_set_draw_region, I copied over code from i915_vtbl.c
to fix that then I got a DRM oops in the kernel

I think this isn't the sort of bug that should be in 6.5.2 if we wish for
distros to use it...  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9120] i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 00:49 ---
Dave,

Do you have a printout of the oops?

/Thomas
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9120] i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 00:54 ---
I was working on a PC in the office, but I've managed to dig it out..

Nov 22 17:31:51 asimov kernel: BUG: unable to handle kernel NULL pointer
dereference at virtual address 0029
Nov 22 17:31:51 asimov kernel:  printing eip:
Nov 22 17:31:51 asimov kernel: f8ba3a72
Nov 22 17:31:51 asimov kernel: *pde = 3888f067
Nov 22 17:31:51 asimov kernel: Oops: 0002 [#1]
Nov 22 17:31:51 asimov kernel: last sysfs file:
/devices/pci:00/:00:00.0/resource
Nov 22 17:31:51 asimov kernel: Modules linked in: i915(U) drm(U) i2c_i810
i2c_algo_bit nfsd exportfs lockd nfs_acl ipv6 parport_pc lp parport autofs4
pc87360 hwmon_vid hwmon eeprom i2c_isa sunrpc acpi_cpufreq dm_mod video button
battery ac uhci_hcd ehci_hcd i2c_i801 i2c_core snd_intel8x0 snd_ac97_codec
snd_ac97_bus snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc natsemi
e100 mii flopp
y windrvr6(U) ext3 jbd
Nov 22 17:31:51 asimov kernel: CPU:0
Nov 22 17:31:51 asimov kernel: EIP:0060:[]Tainted: PF VLI
Nov 22 17:31:51 asimov kernel: EFLAGS: 00210246   (2.6.17-1.2142_FC4 #1)
Nov 22 17:31:51 asimov kernel: EIP is at drm_agp_bind_ttm+0x42/0x7c [drm]
Nov 22 17:31:51 asimov kernel: eax:    ebx: f4d06380   ecx:   
edx: 0001
Nov 22 17:31:51 asimov kernel: esi: f29224a0   edi:    ebp:   
esp: f66b9de0
Nov 22 17:31:51 asimov kernel: ds: 007b   es: 007b   ss: 0068
Nov 22 17:31:51 asimov kernel: Process glxgears (pid: 4797, threadinfo=f66b9000
task=f7fa7aa0)
Nov 22 17:31:51 asimov kernel: Stack: 6000 f4d06280  f4d06380
0100 f8ba6ee9 6000 
Nov 22 17:31:51 asimov kernel:f7316524  f2bb9dc0 f7316024
f7316000 f8ba8dcf f2bb9dc0 
Nov 22 17:31:51 asimov kernel:f7316000 0300 f8ba8fc5 0001
 0001 0204 f7316524
Nov 22 17:31:51 asimov kernel: Call Trace:
Nov 22 17:31:51 asimov kernel:   drm_bind_ttm+0x110/0x176 [drm] 
 drm_bo_move_buffer+0xc1/0x154 [drm]
Nov 22 17:31:51 asimov kernel:  
drm_buffer_object_validate+0x163/0x2ae [drm]  
drm_bo_ioctl+0x577/0x785 [drm]
Nov 22 17:31:51 asimov kernel:   get_page_from_freelist+0x359/0x3c6 
 __handle_mm_fault+0x417/0x7cf
Nov 22 17:31:51 asimov kernel:   drm_bo_ioctl+0x0/0x785 [drm] 
 drm_ioctl+0x134/0x175 [drm]
Nov 22 17:31:51 asimov kernel:   do_md_run+0x24b/0x5a1  
drm_ioctl+0x0/0x175 [drm]
Nov 22 17:31:51 asimov kernel:   do_ioctl+0x39/0x48  
vfs_ioctl+0x1f2/0x209
Nov 22 17:31:51 asimov kernel:   sys_ioctl+0x46/0x5f  
syscall_call+0x7/0xb
Nov 22 17:31:51 asimov kernel:   do_md_run+0x24b/0x5a1
Nov 22 17:31:51 asimov kernel: Code: 3e 74 11 68 40 a0 ba f8 68 46 bf ba f8 e8
15 7a 87 c7 58 5a 8b 53 08 83 e2 fd 83 fd 01 19 c0 f7 d0 83 e0 02 09 c2 85 ed 89
53 08  47 29 01 74 05 8b 46 0c eb 03 8b 46 10 89 47 20 89 f8 8b 14
Nov 22 17:31:51 asimov kernel: EIP: [] drm_agp_bind_ttm+0x42/0x7c
[drm] SS:ESP 0068:f66b9de0
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 01:32 ---
Roland,

This looks like mesa is convincing itself there has been a statechange in the
middle of a DrawElements call.  That's fairly disruptive...  

I'd say it's got to do with the fact that there is code setting ctx->_NewState
|= _NEW_LIGHT in _tnl_copy_to_current, which is slight overkill.  In any case it
shouldn't be hard to work around.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 01:43 ---
OK, I've changed the tnl code to only raise _NEW_LIGHT when materials are
present, which is never the case inside a drawelements call.  Please retest.
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 04:10 ---
(In reply to comment #7)
> OK, I've changed the tnl code to only raise _NEW_LIGHT when materials are
> present, which is never the case inside a drawelements call.  Please retest.
Keith, this indeed fixes the assertions, but not the segfault in
mesa_buffer_map. Looks like that's another problem.
#0  0x418f95c7 in _mesa_buffer_map (ctx=0xa9bfdc0, target=34962, access=35048, 
bufObj=0x21) at main/bufferobj.c:364
#1  0x418f6494 in _ae_map_vbos (ctx=0xa9bfdc0) at main/api_arrayelt.c:1218
#2  0x418f6605 in _ae_loopback_array_elt (elt=32) at main/api_arrayelt.c:1271
#3  0x41a24809 in fallback_drawelements (ctx=Variable "ctx" is not available.
) at tnl/t_array_api.c:75
#4  0x41a24e2c in _tnl_DrawElements (mode=4, count=12, type=5125, indices=0x3f)
at tnl/t_array_api.c:393
#5  0x0815657f in ?? ()
Haven't looked into it but that bufObj pointer there sure looks bogus...
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 04:39 ---
Roland,

It'd be great if you could take a closer look.  The problem with the
bogus-looking pointer is that it seems you're compiled with something higher
than -O0, which sometimes makes things look broken when they are fine.  See also
the indices pointer in _tnl_DrawElements further down your stacktrace.  In other
words, it's worth recompiling with -O0 before digging deeper.

But when you do, it would be good to know where this bufferobj pointer came from
- it looks suspciously like NULL plus a small offset.
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 05:15 ---
(In reply to comment #9)
> Roland,
> 
> It'd be great if you could take a closer look.  The problem with the
> bogus-looking pointer is that it seems you're compiled with something higher
> than -O0, which sometimes makes things look broken when they are fine.  See 
> also
> the indices pointer in _tnl_DrawElements further down your stacktrace.  In 
> other
> words, it's worth recompiling with -O0 before digging deeper.
Ah well, I've used -O, which more often than not works quite ok. Some bugs
sneaked in due to that though... Here's a better trace, and some more
information. I'm a bit puzzled though, the boolean mapped_vbos is 112, nr_vbos
is 23 (no way doom3 is going to use that many attribs!), and those vbo objects
don't look good.
#0  0x41910dc8 in _mesa_buffer_map (ctx=0xa9bfd60, target=34962, access=35048, 
bufObj=0x0) at main/bufferobj.c:364
#1  0x4190c7dc in _ae_map_vbos (ctx=0xa9bfd60) at main/api_arrayelt.c:1218
#2  0x4190c98e in _ae_loopback_array_elt (elt=32) at main/api_arrayelt.c:1271
#3  0x41ac11c7 in fallback_drawelements (ctx=0xa9bfd60, mode=4, count=12, 
indices=0x4bfee340) at tnl/t_array_api.c:75
#4  0x41ac1a80 in _tnl_DrawElements (mode=4, count=12, type=5125, 
indices=0x4bfee340) at tnl/t_array_api.c:393
#5  0x0815657f in ?? ()

p (AEcontext)ctx->aelt_context
$4 = {arrays = {{array = 0xb2a30b8, offset = 0}, {array = 0x419, 
  offset = 178088824}, {array = 0xa9a7778, offset = 178087792}, {
  array = 0x14, offset = 1701012289}, {array = 0x44207373, 
  offset = 1701408357}, {array = 0x64, offset = 0}, {array = 0xa, 
  offset = 178087824}, {array = 0x14, offset = 1920234275}, {
...
NewState = 14393, vbo = {0xe, 
0xa9d69f0, 0x14, 0x4e4e4f43, 0x49544345, 0x2e2e474e, 0x2e2e, 0x0, 0xa, 
0xa9d6a10, 0x14, 0x72747323, 0x3030305f, 0x72003133, 0x3730305f, 0x3939, 
0x10, 0xa9d6a30, 0x14, 0x4e4e4f43, 0x49544345, 0x45204e4f, 0x524f5252, 
0x0, 0xa, 0xa9d6a50, 0x14, 0x72747323, 0x3030305f, 0x72003233, 0x3830305f, 
0x3030}, nr_vbos = 23, mapped_vbos = 112 'p'}

p *ctx->Array->ArrayObj
$8 = {Name = 0, Vertex = {Size = 4, Type = 5126, Stride = 16, StrideB = 16, 
Ptr = 0x0, Enabled = 1, Normalized = 0 '\0', BufferObj = 0xb0c0450, 
_MaxElement = 78, Flags = 1}, Normal = {Size = 0, Type = 5126, Stride = 0, 
StrideB = 0, Ptr = 0x0, Enabled = 0, Normalized = 0 '\0', 
BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, Color = {Size = 4, 
Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, Enabled = 0, 
Normalized = 0 '\0', BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, 
  SecondaryColor = {Size = 4, Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, 
Enabled = 0, Normalized = 0 '\0', BufferObj = 0xa857788, _MaxElement = 0, 
Flags = 1}, FogCoord = {Size = 1, Type = 5126, Stride = 0, StrideB = 0, 
Ptr = 0x0, Enabled = 0, Normalized = 0 '\0', BufferObj = 0xa857788, 
_MaxElement = 0, Flags = 1}, Index = {Size = 0, Type = 5126, Stride = 0, 
StrideB = 0, Ptr = 0x0, Enabled = 0, Normalized = 0 '\0', 
BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, TexCoord = {{Size = 2, 
  Type = 5126, Stride = 60, StrideB = 60, 
  Ptr = 0xc , Enabled = 0, Normalized = 0 '\0', 
  BufferObj = 0xb0c0f78, _MaxElement = 2731, Flags = 1}, {Size = 3, 
  Type = 5126, Stride = 12, StrideB = 12, Ptr = 0x0, Enabled = 0, 
  Normalized = 0 '\0', BufferObj = 0xb0c0418, _MaxElement = 2732, 
  Flags = 1}, {Size = 4, Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, 
  Enabled = 0, Normalized = 0 '\0', BufferObj = 0xa857788, 
  _MaxElement = 0, Flags = 1}, {Size = 4, Type = 5126, Stride = 0, 
  StrideB = 0, Ptr = 0x0, Enabled = 0, Normalized = 0 '\0', 
  BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, {Size = 4, 
  Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, Enabled = 0, 
  Normalized = 0 '\0', BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, 
{Size = 4, Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, Enabled = 0, 
  Normalized = 0 '\0', BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, 
{Size = 4, Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, Enabled = 0, 
  Normalized = 0 '\0', BufferObj = 0xa857788, _MaxElement = 0, Flags = 1}, 
{Size = 4, Type = 5126, Stride = 0, StrideB = 0, Ptr = 0x0, Enabled = 0, 
  Normalized = 0 '\0', BufferObj = 0xa857788, _MaxElement = 0, 
  Flags = 1}}, EdgeFlag = {Size = 0, Type = 0, Stride = 0, StrideB = 0, 
Ptr = 0x0, Enabled = 0, Normalized = 0 '\0', BufferObj = 0xa857788, 
_MaxElement = 0, Flags = 1}, VertexAttrib = {{Size = 4, Type = 5126, 
  Stride = 0, StrideB = 0, Ptr = 0x0, Enabled = 0, Normalized = 0 '\0', 
  Buffe

[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 06:36 ---
Ah, getting closer. Actually, actx->nr_vbos is monotonically increasing, after
it has passed 32 (VERT_ATTRIB_MAX), things will seriously blow up (that 23 for
actx->nr_vbos == 23 was wrong in the backtrace, as it got overwritten with
random data).  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 06:44 ---
Another fix is in for this...  Hopefully the last one.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 06:47 ---
(In reply to comment #11)
> Ah, getting closer. Actually, actx->nr_vbos is monotonically increasing, after
> it has passed 32 (VERT_ATTRIB_MAX), things will seriously blow up (that 23 for
> actx->nr_vbos == 23 was wrong in the backtrace, as it got overwritten with
> random data).

Hmm, should actx->nr_vbos be set to 0 at the beginning of _ae_update_state? I've
tried that and I'm back to square one (_ae_invalidate_state: Assertion
`!actx->mapped_vbos' failed.). Argh...  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 07:02 ---
(In reply to comment #13)
> tried that and I'm back to square one (_ae_invalidate_state: Assertion
> `!actx->mapped_vbos' failed.). Argh...

Ok, next backtrace:
#0  0x40017410 in ?? ()
#1  0xbfcd0e10 in ?? ()
#2  0x0006 in ?? ()
#3  0x2fe4 in ?? ()
#4  0x4025c7a1 in raise () from /lib/tls/libc.so.6
#5  0x4025df79 in abort () from /lib/tls/libc.so.6
#6  0x40255fe3 in __assert_fail () from /lib/tls/libc.so.6
#7  0x4192cb9c in _ae_invalidate_state (ctx=0xa9bfd60, new_state=2)
at main/api_arrayelt.c:1311
#8  0x419d0128 in _tnl_InvalidateState (ctx=0xa9bfd60, new_state=2)
at tnl/t_context.c:158
#9  0x419d050b in _tnl_need_projected_coords (ctx=0xa9bfd60, mode=0 '\0')
at tnl/t_context.c:251
#10 0x419036e9 in r200ChooseVertexState (ctx=0xa9bfd60) at r200_swtcl.c:279
#11 0x41900322 in r200UpdateTextureState (ctx=0xa9bfd60)
at r200_texstate.c:1842
#12 0x418ef790 in r200ValidateState (ctx=0xa9bfd60) at r200_state.c:2576
#13 0x418ef9ec in r200WrapRunPipeline (ctx=0xa9bfd60) at r200_state.c:2668
#14 0x41a0b2ef in _tnl_flush_vtx (ctx=0xa9bfd60) at tnl/t_vtx_exec.c:281
#15 0x41a0037f in _tnl_wrap_buffers (ctx=0xa9bfd60) at tnl/t_vtx_api.c:84
#16 0x41a0046a in _tnl_wrap_filled_vertex (ctx=0xa9bfd60)
at tnl/t_vtx_api.c:121
#17 0x41a04286 in attrib_0_3 (v=0x10e57c8c) at tnl/t_vtx_generic.c:100
#18 0x41a08703 in _tnl_Vertex3fv (v=0x10e57c8c) at tnl/t_vtx_generic.c:240
#19 0x4192cb2e in _ae_loopback_array_elt (elt=371) at main/api_arrayelt.c:1293
#20 0x41ae129f in fallback_drawelements (ctx=0xa9bfd60, mode=4, count=345, 
indices=0x4c7a5170) at tnl/t_array_api.c:75
#21 0x41ae1b58 in _tnl_DrawElements (mode=4, count=345, type=5125, 
indices=0x4c7a5170) at tnl/t_array_api.c:393
#22 0x08156450 in ?? ()
(sorry line numbers may not quite match as I've got some printfs in there). This
looks easier to figure out this time at least... And in any case, it now works
with tcl mode 1.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 07:28 ---
OK, I'm now pruning incoming state to the arrayelt code to just the two atoms of
interest.  Hopefully this will help.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 07:51 ---
Is it actually necessary to call _tnl_invalidate_state from
_tnl_need_projected_coords? Not calling it fixes this bug.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 08:10 ---
Indeed, the code which relied on that behaviour has since been removed, so it
would be OK to remove that call also.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9074] X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9074  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 09:55 ---
Upgraded to 6.6.3, same results.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9103] _ae_invalidate_state: Assertion `!actx->mapped_vbos' failed

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9103  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 09:55 ---
This bug has been thoroughly beaten to death and hopefully stays dead.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9074] X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9074  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 09:55 ---
Created an attachment (id=7863)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=7863&action=view)
Difference between 6.6.2 and 6.6.3 Xorg.0.log
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Bug #9032] Direct rendering applications hangs with tdfx-1.1.1, 1.2.0, 1.2.1, 1.2.2

2006-11-22 Thread Alex Deucher
On 11/17/06, Svante Signell <[EMAIL PROTECTED]> wrote:
> Dear Alex,
>
> Thank you for the patch. It made the tdfx driver work again. Did you
> also announce version 1.2.3 package at
> http://lists.freedesktop.org/archives/xorg-announce/2006-November/ to be
> available at http://xorg.freedesktop.org/releases/individual/driver This
> would be very welcomed from all people having a txdfx card!  Otherwise,
> since I'm running Debian I would submit a patch for the maintainers to
> make the driver work again (starting from 1.2.2) for Debian but not for
> other distribs. This would be suboptimal, the more upstream the better.

tdfx 1.3.0 released.

Alex

>
> Thanks,
> Svante Signell
>
> On Thu, 2006-11-16 at 00:19 +0100, Svante Signell wrote:
> > On Wed, 2006-11-15 at 17:00 -0500, Alex Deucher wrote:
> > > On 11/15/06, Svante Signell <[EMAIL PROTECTED]> wrote:
> > > > On Wed, 2006-11-15 at 15:02 -0500, Alex Deucher wrote:
> > > > ...
> > > > > > See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395044 for 
> > > > > > further information.
> > > > > >
> > > > > > Thanks,
> > > > >
> > > > > Sounds like a locking problem in the DDX.  the locking stuff was
> > > > > cleaned up when AIGLX was merged and a lot of drivers broke (savage,
> > > > > mga, others?).  See bug 6357 (savage) for reference.  I suspect the
> > > > > fix should be pretty simple.
> > > >
> > > > I assume you mean the patch with id=7041, not 7035,7036. The savage
> > > > patch had changes in savage_dri.c and savage_driver.h. The DRILock
> > > > functions are called in both tdfx_accel.c and tdfx_driver.c as compared
> > > > to savage_dri.c. Additionally TDFXDoBlockHandler and TDFXDoWakeupHandler
> > > > are defined in tdfx_dri.c. Where to make the change?
> > > >
> > >
> > > I thew together a quick and dirty untested patch:
> > > https://bugs.freedesktop.org/show_bug.cgi?id=9032
> > >
> > > let me know if it works.
> > Thanks a lot. It works with the patch! glxgears spins at 480 fps and
> > other 3D applications do also work. Maybe you could release the updated
> > driver as version 1.2.3 and also increment the TDFX_PATCHLEVEL to 3 in
> > tdfx.h. (For 1.2.2 the patchlevel was not incremented, it is still
> > reported as 1.2.1, and never announced). When the fixed driver has been
> > released, I'll try to convince the Debian release managers to update the
> > unstable package to this driver.
> >
> > Svante
> > >
> > > Alex
> >
> >
> > -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > --
> > ___
> > Dri-devel mailing list
> > Dri-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dri-devel
> --
> Svante Signell <[EMAIL PROTECTED]>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 2497] r200 dri driver: glut menues are broken in sw-tnl mode

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=2497  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:05 ---
Can't remember what caused it, but this is fixed since ages (on r200 at least). 
 
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7370] Googleearth very slow on radeon 9800

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7370  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:05 ---
Smooth line will be implemented as time permit, closing.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9074] X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9074  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:06 ---
Bummer. When you log in remotely, is the X server process still running?
  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 8348] [MESA 6.5.1] PPracer causes r300 driver to assert failure

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=8348  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:11 ---
Will open a another bug for a real clean solution to
indexed vertex array submission and size checking.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 7392] Vertex selection bug with r300 driver in blender

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=7392  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:14 ---
Closing, should be fixed (we weren't fallbacking on color logical op).  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 4696] segfault in server-side glXMakeCurrent path with indirect rendering

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=4696  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:15 ---
Please try again with current Mesa and/or xserver bits. I think something like
this was fixed a while ago.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9074] X locks with black screen on startup with ATI RV370 5B64 [FireGL V3100 (PCIE)]

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9074  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 10:42 ---
Yes, the X process runs constantly and consumes CPU. Everything is very sluggish
(typing over ssh is very slow) until I kill -9 the X process. Then things speed
up, but X continues to run and be unkillable.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: i915: Xserver crash and restart fails

2006-11-22 Thread Eric Anholt
On Fri, 2006-11-17 at 22:12 +0100, Tino Keitel wrote:
> Hi folks,
> 
> I use the TV application MythTV that uses OpenGL to draw its GUI. Since
> a while I can crash my Xserver very easy just by switching to the
> workspace that shows the MythTV GUI. A restart of the Xserver fails. I
> have attached the log output.
> 
> I use xserver-xorg-video-i810 1.7.2-1 (Debian Sid) and kernel 2.6.18.2.
> This is a Mac mini Core Duo with an i945G chipset.
> 
> If you need more information, just ask.
> 
> Kernel log:
> 
> [drm:i915_wait_irq] *ERROR* i915_wait_irq: EBUSY -- rec: 127 emitted: 130

Right now if we hang the chip, we pretty much never recover from it,
even when restarting the X Server.  While it should be possible to clear
most errors for a new X Server start and get the chip going again, we
haven't written code for that yet.

So, we would need to figure out what MythTV is doing with OpenGL that's
causing the hang initially.  This will probably mean getting down to the
simplest OpenGL program that does what MythTV does to cause the hang.
That is, unless I'm misunderstanding what you mean as to when the hang
happens.

-- 
Eric Anholt [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9120] i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 11:30 ---
(In reply to comment #0)
> Okay I upgraded an i845 machine today with latest stuff and glxinfo blows up

Confirming the bug on a 855GM card.

glxgears and any GL app hangs the system.

Running kernel 2.6.18, xorg-git, linux-agp-compat-git, dri-git, Mesa-cvs,
xorg-xf86-video-intel-git  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9120] i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 11:40 ---
I had this working at one point, obviously no longer. 

We can work around if necessary in the meantime by falling back to the old
'i915_dri.so' for the i8xx chipsets.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 4696] segfault in server-side glXMakeCurrent path with indirect rendering

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=4696  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 11:40 ---
(In reply to comment #8)
> Please try again with current Mesa and/or xserver bits. I think something like
> this was fixed a while ago.

Not fixed, it's stil there.  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5721] doom3 segfaults sometimes in the _tnl_DrawElements code

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5721  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Drivers/DRI/r200|Mesa core




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 17:05 ---
this bug has unfortunately easily survived all tnl changes so far, a newer
backtrace with some more information:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1077327872 (LWP 24516)]
0x41a76d87 in loopback_Color4ubv_f (
v=0x11845334 ) at main/api_loopback.c:280
280COLORF( UBYTE_TO_FLOAT(v[0]), UBYTE_TO_FLOAT(v[1]),
(gdb) bt
#0  0x41a76d87 in loopback_Color4ubv_f (
v=0x11845334 ) at main/api_loopback.c:280
#1  0x4190cae2 in _ae_loopback_array_elt (elt=1391) at main/api_arrayelt.c:1293
#2  0x41ac128f in fallback_drawelements (ctx=0xb93bc00, mode=4, count=336, 
indices=0x52456f60) at tnl/t_array_api.c:75
#3  0x41ac1b48 in _tnl_DrawElements (mode=4, count=336, type=5125, 
indices=0x52456f60) at tnl/t_array_api.c:393
#4  0x08156450 in ?? ()

(gdb) print *aa->array
$25 = {Size = 4, Type = 5121, Stride = 60, StrideB = 60, 
  Ptr = 0x38 , Enabled = 1, Normalized = 1 '\001', 
  BufferObj = 0xa9de738, _MaxElement = 326, Flags = 1}

That doesn't sound right. _MaxElement is only 326, and we're tryiing to access
element 1391? I'll wonder what's going on here - some problem if stride isn't 
0?  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9120] i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 17:13 ---
Okay I didn't upgrade my agp driver (doh!!)... am retesting with that but now
having problems with ubuntu kernel not giving me different symbols for my drm
modules and the AGP ones..

It should really fail more gracefully if the AGP GART isn't supported 
properly...

I've realigned some code in the i830_* with its i915 equivalent just in case any
bug was hiding there...

I'll see if I can actually get working kernel on this box before I have to
disappear for a few days...  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5721] doom3 segfaults sometimes in the _tnl_DrawElements code

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5721  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 18:06 ---
Created an attachment (id=7868)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=7868&action=view)
insert an assertion to make the problem more apparent

this diff inserts an assertion to make the problem more visible. With it doom3
will reproducibly instantly fail an assertion where previously some garbage
triangles were seen and where it was a bit hard to reproduce a segfault. It
will also crash in the intro movie at always the same place, even with software
renderer if you're patient enough... (just make sure you use r_renderer arb, at
least r_renderer r200 does not appear to be affected).  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 5721] doom3 segfaults sometimes in the _tnl_DrawElements code

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=5721  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|dri-|mesa3d-
   |[EMAIL PROTECTED] |[EMAIL PROTECTED]


  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 9120] i915tex doesn't work on i8x5 cards

2006-11-22 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to
   
the URL shown below and enter yourcomments there. 
   
https://bugs.freedesktop.org/show_bug.cgi?id=9120  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-11-22 19:15 ---
okay it works once I use the latest Mesa with the fixes I checked in and the new
AGP driver...

Thomas it might be nice to have a nicer fail case if someone loads the new drm
on a kernel with the old AGP ..

Have you pushed AGP to DaveJ yet?  
 
 
--   
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email 
 
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel