mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
Missing in last commit.
This commit is contained in:
parent
67d0343377
commit
e1e439c512
1 changed files with 4 additions and 0 deletions
|
|
@ -430,6 +430,8 @@ savageCreateContext( const __GLcontextModes *mesaVis,
|
|||
imesa->depth_scale = (imesa->savageScreen->zpp == 2) ?
|
||||
(1.0F/0x10000):(1.0F/0x1000000);
|
||||
|
||||
imesa->vertex_dma_buffer = NULL;
|
||||
|
||||
/* Uninitialized vertex format. Force setting the vertex state in
|
||||
* savageRenderStart.
|
||||
*/
|
||||
|
|
@ -498,6 +500,8 @@ savageDestroyContext(__DRIcontextPrivate *driContextPriv)
|
|||
if (imesa) {
|
||||
savageTextureObjectPtr next_t, t;
|
||||
|
||||
FLUSH_BATCH(imesa);
|
||||
|
||||
/* update for multi-tex*/
|
||||
{
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue