From c81020559f329a516191927222b3698ba7370aca Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Dec 2013 12:51:45 +0100 Subject: libxtrans fontconfig glproto libX11 libxcb xcbproto mesa xserver pixman xkeyboard-config git update 22 Dec 2013 xserver commit a68df147421da21528b5be2d34678383922fa352 libxcb commit f653464554469b5767f1c99abced25a76bace047 libxcb/xcb-proto commit 4087fc682c5ceb849b74442e17a6b73176e5eecb xkeyboard-config commit a224a636139d22e1dc7ca7d23782cd656e87bcf5 libX11 commit 3d69b0a83e62f8f6fbdd952fc49cdbdf8825e1e6 libXdmcp commit 089081dca4ba3598c6f9bf401c029378943b5854 libXext commit bb24f2970f2e425f4df90c9b73d078ad15a73fbb libfontenc commit 3acba630d8b57084f7e92c15732408711ed5137a libXinerama commit edd95182b26eb5d576d4878c559e0f17dddaa909 libXau commit 304a11be4727c5a7feeb2501e8e001466f8ce84e xkbcomp commit e3e6e938535532bfad175c1635256ab7fb3ac943 pixman commit 945ab7a6f3eb6241f07e8f094dc0e647d1f10d9d xextproto commit 3f355f138d6df57e067458a20f47307883048adb randrproto commit e7526e6b5fe0966929cda10b2ded0258413744db glproto commit f84853d97d5749308992412a215fa518b6536eb3 mkfontscale commit 880a0c4733e62e54e6a0f1238c7430727d23657b xwininfo commit ba0d1b0da21d2dbdd81098ed5778f3792b472e13 libXft commit 4acfdaf95adb0a05c2a25550bdde036c865902f4 libXmu commit 22d9c590901e121936f50dee97dc60c4f7defb63 libxtrans commit 2c0a7840a28ae696e80e73157856d7a049fdf6c7 fontconfig commit 5c725f2f5829238d16116f782d00d8bb0defaf08 mesa commit 2efe7927d38983029784825fc4897e9b77aa237e --- mesalib/Makefile.am | 2 +- mesalib/configure.ac | 18 +- mesalib/docs/GL3.txt | 12 +- mesalib/docs/devinfo.html | 23 +- mesalib/docs/index.html | 14 + mesalib/docs/relnotes.html | 2 + mesalib/docs/relnotes/10.0.1.html | 150 +++ mesalib/docs/relnotes/10.0.html | 76 +- mesalib/docs/relnotes/10.1.html | 7 +- mesalib/docs/relnotes/9.2.4.html | 3 + mesalib/docs/relnotes/9.2.5.html | 120 ++ mesalib/docs/specs/MESA_texture_array.spec | 2 +- .../specs/WL_create_wayland_buffer_from_image.spec | 101 ++ mesalib/docs/vmware-guest.html | 2 +- mesalib/include/EGL/eglmesaext.h | 10 + mesalib/include/GL/gl.h | 33 - mesalib/include/GL/glext.h | 68 +- mesalib/include/GL/internal/dri_interface.h | 9 +- mesalib/include/HaikuGL/GLRenderer.h | 76 ++ mesalib/include/HaikuGL/GLView.h | 193 ++++ mesalib/include/HaikuGL/OpenGLKit.h | 10 + mesalib/include/HaikuGL/README | 28 + mesalib/m4/ax_check_compile_flag.m4 | 72 ++ mesalib/src/gallium/auxiliary/util/u_blitter.c | 286 +++-- mesalib/src/gallium/auxiliary/util/u_blitter.h | 13 +- mesalib/src/gallium/auxiliary/util/u_clear.h | 7 +- mesalib/src/gallium/auxiliary/util/u_framebuffer.c | 24 + mesalib/src/gallium/auxiliary/util/u_framebuffer.h | 5 + .../src/gallium/auxiliary/util/u_simple_shaders.c | 180 +++ .../src/gallium/auxiliary/util/u_simple_shaders.h | 14 + mesalib/src/glsl/ast.h | 1 + mesalib/src/glsl/ast_array_index.cpp | 8 +- mesalib/src/glsl/ast_function.cpp | 86 +- mesalib/src/glsl/ast_to_hir.cpp | 298 ++--- mesalib/src/glsl/ast_type.cpp | 3 +- mesalib/src/glsl/builtin_functions.cpp | 37 +- mesalib/src/glsl/builtin_variables.cpp | 50 +- mesalib/src/glsl/glsl_lexer.ll | 2 +- mesalib/src/glsl/glsl_parser.yy | 17 +- mesalib/src/glsl/glsl_parser_extras.cpp | 24 +- mesalib/src/glsl/glsl_parser_extras.h | 14 +- mesalib/src/glsl/glsl_types.cpp | 5 + mesalib/src/glsl/glsl_types.h | 6 + mesalib/src/glsl/ir.cpp | 65 +- mesalib/src/glsl/ir.h | 373 +++--- mesalib/src/glsl/ir_clone.cpp | 35 +- mesalib/src/glsl/ir_constant_expression.cpp | 2 +- mesalib/src/glsl/ir_function.cpp | 2 +- mesalib/src/glsl/ir_hv_accept.cpp | 20 - mesalib/src/glsl/ir_print_visitor.cpp | 27 +- mesalib/src/glsl/ir_reader.cpp | 42 +- mesalib/src/glsl/ir_set_program_inouts.cpp | 35 +- mesalib/src/glsl/ir_validate.cpp | 47 +- mesalib/src/glsl/link_atomics.cpp | 20 +- mesalib/src/glsl/link_functions.cpp | 10 +- mesalib/src/glsl/link_interface_blocks.cpp | 12 +- mesalib/src/glsl/link_uniform_initializers.cpp | 6 +- mesalib/src/glsl/link_uniforms.cpp | 20 +- mesalib/src/glsl/link_varyings.cpp | 98 +- mesalib/src/glsl/linker.cpp | 173 +-- mesalib/src/glsl/loop_analysis.cpp | 196 +++- mesalib/src/glsl/loop_analysis.h | 93 +- mesalib/src/glsl/loop_controls.cpp | 127 +-- mesalib/src/glsl/loop_unroll.cpp | 318 ++++-- mesalib/src/glsl/lower_clip_distance.cpp | 18 +- mesalib/src/glsl/lower_instructions.cpp | 4 +- mesalib/src/glsl/lower_named_interface_blocks.cpp | 21 +- mesalib/src/glsl/lower_output_reads.cpp | 2 +- mesalib/src/glsl/lower_packed_varyings.cpp | 21 +- mesalib/src/glsl/lower_ubo_reference.cpp | 2 +- .../glsl/lower_variable_index_to_cond_assign.cpp | 2 +- mesalib/src/glsl/opt_array_splitting.cpp | 4 +- mesalib/src/glsl/opt_constant_folding.cpp | 4 +- mesalib/src/glsl/opt_constant_propagation.cpp | 4 +- mesalib/src/glsl/opt_constant_variable.cpp | 4 +- mesalib/src/glsl/opt_copy_propagation.cpp | 4 +- mesalib/src/glsl/opt_copy_propagation_elements.cpp | 4 +- mesalib/src/glsl/opt_cse.cpp | 2 +- mesalib/src/glsl/opt_dead_builtin_varyings.cpp | 22 +- mesalib/src/glsl/opt_dead_code.cpp | 8 +- mesalib/src/glsl/opt_dead_code_local.cpp | 2 +- mesalib/src/glsl/opt_flip_matrices.cpp | 4 +- mesalib/src/glsl/opt_function_inlining.cpp | 14 +- mesalib/src/glsl/opt_structure_splitting.cpp | 4 +- mesalib/src/glsl/opt_tree_grafting.cpp | 10 +- mesalib/src/glsl/standalone_scaffolding.h | 2 +- .../src/mapi/glapi/gen/ARB_clear_buffer_object.xml | 50 + mesalib/src/mapi/glapi/gen/ARB_texture_view.xml | 23 + mesalib/src/mapi/glapi/gen/Makefile.am | 1 + mesalib/src/mapi/glapi/gen/gl_API.xml | 8 +- mesalib/src/mapi/glapi/gen/gl_genexec.py | 1 + mesalib/src/mapi/glapi/gen/gl_gentable.py | 2 + mesalib/src/mesa/Makefile.am | 6 +- mesalib/src/mesa/Makefile.sources | 1 + mesalib/src/mesa/SConscript | 1 + mesalib/src/mesa/drivers/common/driverfuncs.c | 3 + mesalib/src/mesa/drivers/dri/common/dri_util.c | 26 +- mesalib/src/mesa/drivers/dri/common/dri_util.h | 8 +- .../src/mesa/drivers/dri/common/megadriver_stub.c | 126 ++ mesalib/src/mesa/drivers/dri/swrast/swrast.c | 39 +- mesalib/src/mesa/main/attrib.c | 326 ++++-- mesalib/src/mesa/main/bufferobj.c | 406 ++++++- mesalib/src/mesa/main/bufferobj.h | 59 +- mesalib/src/mesa/main/clear.c | 31 +- mesalib/src/mesa/main/colortab.c | 20 +- mesalib/src/mesa/main/condrender.c | 4 +- mesalib/src/mesa/main/context.c | 1 + mesalib/src/mesa/main/convolve.c | 24 +- mesalib/src/mesa/main/dd.h | 11 + mesalib/src/mesa/main/dlist.c | 1074 ++++++----------- mesalib/src/mesa/main/enable.c | 19 - mesalib/src/mesa/main/extensions.c | 27 +- mesalib/src/mesa/main/fbobject.c | 31 +- mesalib/src/mesa/main/ff_fragment_shader.cpp | 16 +- mesalib/src/mesa/main/get.c | 8 +- mesalib/src/mesa/main/get_hash_params.py | 8 +- mesalib/src/mesa/main/getstring.c | 2 - mesalib/src/mesa/main/glformats.c | 12 +- mesalib/src/mesa/main/imports.c | 14 +- mesalib/src/mesa/main/mipmap.c | 8 +- mesalib/src/mesa/main/mipmap.h | 4 + mesalib/src/mesa/main/mtypes.h | 35 +- mesalib/src/mesa/main/performance_monitor.c | 19 + mesalib/src/mesa/main/performance_monitor.h | 3 + mesalib/src/mesa/main/shader_query.cpp | 36 +- mesalib/src/mesa/main/shaderapi.c | 2 +- mesalib/src/mesa/main/shaderobj.h | 2 +- mesalib/src/mesa/main/texgetimage.c | 3 +- mesalib/src/mesa/main/teximage.c | 255 ++--- mesalib/src/mesa/main/teximage.h | 4 + mesalib/src/mesa/main/texobj.c | 29 +- mesalib/src/mesa/main/texparam.c | 75 +- mesalib/src/mesa/main/texstorage.c | 36 +- mesalib/src/mesa/main/texstore.c | 1 + mesalib/src/mesa/main/textureview.c | 668 +++++++++++ mesalib/src/mesa/main/textureview.h | 43 + mesalib/src/mesa/main/version.c | 1 - mesalib/src/mesa/math/m_matrix.c | 13 +- mesalib/src/mesa/program/ir_to_mesa.cpp | 63 +- mesalib/src/mesa/program/prog_parameter.c | 3 +- mesalib/src/mesa/program/program.c | 8 + mesalib/src/mesa/program/program_parse_extra.c | 9 - .../src/mesa/state_tracker/st_atom_framebuffer.c | 58 +- mesalib/src/mesa/state_tracker/st_atom_sampler.c | 32 +- .../src/mesa/state_tracker/st_cb_bufferobjects.c | 3 + mesalib/src/mesa/state_tracker/st_cb_clear.c | 124 +- mesalib/src/mesa/state_tracker/st_cb_drawpixels.c | 19 +- mesalib/src/mesa/state_tracker/st_cb_fbo.c | 97 +- mesalib/src/mesa/state_tracker/st_cb_fbo.h | 10 +- mesalib/src/mesa/state_tracker/st_cb_readpixels.c | 4 +- mesalib/src/mesa/state_tracker/st_cb_texture.c | 10 +- mesalib/src/mesa/state_tracker/st_context.h | 1 + mesalib/src/mesa/state_tracker/st_extensions.c | 16 +- mesalib/src/mesa/state_tracker/st_format.c | 6 +- mesalib/src/mesa/state_tracker/st_format.h | 2 +- mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 74 +- mesalib/src/mesa/state_tracker/st_program.c | 9 + mesalib/src/mesa/state_tracker/st_texture.h | 6 + mesalib/src/mesa/swrast/s_texture.c | 7 +- mesalib/src/mesa/tnl/t_vertex.c | 6 +- mesalib/src/mesa/vbo/vbo_exec_api.c | 9 +- mesalib/src/mesa/x86/rtasm/x86sse.c | 1203 -------------------- mesalib/src/mesa/x86/rtasm/x86sse.h | 256 ----- 163 files changed, 5319 insertions(+), 4335 deletions(-) create mode 100644 mesalib/docs/relnotes/10.0.1.html create mode 100644 mesalib/docs/relnotes/9.2.5.html create mode 100644 mesalib/docs/specs/WL_create_wayland_buffer_from_image.spec create mode 100644 mesalib/include/HaikuGL/GLRenderer.h create mode 100644 mesalib/include/HaikuGL/GLView.h create mode 100644 mesalib/include/HaikuGL/OpenGLKit.h create mode 100644 mesalib/include/HaikuGL/README create mode 100644 mesalib/m4/ax_check_compile_flag.m4 create mode 100644 mesalib/src/mapi/glapi/gen/ARB_clear_buffer_object.xml create mode 100644 mesalib/src/mapi/glapi/gen/ARB_texture_view.xml create mode 100644 mesalib/src/mesa/main/textureview.c create mode 100644 mesalib/src/mesa/main/textureview.h delete mode 100644 mesalib/src/mesa/x86/rtasm/x86sse.c delete mode 100644 mesalib/src/mesa/x86/rtasm/x86sse.h (limited to 'mesalib') diff --git a/mesalib/Makefile.am b/mesalib/Makefile.am index 361fb5122..4780510ad 100644 --- a/mesalib/Makefile.am +++ b/mesalib/Makefile.am @@ -36,7 +36,6 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION) EXTRA_FILES = \ aclocal.m4 \ configure \ - VERSION \ bin/ar-lib \ bin/compile \ bin/config.sub \ @@ -46,6 +45,7 @@ EXTRA_FILES = \ bin/ltmain.sh \ bin/missing \ bin/ylwrap \ + bin/test-driver \ src/glsl/glsl_parser.cpp \ src/glsl/glsl_parser.h \ src/glsl/glsl_lexer.cpp \ diff --git a/mesalib/configure.ac b/mesalib/configure.ac index 8c52535e6..f75325d33 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -28,7 +28,7 @@ AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 -LIBDRM_RADEON_REQUIRED=2.4.49 +LIBDRM_RADEON_REQUIRED=2.4.50 LIBDRM_INTEL_REQUIRED=2.4.49 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" @@ -230,6 +230,12 @@ esac AC_SUBST([VISIBILITY_CFLAGS]) AC_SUBST([VISIBILITY_CXXFLAGS]) +dnl +dnl Optional flags, check for compiler support +dnl +AX_CHECK_COMPILE_FLAG([-msse4.1], [SSE41_SUPPORTED=1], [SSE41_SUPPORTED=0]) +AM_CONDITIONAL([SSE41_SUPPORTED], [test x$SSE41_SUPPORTED = x1]) + dnl dnl Hacks to enable 32 or 64 bit build dnl @@ -761,6 +767,9 @@ AC_SUBST([MESA_LLVM]) # Check for libdrm PKG_CHECK_MODULES([LIBDRM], [libdrm >= $LIBDRM_REQUIRED], [have_libdrm=yes], [have_libdrm=no]) +if test "x$have_libdrm" = xyes; then + DEFINES="$DEFINES -DHAVE_LIBDRM" +fi PKG_CHECK_MODULES([LIBUDEV], [libudev >= $LIBUDEV_REQUIRED], have_libudev=yes, have_libudev=no) @@ -833,7 +842,7 @@ xyesno) dri_modules="x11 xext xdamage xfixes x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8" if test x"$enable_dri3" = xyes; then - dri_modules="$dri_modules xcb-dri3 xcb-present xcb-sync xshmfence" + dri_modules="$dri_modules xcb-dri3 xcb-present xcb-sync xshmfence >= 1.1" fi # add xf86vidmode if available @@ -1439,6 +1448,8 @@ for plat in $egl_platforms; do drm) test "x$enable_gbm" = "xno" && AC_MSG_ERROR([EGL platform drm needs gbm]) + test "x$have_libdrm" != xyes && + AC_MSG_ERROR([EGL platform drm requires libdrm >= $LIBDRM_REQUIRED]) ;; android|fbdev|gdi|null) @@ -1541,6 +1552,7 @@ strip_unwanted_llvm_flags() { -e 's/-O.\>//g' \ -e 's/-g\>//g' \ -e 's/-Wall\>//g' \ + -e 's/-fcolor-diagnostics\>//g' \ -e 's/-fomit-frame-pointer\>//g' } @@ -1938,7 +1950,7 @@ AC_SUBST([XVMC_MAJOR], 1) AC_SUBST([XVMC_MINOR], 0) AC_SUBST([XA_MAJOR], 2) -AC_SUBST([XA_MINOR], 0) +AC_SUBST([XA_MINOR], 1) AC_SUBST([XA_TINY], 0) AC_SUBST([XA_VERSION], "$XA_MAJOR.$XA_MINOR.$XA_TINY") diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index 059ae9840..f98a54a78 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -30,14 +30,15 @@ GL 3.0 --- all DONE: i965, nv50, nvc0, r600, radeonsi GL_EXT_texture_shared_exponent DONE (swrast) Float depth buffers (GL_ARB_depth_buffer_float) DONE () Framebuffer objects (GL_ARB_framebuffer_object) DONE (r300, swrast) - Half-float DONE (r300, swrast) - Non-normalized Integer texture/framebuffer formats DONE () - 1D/2D Texture arrays DONE () + GL_ARB_half_float_pixel DONE (r300, swrast) + GL_ARB_half_float_vertex DONE (r300, swrast) + GL_EXT_texture_integer DONE () + GL_EXT_texture_array DONE () Per-buffer blend and masks (GL_EXT_draw_buffers2) DONE (swrast) GL_EXT_texture_compression_rgtc DONE (r300, swrast) - Red and red/green texture formats DONE (r300, swrast) + GL_ARB_texture_rg DONE (r300, swrast) Transform feedback (GL_EXT_transform_feedback) DONE () - Vertex array objects (GL_APPLE_vertex_array_object) DONE + Vertex array objects (GL_ARB_vertex_array_object) DONE (all drivers) sRGB framebuffer format (GL_EXT_framebuffer_sRGB) DONE () glClearBuffer commands DONE glGetStringi command DONE @@ -45,6 +46,7 @@ GL 3.0 --- all DONE: i965, nv50, nvc0, r600, radeonsi glVertexAttribI commands DONE Depth format cube textures DONE () GLX_ARB_create_context (GLX 1.4 is required) DONE + Multisample anti-aliasing DONE (r300) GL 3.1 --- all DONE: i965, nv50, nvc0, r600, radeonsi diff --git a/mesalib/docs/devinfo.html b/mesalib/docs/devinfo.html index b495097c9..a9d8b4f7d 100644 --- a/mesalib/docs/devinfo.html +++ b/mesalib/docs/devinfo.html @@ -17,7 +17,7 @@

Development Notes

-

Adding Extentions

+

Adding Extensions

To add a new GL extension to Mesa you have to do at least the following. @@ -190,11 +190,26 @@ you should add an appropriate note to the commit message. Here are some examples of such a note:

+Simply adding the CC to the mesa-stable list address is adequate to nominate +the commit for the most-recently-created stable branch. It is only necessary +to specify a specific branch name, (such as "9.2 10.0" or "10.0" in the +examples above), if you want to nominate the commit for an older stable +branch. And, as in these examples, you can nominate the commit for the older +branch in addition to the more recent branch, or nominate the commit +exclusively for the older branch. + +This "CC" syntax for patch nomination will cause patches to automatically be +copied to the mesa-stable@ mailing list when you use "git send-email" to send +patches to the mesa-dev@ mailing list. Also, if you realize that a commit +should be nominate for the stable branch after it has already been commited, +you can send a note directly to the mesa-stable@lists.freedesktop.org where +the Mesa stable-branch maintainers will receive it. Be sure to mention the +commit ID of the commit of interest (as it appears in the mesa master branch).

Cherry-picking candidates for a stable branch

diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index 3b8dd31cd..e26e9e5b7 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,20 @@

News

+

December 12, 2013

+

+Mesa 10.0.1 +and Mesa 9.2.5 are released. +These are both bug-fix releases +

+ +

November 30, 2013

+

+Mesa 10.0 is released. +This is a new development release. +See the release notes for more information about the release. +

+

November 27, 2013

Mesa 9.2.4 is released. diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 24c0153b2..70e5862fa 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.