17ec681f3SmrgMesa 7.10.1 Release Notes / March 2, 2011
27ec681f3Smrg=========================================
37ec681f3Smrg
47ec681f3SmrgMesa 7.10.1 is a bug fix release which fixes bugs found since the 7.10
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 7.10.1 implements the OpenGL 2.1 API, but the version reported by
87ec681f3SmrgglGetString(GL_VERSION) depends on the particular driver being used.
97ec681f3SmrgSome drivers don't support all the features required in OpenGL 2.1.
107ec681f3Smrg
117ec681f3SmrgSee the :doc:`Compiling/Installing page <../install>` for
127ec681f3Smrgprerequisites for DRI hardware acceleration.
137ec681f3Smrg
147ec681f3SmrgMD5 checksums
157ec681f3Smrg-------------
167ec681f3Smrg
177ec681f3Smrg::
187ec681f3Smrg
197ec681f3Smrg   4b4cee19f3bf16eb78bd4cc278ccf812  MesaLib-7.10.1.tar.gz
207ec681f3Smrg   efe8da4d80c2a5d32a800770b8ce5dfa  MesaLib-7.10.1.tar.bz2
217ec681f3Smrg   0fd2b1a025934de3f8cecf9fb9b57f4c  MesaLib-7.10.1.zip
227ec681f3Smrg   42beb0f5188d544476c19496f725fa67  MesaGLUT-7.10.1.tar.gz
237ec681f3Smrg   637bb8a20fdad89f7382b4ea83f896e3  MesaGLUT-7.10.1.tar.bz2
247ec681f3Smrg   bdbf3ffb2606d6aa8afabb6c6243b91b  MesaGLUT-7.10.1.zip
257ec681f3Smrg
267ec681f3SmrgNew features
277ec681f3Smrg------------
287ec681f3Smrg
297ec681f3SmrgNone.
307ec681f3Smrg
317ec681f3SmrgBug fixes
327ec681f3Smrg---------
337ec681f3Smrg
347ec681f3SmrgThis list is likely incomplete.
357ec681f3Smrg
367ec681f3Smrg-  Fix an off-by-one bug in a vsplit assertion.
377ec681f3Smrg-  Fix incorrect handling of ``layout`` qualifier with ``in``, ``out``,
387ec681f3Smrg   ``attribute``, and ``varying``.
397ec681f3Smrg-  Fix an i965 shader bug where the negative absolute value was
407ec681f3Smrg   generated instead of the absolute value of a negation.
417ec681f3Smrg-  Fix numerous issues handling precision qualifiers in GLSL ES.
427ec681f3Smrg-  Fixed a few GLX protocol encoder bugs (Julien Cristau)
437ec681f3Smrg-  Assorted Gallium llvmpipe driver bug fixes
447ec681f3Smrg-  Assorted Mesa/Gallium state tracker bug fixes
457ec681f3Smrg-  `Bug 26795 <https://bugs.freedesktop.org/show_bug.cgi?id=26795>`__ -
467ec681f3Smrg   gl_FragCoord off by one in Gallium drivers.
477ec681f3Smrg-  `Bug 29164 <https://bugs.freedesktop.org/show_bug.cgi?id=29164>`__ -
487ec681f3Smrg   [GLSL 1.20] invariant variable shouldn't be used before declaration
497ec681f3Smrg-  `Bug 29823 <https://bugs.freedesktop.org/show_bug.cgi?id=29823>`__ -
507ec681f3Smrg   GetUniform[if]v busted
517ec681f3Smrg-  `Bug 29927 <https://bugs.freedesktop.org/show_bug.cgi?id=29927>`__ -
527ec681f3Smrg   [glsl2] fail to compile shader with constructor for array of struct
537ec681f3Smrg   type
547ec681f3Smrg-  `Bug 30156 <https://bugs.freedesktop.org/show_bug.cgi?id=30156>`__ -
557ec681f3Smrg   [i965] After updating to Mesa 7.9, Civilization IV starts to show
567ec681f3Smrg   garbage
577ec681f3Smrg-  `Bug 31923 <https://bugs.freedesktop.org/show_bug.cgi?id=31923>`__ -
587ec681f3Smrg   [GLSL 1.20] allowing inconsistent centroid declaration between two
597ec681f3Smrg   vertex shaders
607ec681f3Smrg-  `Bug 31925 <https://bugs.freedesktop.org/show_bug.cgi?id=31925>`__ -
617ec681f3Smrg   [GLSL 1.20] "#pragma STDGL invariant(all)" fail
627ec681f3Smrg-  `Bug 32214 <https://bugs.freedesktop.org/show_bug.cgi?id=32214>`__ -
637ec681f3Smrg   [gles2]no link error happens when missing vertex shader or frag
647ec681f3Smrg   shader
657ec681f3Smrg-  `Bug 32375 <https://bugs.freedesktop.org/show_bug.cgi?id=32375>`__ -
667ec681f3Smrg   [gl gles2] Not able to get the attribute by function
677ec681f3Smrg   glGetVertexAttribfv
687ec681f3Smrg-  `Bug 32541 <https://bugs.freedesktop.org/show_bug.cgi?id=32541>`__ -
697ec681f3Smrg   Segmentation Fault while running an HDR (high dynamic range)
707ec681f3Smrg   rendering demo
717ec681f3Smrg-  `Bug 32569 <https://bugs.freedesktop.org/show_bug.cgi?id=32569>`__ -
727ec681f3Smrg   [gles2] glGetShaderPrecisionFormat not implemented yet
737ec681f3Smrg-  `Bug 32695 <https://bugs.freedesktop.org/show_bug.cgi?id=32695>`__ -
747ec681f3Smrg   [glsl] SIGSEGV glcpp/glcpp-parse.y:833
757ec681f3Smrg-  `Bug 32831 <https://bugs.freedesktop.org/show_bug.cgi?id=32831>`__ -
767ec681f3Smrg   [glsl] division by zero crashes GLSL compiler
777ec681f3Smrg-  `Bug 32910 <https://bugs.freedesktop.org/show_bug.cgi?id=32910>`__ -
787ec681f3Smrg   Keywords 'in' and 'out' not handled properly for GLSL 1.20 shaders
797ec681f3Smrg-  `Bug 33219 <https://bugs.freedesktop.org/show_bug.cgi?id=33219>`__
807ec681f3Smrg   -[GLSL bisected] implicit sized array triggers segfault in
817ec681f3Smrg   ir_to_mesa_visitor::copy_propagate
827ec681f3Smrg-  `Bug 33306 <https://bugs.freedesktop.org/show_bug.cgi?id=33306>`__ -
837ec681f3Smrg   GLSL integer division by zero crashes GLSL compiler
847ec681f3Smrg-  `Bug 33308 <https://bugs.freedesktop.org/show_bug.cgi?id=33308>`__
857ec681f3Smrg   -[glsl] ast_to_hir.cpp:3016: virtual ir_rvalue\*
867ec681f3Smrg   ast_jump_statement::hir(exec_list*, \_mesa_glsl_parse_state*):
877ec681f3Smrg   Assertion \`ret != \__null' failed.
887ec681f3Smrg-  `Bug 33316 <https://bugs.freedesktop.org/show_bug.cgi?id=33316>`__ -
897ec681f3Smrg   uniform array will be allocate one line more and initialize it when
907ec681f3Smrg   it was freed will abort
917ec681f3Smrg-  `Bug 33386 <https://bugs.freedesktop.org/show_bug.cgi?id=33386>`__ -
927ec681f3Smrg   Dubious assembler in read_rgba_span_x86.S
937ec681f3Smrg-  `Bug 33388 <https://bugs.freedesktop.org/show_bug.cgi?id=33388>`__ -
947ec681f3Smrg   Dubious assembler in xform4.S
957ec681f3Smrg-  `Bug 33433 <https://bugs.freedesktop.org/show_bug.cgi?id=33433>`__ -
967ec681f3Smrg   Error in x86-64 API dispatch code.
977ec681f3Smrg-  `Bug 33507 <https://bugs.freedesktop.org/show_bug.cgi?id=33507>`__ -
987ec681f3Smrg   [glsl] GLSL preprocessor modulus by zero crash
997ec681f3Smrg-  `Bug 33508 <https://bugs.freedesktop.org/show_bug.cgi?id=33508>`__ -
1007ec681f3Smrg   [glsl] GLSL compiler modulus by zero crash
1017ec681f3Smrg-  `Bug 33916 <https://bugs.freedesktop.org/show_bug.cgi?id=33916>`__ -
1027ec681f3Smrg   Compiler accepts reserved operators % and %=
1037ec681f3Smrg-  `Bug 34030 <https://bugs.freedesktop.org/show_bug.cgi?id=34030>`__ -
1047ec681f3Smrg   [bisected] Starcraft 2: some effects are corrupted or too big
1057ec681f3Smrg-  `Bug 34047 <https://bugs.freedesktop.org/show_bug.cgi?id=34047>`__ -
1067ec681f3Smrg   Assert in \_tnl_import_array() when using GLfixed vertex datatypes
1077ec681f3Smrg   with GLESv2
1087ec681f3Smrg-  `Bug 34114 <https://bugs.freedesktop.org/show_bug.cgi?id=34114>`__ -
1097ec681f3Smrg   Sun Studio build fails due to standard library functions not being in
1107ec681f3Smrg   global namespace
1117ec681f3Smrg-  `Bug 34179 <https://bugs.freedesktop.org/show_bug.cgi?id=34179>`__ -
1127ec681f3Smrg   Nouveau 3D driver: nv50_pc_emit.c:863 assertion error kills Compiz
1137ec681f3Smrg-  `Bug 34198 <https://bugs.freedesktop.org/show_bug.cgi?id=34198>`__ -
1147ec681f3Smrg   [GLSL] implicit sized array with index 0 used gets assertion
1157ec681f3Smrg-  `Ubuntu bug
1167ec681f3Smrg   691653 <https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/691653>`__
1177ec681f3Smrg   - compiz crashes when using alt-tab (the radeon driver kills it)
1187ec681f3Smrg-  `Meego bug 13005 <https://bugs.meego.com/show_bug.cgi?id=13005>`__ -
1197ec681f3Smrg   Graphics GLSL issue lead to camera preview fail on Pinetrail
1207ec681f3Smrg
1217ec681f3SmrgChanges
1227ec681f3Smrg-------
1237ec681f3Smrg
1247ec681f3SmrgThe full set of changes can be viewed by using the following GIT
1257ec681f3Smrgcommand:
1267ec681f3Smrg
1277ec681f3Smrg::
1287ec681f3Smrg
1297ec681f3Smrg     git log mesa-7.10..mesa-7.10.1
1307ec681f3Smrg
1317ec681f3SmrgAlberto Milone (1):
1327ec681f3Smrg
1337ec681f3Smrg-  r600c: add evergreen ARL support.
1347ec681f3Smrg
1357ec681f3SmrgBrian Paul (21):
1367ec681f3Smrg
1377ec681f3Smrg-  draw: Fix an off-by-one bug in a vsplit assertion.
1387ec681f3Smrg-  docs: add links to 7.9.1 and 7.10 release notes
1397ec681f3Smrg-  docs: added news item for 7.9.1 and 7.10 release
1407ec681f3Smrg-  gallivm: work around LLVM 2.6 bug when calling C functions
1417ec681f3Smrg-  gallivm: fix copy&paste error from previous commit
1427ec681f3Smrg-  mesa: fix a few format table mistakes, assertions
1437ec681f3Smrg-  mesa: fix num_draw_buffers==0 in fixed-function fragment program
1447ec681f3Smrg   generation
1457ec681f3Smrg-  mesa: don't assert in GetIntegerIndexed, etc
1467ec681f3Smrg-  mesa: check for dummy renderbuffer in
1477ec681f3Smrg   \_mesa_FramebufferRenderbufferEXT()
1487ec681f3Smrg-  llvmpipe: make sure binning is active when we begin/end a query
1497ec681f3Smrg-  st/mesa: fix incorrect fragcoord.x translation
1507ec681f3Smrg-  softpipe: fix off-by-one error in setup_fragcoord_coeff()
1517ec681f3Smrg-  cso: fix loop bound in cso_set_vertex_samplers()
1527ec681f3Smrg-  st/mesa: fix incorrect glCopyPixels position on fallback path
1537ec681f3Smrg-  st/mesa: set renderbuffer \_BaseFormat in a few places
1547ec681f3Smrg-  st/mesa: fix the default case in st_format_datatype()
1557ec681f3Smrg-  st/mesa: need to translate clear color according to surface's base
1567ec681f3Smrg   format
1577ec681f3Smrg-  docs: update 7.9.2 release notes with Brian's cherry-picks
1587ec681f3Smrg-  docs: add link to 7.10.1 release notes
1597ec681f3Smrg-  mesa: implement glGetShaderPrecisionFormat()
1607ec681f3Smrg-  docs: updated environment variable list
1617ec681f3Smrg
1627ec681f3SmrgBryce Harrington (1):
1637ec681f3Smrg
1647ec681f3Smrg-  r300g: Null pointer check for buffer deref in gallium winsys
1657ec681f3Smrg
1667ec681f3SmrgChad Versace (20):
1677ec681f3Smrg
1687ec681f3Smrg-  glsl: At link-time, check that globals have matching centroid
1697ec681f3Smrg   qualifiers
1707ec681f3Smrg-  glcpp: Fix segfault when validating macro redefinitions
1717ec681f3Smrg-  glsl: Fix parser rule for type_specifier
1727ec681f3Smrg-  glsl: Change default value of ast_type_specifier::precision
1737ec681f3Smrg-  glsl: Add semantic checks for precision qualifiers
1747ec681f3Smrg-  glsl: Add support for default precision statements
1757ec681f3Smrg-  glsl: Remove redundant semantic check in parser
1767ec681f3Smrg-  glsl: Fix semantic checks on precision qualifiers
1777ec681f3Smrg-  glsl: Fix segfault due to missing printf argument
1787ec681f3Smrg-  glsl: Mark 'in' variables at global scope as read-only
1797ec681f3Smrg-  mesa: Refactor handling of extension strings
1807ec681f3Smrg-  mesa: Add/remove extensions in extension string
1817ec681f3Smrg-  mesa: Change dependencies of some OES extension strings
1827ec681f3Smrg-  mesa: Change OES_point_sprite to depend on ARB_point_sprite
1837ec681f3Smrg-  mesa: Change OES_standard_derivatives to be stand-alone extension
1847ec681f3Smrg-  i915: Disable extension OES_standard_derivatives
1857ec681f3Smrg-  glcpp: Raise error when modulus is zero
1867ec681f3Smrg-  glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
1877ec681f3Smrg-  glsl: Reinstate constant-folding for division by zero
1887ec681f3Smrg-  tnl: Add support for datatype GL_FIXED in vertex arrays
1897ec681f3Smrg
1907ec681f3SmrgChia-I Wu (1):
1917ec681f3Smrg
1927ec681f3Smrg-  mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.
1937ec681f3Smrg
1947ec681f3SmrgChristoph Bumiller (1):
1957ec681f3Smrg
1967ec681f3Smrg-  nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs
1977ec681f3Smrg
1987ec681f3SmrgCyril Brulebois (1):
1997ec681f3Smrg
2007ec681f3Smrg-  Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
2017ec681f3Smrg
2027ec681f3SmrgDave Airlie (3):
2037ec681f3Smrg
2047ec681f3Smrg-  radeon/r200: fix fbo-clearmipmap + gen-teximage
2057ec681f3Smrg-  radeon: calculate complete texture state inside TFP function
2067ec681f3Smrg-  radeon: avoid segfault on 3D textures.
2077ec681f3Smrg
2087ec681f3SmrgDimitry Andric (4):
2097ec681f3Smrg
2107ec681f3Smrg-  mesa: s/movzx/movzbl/
2117ec681f3Smrg-  mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
2127ec681f3Smrg-  glapi: adding @ char before type specifier in glapi_x86.S
2137ec681f3Smrg-  glapi: add @GOTPCREL relocation type
2147ec681f3Smrg
2157ec681f3SmrgEric Anholt (16):
2167ec681f3Smrg
2177ec681f3Smrg-  glsl: Fix the lowering of variable array indexing to not lose
2187ec681f3Smrg   write_masks.
2197ec681f3Smrg-  i965/fs: When producing ir_unop_abs of an operand, strip negate.
2207ec681f3Smrg-  i965/vs: When MOVing to produce ABS, strip negate of the operand.
2217ec681f3Smrg-  i965/fs: Do flat shading when appropriate.
2227ec681f3Smrg-  i965: Avoid double-negation of immediate values in the VS.
2237ec681f3Smrg-  intel: Make renderbuffer tiling choice match texture tiling choice.
2247ec681f3Smrg-  i965: Fix dead pointers to fp->Parameters->ParameterValues[] after
2257ec681f3Smrg   realloc.
2267ec681f3Smrg-  docs: Add a relnote for the Civ IV on i965.
2277ec681f3Smrg-  glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.
2287ec681f3Smrg-  mesa: Add extension enable bit for GL_ARB_ES2_compatibility.
2297ec681f3Smrg-  mesa: Add actual support for glReleaseShaderCompiler from ES2.
2307ec681f3Smrg-  mesa: Add support for glDepthRangef and glClearDepthf.
2317ec681f3Smrg-  mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
2327ec681f3Smrg-  mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.
2337ec681f3Smrg-  i965: Fix a bug in i965 compute-to-MRF.
2347ec681f3Smrg-  i965/fs: Add a helper function for detecting math opcodes.
2357ec681f3Smrg
2367ec681f3SmrgFredrik Höglund (1):
2377ec681f3Smrg
2387ec681f3Smrg-  st/mesa: fix a regression from cae2bb76
2397ec681f3Smrg
2407ec681f3SmrgIan Romanick (42):
2417ec681f3Smrg
2427ec681f3Smrg-  docs: Add 7.10 md5sums
2437ec681f3Smrg-  glsl: Support the 'invariant(all)' pragma
2447ec681f3Smrg-  glcpp: Generate an error for division by zero
2457ec681f3Smrg-  glsl: Add version_string containing properly formatted GLSL version
2467ec681f3Smrg-  glsl & glcpp: Refresh autogenerated lexer and parser files.
2477ec681f3Smrg-  glsl: Disallow 'in' and 'out' on globals in GLSL 1.20
2487ec681f3Smrg-  glsl: Track variable usage, use that to enforce semantics
2497ec681f3Smrg-  glsl: Allow 'in' and 'out' when 'layout' is also available
2507ec681f3Smrg-  docs: Initial bits of 7.10.1 release notes
2517ec681f3Smrg-  mesa: bump version to 7.10.1-devel
2527ec681f3Smrg-  doc: Update 7.10.1 release notes
2537ec681f3Smrg-  glsl: Emit errors or warnings when 'layout' is used with 'attribute'
2547ec681f3Smrg   or 'varying'
2557ec681f3Smrg-  docs: Update 7.10.1 release notes
2567ec681f3Smrg-  glsl: Refresh autogenerated lexer and parser files.
2577ec681f3Smrg-  glsl: Don't assert when the value returned by a function has no
2587ec681f3Smrg   rvalue
2597ec681f3Smrg-  linker: Set sizes for non-global arrays as well
2607ec681f3Smrg-  linker: Propagate max_array_access while linking functions
2617ec681f3Smrg-  docs: Update 7.10.1 release notes
2627ec681f3Smrg-  mesa: glGetUniform only returns a single element of an array
2637ec681f3Smrg-  linker: Generate link errors when ES shaders are missing stages
2647ec681f3Smrg-  mesa: Fix error checks in GetVertexAttrib functions
2657ec681f3Smrg-  Use C-style system headers in C++ code to avoid issues with std::
2667ec681f3Smrg   namespace
2677ec681f3Smrg-  docs: Update 7.10.1 release notes
2687ec681f3Smrg-  glapi: Regenerate for GL_ARB_ES2_compatibility.
2697ec681f3Smrg-  mesa: Connect glGetShaderPrecisionFormat into the dispatch table
2707ec681f3Smrg-  i965: Set correct values for range/precision of fragment shader types
2717ec681f3Smrg-  i915: Set correct values for range/precision of fragment shader types
2727ec681f3Smrg-  intel: Fix typeos from 3d028024 and 790ff232
2737ec681f3Smrg-  glsl: Ensure that all GLSL versions are supported in the stand-alone
2747ec681f3Smrg   compiler
2757ec681f3Smrg-  glsl: Reject shader versions not supported by the implementation
2767ec681f3Smrg-  mesa: Initial size for secondary color array is 3
2777ec681f3Smrg-  glsl: Finish out the reduce/reduce error fixes
2787ec681f3Smrg-  glsl: Regenerate compiler and glcpp files from cherry picks
2797ec681f3Smrg-  linker: Fix off-by-one error implicit array sizing
2807ec681f3Smrg-  docs: update 7.10.1 release notes with Ian's recent cherry picks
2817ec681f3Smrg-  i915: Only mark a register as available if all components are written
2827ec681f3Smrg-  i915: Calculate partial result to temp register first
2837ec681f3Smrg-  i915: Force lowering of all types of indirect array accesses in the
2847ec681f3Smrg   FS
2857ec681f3Smrg-  docs: Update 7.10.1 with (hopefully) the last of the cherry picks
2867ec681f3Smrg-  docs: Clean up bug fixes list
2877ec681f3Smrg-  intel: Remove driver date and related bits from renderer string
2887ec681f3Smrg-  mesa: set version string to 7.10.1 (final)
2897ec681f3Smrg
2907ec681f3SmrgJian Zhao (1):
2917ec681f3Smrg
2927ec681f3Smrg-  mesa: fix an error in uniform arrays in row calculating.
2937ec681f3Smrg
2947ec681f3SmrgJulien Cristau (3):
2957ec681f3Smrg
2967ec681f3Smrg-  glx: fix request lengths
2977ec681f3Smrg-  glx: fix GLXChangeDrawableAttributesSGIX request
2987ec681f3Smrg-  glx: fix length of GLXGetFBConfigsSGIX
2997ec681f3Smrg
3007ec681f3SmrgKeith Packard (1):
3017ec681f3Smrg
3027ec681f3Smrg-  glsl: Eliminate reduce/reduce conflicts in glsl grammar
3037ec681f3Smrg
3047ec681f3SmrgKenneth Graunke (20):
3057ec681f3Smrg
3067ec681f3Smrg-  glsl: Expose a public glsl_type::void_type const pointer.
3077ec681f3Smrg-  glsl: Don't bother unsetting a destructor that was never set.
3087ec681f3Smrg-  glsl, i965: Remove unnecessary talloc includes.
3097ec681f3Smrg-  glcpp: Remove use of talloc reference counting.
3107ec681f3Smrg-  ralloc: Add a fake implementation of ralloc based on talloc.
3117ec681f3Smrg-  Convert everything from the talloc API to the ralloc API.
3127ec681f3Smrg-  ralloc: a new MIT-licensed recursive memory allocator.
3137ec681f3Smrg-  Remove talloc from the make and automake build systems.
3147ec681f3Smrg-  Remove talloc from the SCons build system.
3157ec681f3Smrg-  Remove the talloc sources from the Mesa repository.
3167ec681f3Smrg-  glsl: Fix use of uninitialized values in \_mesa_glsl_parse_state
3177ec681f3Smrg   ctor.
3187ec681f3Smrg-  i965/fs: Apply source modifier workarounds to POW as well.
3197ec681f3Smrg-  i965: Fix shaders that write to gl_PointSize on Sandybridge.
3207ec681f3Smrg-  i965/fs: Avoid register coalescing away gen6 MATH workarounds.
3217ec681f3Smrg-  i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
3227ec681f3Smrg-  i965: Increase Sandybridge point size clamp.
3237ec681f3Smrg-  i965/fs: Refactor control flow stack handling.
3247ec681f3Smrg-  i965: Increase Sandybridge point size clamp in the clip state.
3257ec681f3Smrg-  glsl: Use reralloc instead of plain realloc.
3267ec681f3Smrg-  Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."
3277ec681f3Smrg
3287ec681f3SmrgMarek Olšák (4):
3297ec681f3Smrg
3307ec681f3Smrg-  docs: fix messed up names with special characters in relnotes-7.10
3317ec681f3Smrg-  docs: fix messed up names with special characters in relnotes-7.9.1
3327ec681f3Smrg-  mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2
3337ec681f3Smrg-  st/dri: Track drawable context bindings
3347ec681f3Smrg
3357ec681f3SmrgPaulo Zanoni (1):
3367ec681f3Smrg
3377ec681f3Smrg-  dri_util: fail driCreateNewScreen if InitScreen is NULL
3387ec681f3Smrg
3397ec681f3SmrgSam Hocevar (2):
3407ec681f3Smrg
3417ec681f3Smrg-  docs: add glsl info
3427ec681f3Smrg-  docs: fix glsl_compiler name
3437ec681f3Smrg
3447ec681f3SmrgTom Fogal (1):
3457ec681f3Smrg
3467ec681f3Smrg-  Regenerate gl_mangle.h.
3477ec681f3Smrg
3487ec681f3SmrgTom Stellard (2):
3497ec681f3Smrg
3507ec681f3Smrg-  r300/compiler: Disable register rename pass on r500
3517ec681f3Smrg-  r300/compiler: Don't erase sources when converting RGB->Alpha
3527ec681f3Smrg
3537ec681f3SmrgVinson Lee (3):
3547ec681f3Smrg
3557ec681f3Smrg-  ralloc: Add missing va_end following va_copy.
3567ec681f3Smrg-  mesa: Move declaration before code in extensions.c.
3577ec681f3Smrg-  mesa: Move loop variable declarations outside for loop in
3587ec681f3Smrg   extensions.c.
3597ec681f3Smrg
3607ec681f3Smrgnobled (1):
3617ec681f3Smrg
3627ec681f3Smrg-  glx: Put null check before use
363