[Bug 34495] Selecting objects in Blender 2.56 slow with gallium r600 driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 11 14:58:55 PDT 2011


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

Pierre-Eric Pelloux-Prayer <pelloux at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48706|0                           |1
        is obsolete|                            |
  Attachment #48749|0                           |1
        is obsolete|                            |

--- Comment #42 from Pierre-Eric Pelloux-Prayer <pelloux at gmail.com> 2011-07-11 14:58:54 PDT ---
Created an attachment (id=48987)
 View: https://bugs.freedesktop.org/attachment.cgi?id=48987
 Review: https://bugs.freedesktop.org/review?bug=34495&attachment=48987

GL_SELECT hw support v4

New version !

What's new :
- manipulator issue understood and properly fixed (GL_DEPTH_TEST was disabled
by Blender before drawing manipulators)
- query stuff removed : I'm not sure it brought some performance gains, so I
removed it for clarity
- user state changes are now correctly preserved, except FBO (if a user bind a
new FBO when in GL_SELECT mode, it will either fails with an assert or produces
wrong result). I think I'll disable FBO binding when not in GL_RENDER mode (as
it is already done in glClear)

What's left before submitting it for merging :
- more testing :-)
- fix Mesa-classic drivers GL_SELECT (mainly Intel). I'd like to enable hw
support for them too, but it isn't clear how to do it (yet).

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


More information about the dri-devel mailing list