Skip to content
Snippets Groups Projects
  1. Aug 30, 2006
  2. Aug 29, 2006
    • Brian Paul's avatar
      Move call to _swrast_update_rasterflags() since it depends on the · 8334c8a2
      Brian Paul authored
      results of _swrast_update_fog_state().
      Fixes bug where first frame of progs/samples/fog.c does not show fog.
      8334c8a2
    • Brian Paul's avatar
    • Brian Paul's avatar
      set 6.5.1 release to Aug 31 · 39847142
      Brian Paul authored
      39847142
    • Brian Paul's avatar
    • Brian Paul's avatar
      replace abort with _mesa_problem() · 0aab798a
      Brian Paul authored
      0aab798a
    • Ian Romanick's avatar
      Deprecate GL_EXT_vertex_weighting. · 8d675aa6
      Ian Romanick authored
      Nvidia no longer supports this extension, and they no longer export its
      entry points from their libGL.  There's no reason for us to keep dragging it
      around either.
      8d675aa6
    • Ian Romanick's avatar
      More static dispatch function removal. · dfdd0b4f
      Ian Romanick authored
      Make functions for the following extensions available only via
      glXGetProcAddress.  In cases where there are other aliases to the same
      functions (e.g., between GL_EXT_histogram and GL_ARB_imaging), the alias
      functions may still be statically exported.
      
          - GL_ATI_blend_equation_separate
          - GL_EXT_blend_equation_separate
          - GL_EXT_convolution
          - GL_EXT_color_sub_table
          - GL_EXT_cull_vertex
          - GL_EXT_depth_bounds_test
          - GL_EXT_framebuffer_blit
          - GL_EXT_histogram
          - GL_EXT_multisample
          - GL_EXT_stencil_two_side
          - GL_EXT_timer_query
          - GL_IBM_multimode_draw_arrays
          - GL_INGR_blend_func_separate
          - GL_NV_fence
          - GL_SGI_color_table
          - GL_SGIS_multisample
          - GL_SGIS_pixel_texture
          - GL_SGIS_point_parameters
          - GL_SGIX_pixel_texture
      dfdd0b4f
    • Ian Romanick's avatar
      Clean up GLX function exports. · fc5b57b7
      Ian Romanick authored
      Make functions for the following extensions only accessable via
      glXGetProcAddress:
      
          - GLX_EXT_texture_from_pixmap
          - GLX_MESA_copy_sub_buffer
          - GLX_MESA_release_buffers
          - GLX_MESA_swap_control
          - GLX_MESA_swap_frame_usage
          - GLX_OML_sync_control
          - GLX_SGI_make_current_read
          - GLX_SGI_swap_control
          - GLX_SGI_video_sync
          - GLX_SGIX_swap_barrier
          - GLX_SGIX_swap_group
      
      Removed all remnants of the following extensions:
      
          - GLX_MESA_set_3dfx_mode
          - GLX_SGI_cushion
          - GLX_SGIX_dmbuffer
          - GLX_SGIX_video_resize
          - GLX_SGIX_video_source
          - GLX_SUN_get_transparent_index
          -
      fc5b57b7
  3. Aug 28, 2006
  4. Aug 27, 2006
    • Aapo Tahkola's avatar
      close #6318 · 9cb82f79
      Aapo Tahkola authored
      9cb82f79
    • Sean D'Epagnier's avatar
      · a38aef93
      Sean D'Epagnier authored
      The colormap code is now simpler, 15bpp works where it did not before.
      
      The input is fixed so that delete reports '\b' and backspace 127
      
      The vt switching works both right and left.
      a38aef93
  5. Aug 26, 2006
  6. Aug 25, 2006
Loading