Re: PBO and TNPOT for Intel hardware

2007-07-13 Thread Michel Dänzer
On Thu, 2007-07-12 at 23:53 -0400, John McCutchan wrote:
 Hey,
 
 I'm not sure if this is the correct mailing list for this question,
 but I think it may be.
 If I'm wrong don't hesitate to point me in the right direction. Anyways,
 I am wondering if pixel buffer objects and textures whose dimensions
 are not powers of two will be supported by Intel hardware (read: not
 texture rectangle). These are both officially OpenGL 2.1 features, but
 they have
 been present as extensions for a while.

These extensions are supported by the i915tex driver on i945 and
probably i915, maybe more.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11384] r300: (RS480) Some OpenGL applications have strange rendering characteristics

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11384





--- Comment #17 from [EMAIL PROTECTED]  2007-07-13 06:46 PST ---
(In reply to comment #16)
 The fog and wave demos should now be fixed by the recent back facing color
 commit. 
 

No luck here- no detriment but these both seem to behave as they had before the
commit; rebuilt both drm and mesa trees.


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11592] New: Segfault in r300EmitArrays in Mesa 7.0 (ati r300 dri) while executing Planeshift (3.019)

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11592

   Summary: Segfault in r300EmitArrays in Mesa 7.0 (ati r300 dri)
while executing Planeshift (3.019)
   Product: Mesa
   Version: unspecified
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


When executing Planeshift (3.019) I got a segfault after playing (probably)
several minutes. Running it in gdb and doing a backtrace showed it is from 
r300EmitArrays at r300_emit.c:122 (see attachment).

   if (stride == 8)
!   COPY_DWORDS(out, data, count * 2);
   else
   for (i = 0; i  count; i++) {
   out[0] = *(int *)data;
   out[1] = *(int *)(data + 4);
   out += 2;
   data += stride;
   }


I am using a self-compiled in Mesa 7.0 on Debian Etch with Radeon X300SE (ATI
Technologies Inc RV370 5B60).

IIRC I also got a crash in the similar line 144 of the same source.


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11592] Segfault in r300EmitArrays in Mesa 7.0 (ati r300 dri) while executing Planeshift (3.019)

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11592





--- Comment #1 from [EMAIL PROTECTED]  2007-07-13 14:27 PST ---
Created an attachment (id=10715)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=10715action=view)
crash backtrace (in gdb)


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11594] New: Assertion fails in r300_vertprog.c:438: r300TranslateVertexShader

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11594

   Summary: Assertion fails in r300_vertprog.c:438:
r300TranslateVertexShader
   Product: Mesa
   Version: CVS
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.sourceforge.net
ReportedBy: [EMAIL PROTECTED]


When executing Planeshift (3.019) I got a assertion (AFAIR) just after joining
the game (seems reproduceable, but cant test now as server is down). Assertion
fails in r300_vertprog.c:438: r300TranslateVertexShader in Mesa CVS 2007-07-13
(ati r300 dri).

psc: r300_vertprog.c:438: r300TranslateVertexShader: Assertion
`vp-key.OutputsWritten  (1  0)' failed.

I ran it in gdb and did a backtrace (see attachment).

I am using a self-compiled Mesa CVS (date 2007-07-13) on Debian Etch with
Radeon X300SE (ATI Technologies Inc RV370 5B60).


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11594] Assertion fails in r300_vertprog.c:438: r300TranslateVertexShader

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11594





--- Comment #1 from [EMAIL PROTECTED]  2007-07-13 14:47 PST ---
Created an attachment (id=10716)
 -- (http://bugs.freedesktop.org/attachment.cgi?id=10716action=view)
crash backtrace (in gdb)


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11592] Segfault in r300EmitArrays in Mesa 7.0 (ati r300 dri) while executing Planeshift (3.019)

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11592





--- Comment #2 from [EMAIL PROTECTED]  2007-07-13 14:48 PST ---
I tried to reproduce this bug with Mesa CSV (date 2007-07-13), but hit another
bug (#11594) before I could reproduce it.


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 11594] Assertion fails in r300_vertprog.c:438: r300TranslateVertexShader

2007-07-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11594





--- Comment #2 from [EMAIL PROTECTED]  2007-07-13 16:32 PST ---
Hint: I just verified that the bug is easily reproducible. The assertion fails
as soon as first 3d data should be displayed. (However the backtraces differ
from time to time.)


-- 
Configure bugmail: http://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.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6893] kernel oops with radeon and mythfrontend

2007-07-13 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6893





--- Comment #18 from [EMAIL PROTECTED]  2007-07-13 21:22 ---
The 2007-02-01 02:58:57 patch from Michel don't help me.  


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel