mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 04:30:25 +01:00
nouveau: oops, when'd that disappear..
This commit is contained in:
parent
2f33b5b56e
commit
bc449c28c6
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ nouveau_fill_in_modes(unsigned pixel_bits, unsigned depth_bits,
|
|||
GLX_NONE, GLX_SWAP_UNDEFINED_OML, GLX_SWAP_COPY_OML
|
||||
};
|
||||
|
||||
u_int8_t depth_bits_array[4] = { 0, 16, 24 };
|
||||
u_int8_t stencil_bits_array[4] = { 0, 0, 8 };
|
||||
u_int8_t depth_bits_array[4] = { 0, 16, 24, 24 };
|
||||
u_int8_t stencil_bits_array[4] = { 0, 0, 0, 8 };
|
||||
|
||||
depth_buffer_factor = 4;
|
||||
back_buffer_factor = (have_back_buffer) ? 3 : 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue