Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-12-10 Thread Niels P
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Any Updates on this? Am 25.08.2011 18:22, schrieb Alex Deucher: > On Thu, Aug 25, 2011 at 11:34 AM, Brian Paul > wrote: >> On 08/25/2011 09:17 AM, Alex Deucher wrote: >>> >>> On Wed, Aug 24, 2011 at 10:35 AM, Micael >>> wrote: Any more fe

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-25 Thread Brian Paul
I think we can replace "select_emul" with just "select" everywhere. I'm not sure what the "emul" naming really buys us. What do you think? -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-25 Thread Alex Deucher
On Thu, Aug 25, 2011 at 11:34 AM, Brian Paul wrote: > On 08/25/2011 09:17 AM, Alex Deucher wrote: >> >> On Wed, Aug 24, 2011 at 10:35 AM, Micael  wrote: >>> >>> Any more feedback regarding this? >>> I now don't have much time to work on it again, but I may find some, so >>> knowing what's left to

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-25 Thread Brian Paul
On 08/25/2011 09:17 AM, Alex Deucher wrote: On Wed, Aug 24, 2011 at 10:35 AM, Micael wrote: Any more feedback regarding this? I now don't have much time to work on it again, but I may find some, so knowing what's left to do would be nice... Does anyone want to see this in a separate branch fi

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-25 Thread Alex Deucher
On Wed, Aug 24, 2011 at 10:35 AM, Micael wrote: > Any more feedback regarding this? > I now don't have much time to work on it again, but I may find some, so > knowing what's left to do would be nice... Does anyone want to see this in a separate branch first, or should it just go into master? Al

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-24 Thread Micael
Any more feedback regarding this? I now don't have much time to work on it again, but I may find some, so knowing what's left to do would be nice... On Thu, Aug 4, 2011 at 2:59 PM, Micael Dias wrote: > --- > src/mesa/SConscript |1 + > src/mesa/main/fbobject.c

[Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-04 Thread Micael Dias
--- src/mesa/SConscript |1 + src/mesa/main/fbobject.c | 16 +- src/mesa/main/fbobject.h |6 + src/mesa/sources.mak |1 + src/mesa/state_tracker/st_cb_feedback.c | 21 +- src/mesa/state_tr

[Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-04 Thread Micael Dias
--- src/mesa/SConscript |1 + src/mesa/main/fbobject.c | 16 +- src/mesa/main/fbobject.h |6 + src/mesa/sources.mak |1 + src/mesa/state_tracker/st_cb_feedback.c | 21 +- src/mesa/state_tr

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-03 Thread Brian Paul
On 08/02/2011 10:24 AM, Micael Dias wrote: --- src/mesa/SConscript |1 + src/mesa/main/mtypes.h |7 + src/mesa/sources.mak |1 + src/mesa/state_tracker/st_cb_feedback.c | 21 +- src/mesa/state_tracker/

[Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-02 Thread Micael Dias
--- src/mesa/SConscript |1 + src/mesa/main/mtypes.h |7 + src/mesa/sources.mak |1 + src/mesa/state_tracker/st_cb_feedback.c | 21 +- src/mesa/state_tracker/st_draw.h | 17 + src/mesa/state_tra

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-02 Thread Alex Deucher
On Tue, Aug 2, 2011 at 9:37 AM, Micael Dias wrote: > --- Might want to mention the relevant bug and Pierre's prior patches for future reference in case anyone wants to implement it for non-gallium drivers. It would probably be useful to come up with a piglit test for this, although I'm not sure

Re: [Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-02 Thread Patrick Baggett
Might want to fix the copyright message at the top of source file. ;) On Tue, Aug 2, 2011 at 8:37 AM, Micael Dias wrote: > --- > src/mesa/main/mtypes.h |7 + > src/mesa/state_tracker/st_cb_feedback.c | 21 +- > src/mesa/state_tracker/st_draw.h | 17

[Mesa-dev] [PATCH] Implement HW accelerated GL_SELECT

2011-08-02 Thread Micael Dias
--- src/mesa/main/mtypes.h |7 + src/mesa/state_tracker/st_cb_feedback.c | 21 +- src/mesa/state_tracker/st_draw.h | 17 + src/mesa/state_tracker/st_draw_select_emul.c | 463 ++ src/mesa/SConscript |