On 01/10/2014 05:40 PM, Ian Romanick wrote:
[snip]
> diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
> index e5240b1..99b91d0 100644
> --- a/src/mesa/main/get.c
> +++ b/src/mesa/main/get.c
> @@ -113,6 +113,7 @@ enum value_type {
> TYPE_FLOATN_3,
> TYPE_FLOATN_4,
> TYPE_DOUBLEN,
>
On 01/10/2014 06:23 PM, Ian Romanick wrote:
> On 01/10/2014 05:59 PM, Kenneth Graunke wrote:
>> On 01/10/2014 05:40 PM, Ian Romanick wrote:
>>> From: Courtney Goeltzenleuchter
>>>
>>> Include DepthRange as well since it's state is lumped together with
>>> viewport state. Updates all the drivers t
On 01/10/2014 05:59 PM, Kenneth Graunke wrote:
> On 01/10/2014 05:40 PM, Ian Romanick wrote:
>> From: Courtney Goeltzenleuchter
>>
>> Include DepthRange as well since it's state is lumped together with
>> viewport state. Updates all the drivers that reference Viewport state
>> in gl_context.
>>
>
On 01/10/2014 05:40 PM, Ian Romanick wrote:
> From: Courtney Goeltzenleuchter
>
> Include DepthRange as well since it's state is lumped together with
> viewport state. Updates all the drivers that reference Viewport state
> in gl_context.
>
> v2 (idr): Rebase fixes. Also, don't have meta call
From: Courtney Goeltzenleuchter
Include DepthRange as well since it's state is lumped together with
viewport state. Updates all the drivers that reference Viewport state
in gl_context.
v2 (idr): Rebase fixes. Also, don't have meta call _mesa_Viewport. We
don't want the extra validation overhe