[Mesa-dev] struct gl_context

2021-09-23 Thread an0oo0nym0oo0us OoO
Hello everyone,

I'm new to Mesa3D, and have read its source code for a last few days. I
cannot find where "struct gl_context" definition. Can you help me find it
out?

Thanks,
Le Minh Son


Re: [Mesa-dev] struct gl_context

2021-09-23 Thread Dave Airlie
On Fri, 24 Sept 2021 at 16:35, an0oo0nym0oo0us OoO
 wrote:
>
> Hello everyone,
>
> I'm new to Mesa3D, and have read its source code for a last few days. I 
> cannot find where "struct gl_context" definition. Can you help me find it out?

src/mesa/main/mtypes.h

irc.oftc.net:#dri-devel is also available for answering these sort of
things faster.

Dave.