SHA256
1
0
forked from pool/Mesa

Accepting request 25352 from X11:XOrg

Copy from X11:XOrg/Mesa based on submit request 25352 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/25352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=75
This commit is contained in:
OBS User autobuild
2009-12-04 09:20:13 +00:00
committed by Git OBS Bridge
parent 6fcbd692d5
commit 0f8ca18cd8
6 changed files with 40 additions and 14 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Dec 2 00:46:37 CET 2009 - sndirsch@suse.de
- Mesa 7.7 RC1
* New features
- VMware "SVGA" Gallium driver. This is a Gallium3D driver
which targets the VMware virtual graphics device. It allows
Linux OpenGL guest applications to utilize the 3D graphics
hardware of the host operating system.
- GL_ARB_draw_elements_base_vertex (supported in Intel i965
and software drivers)
- GL_ARB_depth_clamp (supported in Intel i965 DRI and software
drivers)
- GL_NV_depth_clamp (supported in Intel i965 DRI and software
drivers)
- GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)
- Wavefront .obj file loader/viewer demo (progs/demos/
objviewer)
* Bug fixes
- Many assorted i965 driver fixes.
- Many r300-gallium driver fixes; this driver is now
considered unstable-quality instead of experimental-quality.
* Changes
- New Mesa texture/surface format infrastructure
- Removed some unused Mesa device driver hooks
-------------------------------------------------------------------
Wed Oct 7 16:32:46 UTC 2009 - mhopf@novell.com