~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to docs/relnotes/12.0.3.rst

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Mesa 12.0.3 Release Notes / September 15, 2016
2
 
==============================================
3
 
 
4
 
Mesa 12.0.3 is a bug fix release which fixes bugs found since the 12.0.3
5
 
release.
6
 
 
7
 
Mesa 12.0.3 implements the OpenGL 4.3 API, but the version reported by
8
 
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9
 
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10
 
used. Some drivers don't support all the features required in OpenGL
11
 
4.3. OpenGL 4.3 is **only** available if requested at context creation
12
 
because compatibility contexts are not supported.
13
 
 
14
 
SHA256 checksums
15
 
----------------
16
 
 
17
 
::
18
 
 
19
 
   79abcfab3de30dbd416d1582a3cf6b1be308466231488775f1b7bb43be353602 mesa-12.0.3.tar.gz
20
 
   1dc86dd9b51272eee1fad3df65e18cda2e556ef1bc0b6e07cd750b9757f493b1 mesa-12.0.3.tar.xz
21
 
 
22
 
New features
23
 
------------
24
 
 
25
 
None
26
 
 
27
 
Bug fixes
28
 
---------
29
 
 
30
 
This list is likely incomplete.
31
 
 
32
 
-  `Bug 97781 <https://bugs.freedesktop.org/show_bug.cgi?id=97781>`__ -
33
 
   [HSW, BYT, IVB]
34
 
   es2-cts.gtf.gl2extensiontests.depth_texture_cube_map.depth_texture_cube_map
35
 
 
36
 
Changes
37
 
-------
38
 
 
39
 
Emil Velikov (3):
40
 
 
41
 
-  docs: add sha256 checksums for 12.0.2
42
 
-  Revert "i965/miptree: Stop multiplying cube depth by 6 in HiZ
43
 
   calculations"
44
 
-  Update version to 12.0.3
45
 
 
46
 
José Fonseca (1):
47
 
 
48
 
-  appveyor: Update winflexbison download URL.