All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 52174] radeonsi enable GLSL 1.3 by default
  2012-07-17  6:57 [Bug 52174] New: radeonsi enable GLSL 1.3 by default bugzilla-daemon
@ 2012-07-16 23:57 ` bugzilla-daemon
  2012-09-10 11:15 ` bugzilla-daemon
  2013-05-28  9:26 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-07-16 23:57 UTC (permalink / raw)
  To: dri-devel

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

Alec Ari <neotheuser@ymail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/R600            |Drivers/Gallium/r600

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

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

* [Bug 52174] New: radeonsi enable GLSL 1.3 by default
@ 2012-07-17  6:57 bugzilla-daemon
  2012-07-16 23:57 ` [Bug 52174] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-07-17  6:57 UTC (permalink / raw)
  To: dri-devel

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

             Bug #: 52174
           Summary: radeonsi enable GLSL 1.3 by default
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: neotheuser@ymail.com


GLSL 1.3 has now been static to the r600g driver. Shouldn't this be done for
radeonsi as well?

case PIPE_CAP_GLSL_FEATURE_LEVEL:
return debug_get_bool_option("R600_GLSL130", FALSE) ? 130 : 120;

to

case PIPE_CAP_GLSL_FEATURE_LEVEL:
return 130;

Thanks!

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

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

* [Bug 52174] radeonsi enable GLSL 1.3 by default
  2012-07-17  6:57 [Bug 52174] New: radeonsi enable GLSL 1.3 by default bugzilla-daemon
  2012-07-16 23:57 ` [Bug 52174] " bugzilla-daemon
@ 2012-09-10 11:15 ` bugzilla-daemon
  2013-05-28  9:26 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-09-10 11:15 UTC (permalink / raw)
  To: dri-devel

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/Gallium/r600        |Drivers/Gallium/radeonsi

-- 
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] 4+ messages in thread

* [Bug 52174] radeonsi enable GLSL 1.3 by default
  2012-07-17  6:57 [Bug 52174] New: radeonsi enable GLSL 1.3 by default bugzilla-daemon
  2012-07-16 23:57 ` [Bug 52174] " bugzilla-daemon
  2012-09-10 11:15 ` bugzilla-daemon
@ 2013-05-28  9:26 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-05-28  9:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 717 bytes --]

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

Michel Dänzer <michel@daenzer.net> changed:

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

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
It wasn't actually ready yet, but now it is. :)

commit cdad129f9cda038fb29cde94645d2fcab7207c50
Author: Michel Dänzer <michel.daenzer@amd.com>
Date:   Fri May 24 16:49:42 2013 +0200

    radeonsi: Enable GLSL 1.30

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2237 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2013-05-28  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17  6:57 [Bug 52174] New: radeonsi enable GLSL 1.3 by default bugzilla-daemon
2012-07-16 23:57 ` [Bug 52174] " bugzilla-daemon
2012-09-10 11:15 ` bugzilla-daemon
2013-05-28  9:26 ` 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.