[PATCH 09/11] glx: Use one function to add a context to all global tables

2012-04-13 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com Instead of having separate __glXAddContextToList and AddResource functions, just have one function that does both steps. Signed-off-by: Ian Romanick ian.d.roman...@intel.com Reviewed-by: Jesse Barnes jbar...@virtuousgeek.org --- glx/glxcmds.c |6

Re: [PATCH 09/11] glx: Use one function to add a context to all global tables

2012-01-04 Thread Jesse Barnes
On Tue, 03 Jan 2012 17:00:32 -0800 Ian Romanick i...@freedesktop.org wrote: On 01/03/2012 04:28 PM, Jesse Barnes wrote: On Fri, 23 Dec 2011 15:18:27 -0800 Ian Romanicki...@freedesktop.org wrote: From: Ian Romanickian.d.roman...@intel.com Instead of having separate

Re: [PATCH 09/11] glx: Use one function to add a context to all global tables

2012-01-03 Thread Jesse Barnes
On Fri, 23 Dec 2011 15:18:27 -0800 Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com Instead of having separate __glXAddContextToList and AddResource functions, just have one function that does both steps. Signed-off-by: Ian Romanick

Re: [PATCH 09/11] glx: Use one function to add a context to all global tables

2012-01-03 Thread Ian Romanick
On 01/03/2012 04:28 PM, Jesse Barnes wrote: On Fri, 23 Dec 2011 15:18:27 -0800 Ian Romanicki...@freedesktop.org wrote: From: Ian Romanickian.d.roman...@intel.com Instead of having separate __glXAddContextToList and AddResource functions, just have one function that does both steps.

[PATCH 09/11] glx: Use one function to add a context to all global tables

2011-12-23 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com Instead of having separate __glXAddContextToList and AddResource functions, just have one function that does both steps. Signed-off-by: Ian Romanick ian.d.roman...@intel.com --- glx/glxcmds.c |9 +++-- glx/glxext.c | 10 +-