[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

Alexander von Gluck kallis...@unixzen.com changed:

   What|Removed |Added

   Platform|x86-64 (AMD64)  |All
 OS/Version|Linux (All) |All

Brian Paul bri...@vmware.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Brian Paul bri...@vmware.com 2012-02-12 10:23:14 PST ---
Fixed w/ commit bd1ae51b13535bc4438c663ffe91ded49db4890a

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

--- Comment #7 from Alexander von Gluck kallis...@unixzen.com 2012-02-11 
12:59:25 PST ---
Created attachment 56902
  -- https://bugs.freedesktop.org/attachment.cgi?id=56902
assertion error on Haiku

Same assertion seen on Haiku while writing new swrast driver.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

Ian Romanick i...@freedesktop.org changed:

   What|Removed |Added

 CC||xunx.f...@intel.com

--- Comment #6 from Ian Romanick i...@freedesktop.org 2012-02-09 11:30:22 UTC 
---
*** Bug 45818 has been marked as a duplicate of 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.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

Brian Paul bri...@vmware.com changed:

   What|Removed |Added

  Attachment #56575|0   |1
is obsolete||

--- Comment #5 from Brian Paul bri...@vmware.com 2012-02-06 11:47:54 PST ---
Created attachment 56685
  -- https://bugs.freedesktop.org/attachment.cgi?id=56685
determine best span color type at buffer mapping time

This version of the patch is more efficient.  Instead of calling the format
query functions per-span, just do it per renderbuffer mapping.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

--- Comment #4 from Vinson Lee v...@freedesktop.org 2012-02-04 00:12:29 PST 
---
(In reply to comment #2)
 Created attachment 56575 [details] [review]
 don't use _mesa_format_to_type_and_comps() to choose color type
 
 Can you give this patch a try?

Tested patch 56575. fbo-mipmap-copypix passes on swrast.

Tested-by: Vinson Lee v...@freedesktop.org

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

--- Comment #1 from Brian Paul bri...@vmware.com 2012-02-03 07:20:43 PST ---
*** Bug 45577 has been marked as a duplicate of 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.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

--- Comment #2 from Brian Paul bri...@vmware.com 2012-02-03 07:21:36 PST ---
Created attachment 56575
  -- https://bugs.freedesktop.org/attachment.cgi?id=56575
don't use _mesa_format_to_type_and_comps() to choose color type

Can you give this patch a try?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

Brian Paul bri...@vmware.com changed:

   What|Removed |Added

 CC||i...@freedesktop.org

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [Bug 45578] main/image.c:1659: _mesa_convert_colors: Assertion `dstType == 0x1403' failed.

2012-02-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45578

--- Comment #3 from Ian Romanick i...@freedesktop.org 2012-02-03 10:03:00 PST 
---
(In reply to comment #2)
 Created attachment 56575 [details] [review]
 don't use _mesa_format_to_type_and_comps() to choose color type
 
 Can you give this patch a try?

I haven't tried it, but that patch looks completely reasonable.  We'll also
need this fix on the 8.0 branch.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev