head 1.2;
access;
symbols
netbsd-7-2-RELEASE:1.1.1.1.2.1
netbsd-7-1-2-RELEASE:1.1.1.1.2.1
netbsd-7-1-1-RELEASE:1.1.1.1.2.1
netbsd-7-1:1.1.1.1.2.1.0.4
netbsd-7-1-RELEASE:1.1.1.1.2.1
netbsd-7-1-RC2:1.1.1.1.2.1
netbsd-7-1-RC1:1.1.1.1.2.1
netbsd-7-0-2-RELEASE:1.1.1.1.2.1
netbsd-7-0-1-RELEASE:1.1.1.1.2.1
netbsd-7-0:1.1.1.1.2.1.0.2
netbsd-7-0-RELEASE:1.1.1.1.2.1
netbsd-7-0-RC3:1.1.1.1.2.1
netbsd-7-0-RC2:1.1.1.1.2.1
netbsd-7-0-RC1:1.1.1.1.2.1
netbsd-7:1.1.1.1.0.2
netbsd-7-base:1.1.1.1
MesaLib-7-11-2:1.1.1.1
xorg:1.1.1;
locks; strict;
comment @# @;
1.2
date 2014.12.18.06.11.30; author mrg; state dead;
branches;
next 1.1;
commitid Ae59RsLlS9l0cu2y;
1.1
date 2014.07.09.19.38.34; author riastradh; state Exp;
branches
1.1.1.1;
next ;
commitid h96CLViPL8qdRJHx;
1.1.1.1
date 2014.07.09.19.38.34; author riastradh; state Exp;
branches
1.1.1.1.2.1;
next ;
commitid h96CLViPL8qdRJHx;
1.1.1.1.2.1
date 2015.01.06.09.26.19; author martin; state dead;
branches;
next ;
commitid 2BxXkbQgg8gLEW4y;
desc
@@
1.2
log
@merge Mesa 10.3.5.
@
text
@
Mesa Release Notes
Mesa 7.11.1 Release Notes / November 17, 2011
Mesa 7.11.1 is a bug fix release which fixes bugs found since the 7.11 release.
Mesa 7.11 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
Bug 38863 - [IVB]GPU hang when running 3D games like openarena
Bug 39193 - [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap
Bug 39651 - [glsl] Assertion failure when implicitly converting out parameters
Bug 39991 - [regression]GL_PALETTE8_RGBA8_OES format of glCompressedTexImage2D will cause err GL_INVALID_ENUM with GLES1.x
mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x
Jeremy Huddleston (3):
apple: Silence some debug spew
apple: Use the correct (OpenGL.framework) glViewport and glScissor during init
apple: Implement applegl_unbind_context
José Fonseca (1):
docs: Update llvmpipe docs.
Kenneth Graunke (12):
glsl: Avoid massive ralloc_strndup overhead in S-Expression parsing.
mesa: In validate_program(), initialize errMsg for safety.
i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.
i965: Use proper texture alignment units for cubemaps on Gen5+.
i965: Fix incorrect maximum PS thread count shift on Ivybridge.
i965: Emit depth stalls and flushes before changing depth state on Gen6+.
i965/fs: Allow SIMD16 with control flow on Ivybridge.
i965: Allow SIMD16 color writes on Ivybridge.
i965: Fix inconsistent indentation in brw_eu_emit.c.
intel: Depth format fixes
i965: Apply post-sync non-zero workaround to homebrew workaround.
mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
Kristian Høgsberg (1):
glx: Don't flush twice if we fallback to dri2CopySubBuffer
Marc Pignat (1):
drisw: Fix 24bpp software rendering, take 2
Marcin Baczyński (2):
configure: fix gcc version check
configure: allow C{,XX}FLAGS override
Marcin Slusarz (3):
nouveau: fix nouveau_fence leak
nouveau: fix crash during fence emission
nouveau: fix fence hang
Marek Olšák (19):
vbo: do not call _mesa_max_buffer_index in debug builds
winsys/radeon: fix space checking
r300/compiler: fix a warning that a variable may be uninitialized
r300/compiler: remove an unused-but-set variable and simplify the code
u_vbuf_mgr: cleanup original vs real vertex buffer arrays
u_vbuf_mgr: don't take per-instance attribs into acc. when computing max index
u_vbuf_mgr: fix max_index computation for large src_offset
u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_
u_vbuf_mgr: remove unused flag U_VBUF_UPLOAD_FLUSHED
u_vbuf_mgr: rework user buffer uploads
u_vbuf_mgr: fix uploading with a non-zero index bias
configure.ac: fix xlib-based softpipe build
r600g: add index_bias to index buffer bounds
r300g: fix rendering with a non-zero index bias in draw_elements_immediate
Revert "r300g: fix rendering with a non-zero index bias in draw_elements_immediate"
pb_bufmgr_cache: flush cache when create_buffer fails and try again
r300g: don't return NULL in resource_from_handle if the resource is too small
r600g: set correct tiling flags in depth info
r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vbo
Michel Dänzer (4):
st/mesa: Finalize texture on render-to-texture.
glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.
gallium/util: Add macros for converting from little endian to CPU byte order.
r300g: Fix queries on big endian hosts.
Neil Roberts (1):
meta: Fix saving the active program
Paul Berry (18):
glsl: Lower unconditional return statements.
glsl: Refactor logic for determining whether to lower return statements.
glsl: lower unconditional returns and continues in loops.
glsl: Use foreach_list in lower_jumps.cpp
glsl: In lower_jumps.cpp, lower both branches of a conditional.
glsl: Lower break instructions when necessary at the end of a loop.
glsl: improve the accuracy of the radians() builtin function
glsl: improve the accuracy of the atan(x,y) builtin function.
Revert "glsl: Skip processing the first function's body in do_dead_functions()."
glsl: Emit function signatures at toplevel, even for built-ins.
glsl: Constant-fold built-in functions before outputting IR
glsl: Check array size is const before asserting that no IR was generated.
glsl: Perform implicit type conversions on function call out parameters.
glsl: Fix type error when lowering integer divisions
glsl: Rework oversize array check for gl_TexCoord.
glsl: Remove field array_lvalue from ir_variable.
glsl hierarchical visitor: Do not overwrite base_ir for parameter lists.
glsl: improve the accuracy of the asin() builtin function.
Tobias Droste (1):
r300/compiler: simplify code in peephole_add_presub_add
Tom Fogal (1):
Only use gcc visibility support with gcc4+.
Tom Stellard (1):
r300/compiler: Fix regalloc for values with multiple writers
Vadim Girlin (5):
st/mesa: flush bitmap cache on query and conditional render boundaries
r600g: use backend mask for occlusion queries
r600g: take into account force_add_cf in pops
r600g: fix check_and_set_bank_swizzle
r600g: fix replace_gpr_with_pv_ps
Yuanhan Liu (17):
i965: fix the constant interp bitmask for flat mode
mesa: fix error handling for glEvalMesh1/2D
mesa: fix error handling for some glGet* functions
mesa: fix error handling for glTexEnv
mesa: fix error handling for glIsEnabled
mesa: fix error handling for glPixelZoom
mesa: fix error handling for glSelectBuffer
mesa: fix error handling for glMapBufferRange
mesa: fix error handling for glMaterial*
intel: fix the wrong code to detect null texture.
mesa: add a function to do the image data copy stuff for save_CompressedTex(Sub)Image
i965: setup address rounding enable bits
mesa: generate error if pbo offset is not aligned with the size of specified type
mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB
mesa: handle the pbo case for save_Bitmap
mesa: handle PBO access error in display list mode
intel: don't call unmap pbo if pbo is not mapped
@
1.1
log
@Initial revision
@
text
@@
1.1.1.1
log
@import MesaLib 7.11.2
Brings in support for Intel Sandy Bridge and Ivy Bridge hardware, a
new shader language compiler, and various other improvements too
numerous to list here; see for
details.
@
text
@@
1.1.1.1.2.1
log
@File removals that accidently did not happen during pullup of the new
MesaLib for ticket #381
@
text
@@