mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
Add INVARIENT to the active state list
This commit is contained in:
parent
37a53fd6a0
commit
499458bcdb
1 changed files with 4 additions and 3 deletions
|
|
@ -905,9 +905,10 @@ static void i915_init_packets( i915ContextPtr i915 )
|
|||
* we get hardware contexts working.
|
||||
*/
|
||||
i915->state.active = (I915_UPLOAD_PROGRAM |
|
||||
I915_UPLOAD_STIPPLE |
|
||||
I915_UPLOAD_CTX |
|
||||
I915_UPLOAD_BUFFERS);
|
||||
I915_UPLOAD_STIPPLE |
|
||||
I915_UPLOAD_CTX |
|
||||
I915_UPLOAD_BUFFERS |
|
||||
I915_UPLOAD_INVARIENT);
|
||||
}
|
||||
|
||||
void i915InitStateFunctions( struct dd_function_table *functions )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue