From 81fd17c8678e89cea6610b8b2996b028b21eb5dc Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Oct 2013 08:23:46 +0200 Subject: xserver fontconfig libXdmcp mesa pixmand xkeyboard-config git update 7 oct 2013 xserver commit ccbe17b1c6da1ad9d085fc8133cdd15dc7004a4a xkeyboard-config commit c8326b7d12b20eccfd38d661b95d9b23d8a56e27 libXdmcp commit 089081dca4ba3598c6f9bf401c029378943b5854 pixman commit c89f4c826695dbb5df0817d84f845dbd3e28b7a7 fontconfig commit 604c2a683f1357fc65bad372b5d25a90099f827f mesa commit cfbfb50cb8d47b7f6975828b504936f9324f3b12 --- mesalib/configure.ac | 1 + mesalib/docs/GL3.txt | 10 +- mesalib/docs/index.html | 7 + mesalib/docs/relnotes.html | 2 + mesalib/docs/relnotes/9.1.7.html | 168 +++++++++++++++++ mesalib/docs/relnotes/9.2.1.html | 206 +++++++++++++++++++++ mesalib/docs/relnotes/9.3.html | 4 + mesalib/scons/gallium.py | 2 + mesalib/src/gallium/SConscript | 1 + mesalib/src/gallium/auxiliary/util/u_blitter.c | 15 +- mesalib/src/gallium/auxiliary/util/u_math.h | 52 ++++++ mesalib/src/gallium/auxiliary/util/u_pack_color.h | 8 +- mesalib/src/glsl/builtin_functions.cpp | 96 +++++++++- mesalib/src/glsl/glcpp/glcpp-parse.y | 3 + mesalib/src/glsl/glsl_parser_extras.cpp | 1 + mesalib/src/glsl/glsl_parser_extras.h | 2 + mesalib/src/glsl/ir.cpp | 4 +- mesalib/src/glsl/ir.h | 7 +- mesalib/src/glsl/ir_clone.cpp | 5 +- mesalib/src/glsl/ir_constant_expression.cpp | 6 + mesalib/src/glsl/ir_hv_accept.cpp | 7 +- mesalib/src/glsl/ir_print_visitor.cpp | 11 +- mesalib/src/glsl/ir_reader.cpp | 18 +- mesalib/src/glsl/ir_rvalue_visitor.cpp | 5 +- mesalib/src/glsl/link_uniforms.cpp | 4 +- mesalib/src/glsl/opt_tree_grafting.cpp | 6 +- mesalib/src/glsl/standalone_scaffolding.cpp | 1 + mesalib/src/mesa/main/extensions.c | 1 + mesalib/src/mesa/main/get_hash_params.py | 2 +- mesalib/src/mesa/main/mtypes.h | 1 + mesalib/src/mesa/program/ir_to_mesa.cpp | 3 + mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 3 + 32 files changed, 630 insertions(+), 32 deletions(-) create mode 100644 mesalib/docs/relnotes/9.1.7.html create mode 100644 mesalib/docs/relnotes/9.2.1.html (limited to 'mesalib') diff --git a/mesalib/configure.ac b/mesalib/configure.ac index e7c822338..954616318 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -1823,6 +1823,7 @@ if test "x$with_gallium_drivers" != x; then if test "x$enable_dri" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS dri-swrast" + HAVE_COMMON_DRI=yes fi if test "x$enable_vdpau" = xyes; then GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS vdpau-softpipe" diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index b16ec6fdb..c269f19dd 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -100,7 +100,7 @@ GL_ARB_draw_buffers_blend DONE (i965, r600, softpipe) GL_ARB_draw_indirect started (Christoph) GL_ARB_gpu_shader5 started GL_ARB_gpu_shader_fp64 not started -GL_ARB_sample_shading not started +GL_ARB_sample_shading started (Anuj) GL_ARB_shader_subroutine not started GL_ARB_tessellation_shader not started GL_ARB_texture_buffer_object_rgb32 DONE (i965, softpipe) @@ -126,12 +126,12 @@ GL 4.2: GLSL 4.2 not started GL_ARB_texture_compression_bptc not started GL_ARB_compressed_texture_pixel_storage not started -GL_ARB_shader_atomic_counters not started +GL_ARB_shader_atomic_counters in progress (Curro) GL_ARB_texture_storage DONE (i965, r300, r600, swrast, gallium) GL_ARB_transform_feedback_instanced DONE GL_ARB_base_instance DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_image_load_store not started -GL_ARB_conservative_depth DONE (softpipe) +GL_ARB_conservative_depth DONE (i965, softpipe) GL_ARB_shading_language_420pack DONE (i965, gallium) GL_ARB_internalformat_query DONE (i965, gallium) GL_ARB_map_buffer_alignment DONE (r300, r600, radeonsi) @@ -145,7 +145,7 @@ ARB_ES3_compatibility DONE (i965) ARB_clear_buffer_object not started ARB_compute_shader started (gallium) ARB_copy_image not started -KHR_debug some work done (ARB_debug_output) +KHR_debug DONE ARB_explicit_uniform_location not started ARB_fragment_layer_viewport not started ARB_framebuffer_no_attachments not started @@ -158,7 +158,7 @@ ARB_shader_image_size not started ARB_shader_storage_buffer_object not started ARB_stencil_texturing not started ARB_texture_buffer_range DONE (nv50, nvc0) -ARB_texture_query_levels not started +ARB_texture_query_levels DONE (i965) ARB_texture_storage_multisample DONE (i965) ARB_texture_view not started ARB_vertex_attrib_binding started (Fredrik) diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index 2f04335dc..3b9c4361c 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,13 @@

News

+

October 4, 2013

+

+Mesa 9.2.1 and +Mesa 9.1.7 are released, +both bug-fix releases. +

+

August 27, 2013

Mesa 9.2 is released. diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 7d6865ac3..5929359e0 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -22,7 +22,9 @@ The release notes summarize what's new or changed in each Mesa release.