Accepting request 208313 from home:sumski:sr
Update to 9.2.3 OBS-URL: https://build.opensuse.org/request/show/208313 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=341
This commit is contained in:
parent
0754bd410f
commit
aea6ce98ff
32
Mesa.changes
32
Mesa.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 18:51:58 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to version 9.2.3
|
||||
* st/mesa: move out of memory check in st_draw_vbo()
|
||||
* osmesa: fix broken triangle/line drawing when using float
|
||||
color buffer
|
||||
* Remove error when calling glGenQueries/glDeleteQueries while
|
||||
a query is active
|
||||
* Bump version to 9.2.3
|
||||
* i965: CS writes/reads should use I915_GEM_INSTRUCTION
|
||||
* i965: Fix texture buffer rendering after a whole buffer
|
||||
replacement.
|
||||
* i965: Emit post-sync non-zero flush before
|
||||
3DSTATE_GS_SVB_INDEX.
|
||||
* i965: Emit post-sync non-zero flush before
|
||||
3DSTATE_DRAWING_RECTANGLE.
|
||||
* i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a
|
||||
flush in blorp.
|
||||
* i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
|
||||
* i965: Also emit HIER_DEPTH and STENCIL packets when
|
||||
disabling depth.
|
||||
* i965: Also emit HiZ and Stencil packets when
|
||||
disabling depth on Gen6.
|
||||
* wayland: Don't rely on static variable for
|
||||
identifying wl_drm buffers
|
||||
* radeonsi: fix blitting the last 2 mipmap levels of
|
||||
compressed textures
|
||||
* meta: enable vertex attributes in the context of the
|
||||
newly created array object
|
||||
* mesa: fixes for MSVC 2013
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 13:56:37 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
@ -29,11 +29,11 @@
|
||||
%define llvm_r600 0
|
||||
%endif
|
||||
|
||||
%define _version 9.2.2
|
||||
%define _version 9.2.3
|
||||
%define _name_archive MesaLib
|
||||
|
||||
Name: Mesa
|
||||
Version: 9.2.2
|
||||
Version: 9.2.3
|
||||
Release: 0
|
||||
BuildRequires: autoconf >= 2.60
|
||||
BuildRequires: automake
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c78a5035233672844cf2492fe82dc10877e12026be227d04469d6ca6ac656a3d
|
||||
size 6664280
|
3
MesaLib-9.2.3.tar.bz2
Normal file
3
MesaLib-9.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e06d4c0d9f93391be7944e5f063fc70226a273a797934ff6602ee6cd5719175d
|
||||
size 6665764
|
Loading…
Reference in New Issue
Block a user