SHA256
1
0
forked from pool/Mesa

Accepting request 204102 from home:sumski:sr

Update to 9.2.2. Minor bugfix release, might worth to checkin to 13.1?

OBS-URL: https://build.opensuse.org/request/show/204102
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=334
This commit is contained in:
2013-10-21 10:33:26 +00:00
committed by Git OBS Bridge
parent 60d33f8e1d
commit dab55d281b
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Oct 19 15:26:10 UTC 2013 - hrvoje.senjan@gmail.com
- Update to version 9.2.2
* Valgrind error in program_resource_visitor::recursion, (fdo#69449)
* glInvalidateFramebuffer fails with GL_INVALID_ENUM (fdo#70411)
* svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
* mesa: consolidate cube width=height error checking
* mesa: Add missing switch break in invalidate_framebuffer_storage()
* i965: Don't forget the cube map padding on gen5+.
* mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
* i965: Fix 3D texture layout by more literally copying from the spec.
* glsl: Fix usage of the wrong union member in
program_resource_visitor::recursion.
* radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3
-------------------------------------------------------------------
Sat Oct 5 15:12:19 UTC 2013 - hrvoje.senjan@gmail.com