All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 27426] New: [Add support] GL_ARB_map_buffer_range
@ 2010-04-02 15:46 bugzilla-daemon
  2010-04-02 15:47 ` [Bug 27426] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-04-02 15:46 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=27426

           Summary: [Add support] GL_ARB_map_buffer_range
           Product: Mesa
           Version: git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/r300
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: adres7@gmail.com


Unigine tropics requires GL_ARB_map_buffer_range.

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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 27426] [Add support] GL_ARB_map_buffer_range
  2010-04-02 15:46 [Bug 27426] New: [Add support] GL_ARB_map_buffer_range bugzilla-daemon
@ 2010-04-02 15:47 ` bugzilla-daemon
  2010-04-02 15:48 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-04-02 15:47 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=27426

--- Comment #1 from adres7@gmail.com 2010-04-02 08:47:50 PDT ---
Created an attachment (id=34616)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=34616)
Log 1

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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 27426] [Add support] GL_ARB_map_buffer_range
  2010-04-02 15:46 [Bug 27426] New: [Add support] GL_ARB_map_buffer_range bugzilla-daemon
  2010-04-02 15:47 ` [Bug 27426] " bugzilla-daemon
@ 2010-04-02 15:48 ` bugzilla-daemon
  2010-04-02 16:31 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-04-02 15:48 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=27426

--- Comment #2 from adres7@gmail.com 2010-04-02 08:48:12 PDT ---
Created an attachment (id=34617)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=34617)
Log 2

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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 27426] [Add support] GL_ARB_map_buffer_range
  2010-04-02 15:46 [Bug 27426] New: [Add support] GL_ARB_map_buffer_range bugzilla-daemon
  2010-04-02 15:47 ` [Bug 27426] " bugzilla-daemon
  2010-04-02 15:48 ` bugzilla-daemon
@ 2010-04-02 16:31 ` bugzilla-daemon
  2010-04-02 17:47 ` bugzilla-daemon
  2010-05-16  5:03 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-04-02 16:31 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=27426

--- Comment #3 from Michel Dänzer <michel@daenzer.net> 2010-04-02 09:31:55 PDT ---
It probably wants a lot of other extensions the driver doesn't support yet - it
seems to always only complain about the first one it can't find...

FWIW r300g advertises GL_ARB_map_buffer_range.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 27426] [Add support] GL_ARB_map_buffer_range
  2010-04-02 15:46 [Bug 27426] New: [Add support] GL_ARB_map_buffer_range bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-04-02 16:31 ` bugzilla-daemon
@ 2010-04-02 17:47 ` bugzilla-daemon
  2010-05-16  5:03 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-04-02 17:47 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=27426

--- Comment #4 from adres7@gmail.com 2010-04-02 10:47:12 PDT ---
Created an attachment (id=34622)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=34622)
glxinfo

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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 27426] [Add support] GL_ARB_map_buffer_range
  2010-04-02 15:46 [Bug 27426] New: [Add support] GL_ARB_map_buffer_range bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-04-02 17:47 ` bugzilla-daemon
@ 2010-05-16  5:03 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-05-16  5:03 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=27426

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #5 from Marek Olšák <maraeo@gmail.com> 2010-05-15 22:03:53 PDT ---
Because the development of r300c is no longer active, I am closing this bug.
Please use r300g instead.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-16  5:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 15:46 [Bug 27426] New: [Add support] GL_ARB_map_buffer_range bugzilla-daemon
2010-04-02 15:47 ` [Bug 27426] " bugzilla-daemon
2010-04-02 15:48 ` bugzilla-daemon
2010-04-02 16:31 ` bugzilla-daemon
2010-04-02 17:47 ` bugzilla-daemon
2010-05-16  5:03 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.