1Mesa 10.2.1 Release Notes / June 6, 2014 2======================================== 3 4Mesa 10.2.1 is a bug fix release which fixes bugs found since the 10.2 5release. 6 7Mesa 10.2.1 implements the OpenGL 3.3 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 113.3. OpenGL 3.3 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14MD5 checksums 15------------- 16 17:: 18 19 96f892dae2d0bb14ac9c2113f586c909 MesaLib-10.2.1.tar.gz 20 093f9b5d077e5f6061dcd7b01b7aa51a MesaLib-10.2.1.tar.bz2 21 6ab76c1608e5deed1eb8b54c62d7a48a MesaLib-10.2.1.zip 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31Mesa 10.2 had a build problem in the radeonsi driver due to an error 32resolving conflicts in a patch cherry-pick from master. The build error 33is fixed. 34 35Changes 36------- 37 38Ian Romanick (3): 39 40- docs: Add MD5 checksum, etc. for 10.1 release 41- radeonsi: Fix build error introduced in 5ab9a9c 42- Bump version to 10.2.1 43