Chris Forbes writes:
> diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
> index 056bacb..3a618fc 100644
> --- a/src/mesa/main/get.c
> +++ b/src/mesa/main/get.c
> @@ -1635,6 +1635,15 @@ find_value_indexed(const char *func, GLenum pname,
> GLuint index, union value *v)
>goto invalid_e
On 4 February 2013 21:48, Chris Forbes wrote:
> V2: - fix multiline comment style
> - stop using ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH since that
> doesn't exist anymore.
>
> Signed-off-by: Chris Forbes
> ---
> src/mesa/main/enable.c | 15 +++
> src/mesa/main/get.c
V2: - fix multiline comment style
- stop using ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH since that
doesn't exist anymore.
Signed-off-by: Chris Forbes
---
src/mesa/main/enable.c | 15 +++
src/mesa/main/get.c | 9 +
src/mesa/main/get_hash_params.py |