17ec681f3SmrgMesa 9.2.3 Release Notes / (November 13, 2013) 27ec681f3Smrg============================================== 37ec681f3Smrg 47ec681f3SmrgMesa 9.2.3 is a bug fix release which fixes bugs found since the 9.2.2 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 9.2 implements the OpenGL 3.1 API, but the version reported by 87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL 117ec681f3Smrg3.1. OpenGL 3.1 is **only** available if requested at context creation 127ec681f3Smrgbecause GL_ARB_compatibility is not supported. 137ec681f3Smrg 147ec681f3SmrgMD5 checksums 157ec681f3Smrg------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 66e9a33a414f801e1c33398bf627d56b MesaLib-9.2.3.tar.gz 207ec681f3Smrg f56b6beb556e4b9072814419f7c554e3 MesaLib-9.2.3.tar.bz2 217ec681f3Smrg ed852dab576faac237ac4298bf55d0a1 MesaLib-9.2.3.zip 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgNone 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3SmrgThis list is likely incomplete. 327ec681f3Smrg 337ec681f3Smrg- `Bug 69437 <https://bugs.freedesktop.org/show_bug.cgi?id=69437>`__ - 347ec681f3Smrg Composite Bypass no longer works 357ec681f3Smrg 367ec681f3SmrgChanges 377ec681f3Smrg------- 387ec681f3Smrg 397ec681f3SmrgThe full set of changes can be viewed by using the following GIT 407ec681f3Smrgcommand: 417ec681f3Smrg 427ec681f3Smrg:: 437ec681f3Smrg 447ec681f3Smrg git log mesa-9.2.2..mesa-9.2.3 457ec681f3Smrg 467ec681f3SmrgBrian Paul (2): 477ec681f3Smrg 487ec681f3Smrg- st/mesa: move out of memory check in st_draw_vbo() 497ec681f3Smrg- osmesa: fix broken triangle/line drawing when using float color 507ec681f3Smrg buffer 517ec681f3Smrg 527ec681f3SmrgCarl Worth (7): 537ec681f3Smrg 547ec681f3Smrg- Remove error when calling glGenQueries/glDeleteQueries while a query 557ec681f3Smrg is active 567ec681f3Smrg- Bump version to 9.2.3 577ec681f3Smrg 587ec681f3SmrgDaniel Vetter (1): 597ec681f3Smrg 607ec681f3Smrg- i965: CS writes/reads should use I915_GEM_INSTRUCTION 617ec681f3Smrg 627ec681f3SmrgEric Anholt (1): 637ec681f3Smrg 647ec681f3Smrg- i965: Fix texture buffer rendering after a whole buffer replacement. 657ec681f3Smrg 667ec681f3SmrgKenneth Graunke (6): 677ec681f3Smrg 687ec681f3Smrg- i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX. 697ec681f3Smrg- i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE. 707ec681f3Smrg- i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp. 717ec681f3Smrg- i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE. 727ec681f3Smrg- i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth. 737ec681f3Smrg- i965: Also emit HiZ and Stencil packets when disabling depth on Gen6. 747ec681f3Smrg 757ec681f3SmrgKristian Høgsberg (1): 767ec681f3Smrg 777ec681f3Smrg- wayland: Don't rely on static variable for identifying wl_drm buffers 787ec681f3Smrg 797ec681f3SmrgMarek Olšák (1): 807ec681f3Smrg 817ec681f3Smrg- radeonsi: fix blitting the last 2 mipmap levels of compressed 827ec681f3Smrg textures 837ec681f3Smrg 847ec681f3SmrgPetr Sebor (1): 857ec681f3Smrg 867ec681f3Smrg- meta: enable vertex attributes in the context of the newly created 877ec681f3Smrg array object 887ec681f3Smrg 897ec681f3SmrgScott Graham (1): 907ec681f3Smrg 917ec681f3Smrg- mesa: fixes for MSVC 2013 92