i965/fs_nir: Handle sample ID, position, and mask better
[mesa.git] / src / glx / apple / apple_glx.c
index 56cff64a15be7408104c91350a0167117d2a997f..3b570882572f198f0df8ef2855eed236c497f23e 100644 (file)
@@ -43,8 +43,6 @@
 static bool initialized = false;
 static int dri_event_base = 0;
 
-const GLuint __glXDefaultPixelStore[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 1 };
-
 int
 apple_get_dri_event_base(void)
 {
@@ -132,8 +130,6 @@ apple_glx_swap_buffers(void *ptr)
 {
    struct apple_glx_context *ac = ptr;
 
-   /* This may not be needed with CGLFlushDrawable: */
-   glFlush();
    apple_cgl.flush_drawable(ac->context_obj);
 }