Lines Matching refs:mesa
88 git log mesa-8.0.2..mesa-8.0.3
103 - mesa: Don't use newlocale on Haiku
108 - mesa: fix issues with texture border and array textures
109 - mesa: Fix valid texture target test in
111 - mesa: Fix the cause of piglit test fbo-array failure
116 - mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy()
117 - mesa/gdi: remove wmesa_set_renderbuffer_funcs() function
118 - mesa/gdi: remove clear_color() function
119 - mesa: bump version to 8.0.2 in configs/default
121 - mesa: remove LSB-first pixel packing check in glReadPixels
122 - mesa: fix error in \_mesa_format_matches_format_and_type() for RGB888
123 - mesa: add BGR888 code in \_mesa_format_matches_format_and_type()
125 - mesa: add missing texture integer test in glTexSubImage()
126 - mesa: add missing return after \_mesa_error() in update_array()
128 - st/mesa: set MaxUnrollIterations = 255
129 - st/mesa: no-op glCopyPixels if source region is out of bounds
130 - mesa: do more teximage error checking for generic compressed formats
131 - mesa: fix/add error check in \_mesa_ColorMaterial()
132 - mesa: fix glMaterial / dlist bug
146 - mesa/format_unpack: add LUMINANCE 8/16 UINT/INT
166 - mesa: Fix handling of glCopyBufferSubData() for src == dst.
169 - mesa: Fix push/pop of multisample coverage invert.
170 - mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib
172 - mesa: Fix display list handling for GL_ARB_draw_instanced.
173 - mesa: Fix display lists for draw_elements_base_vertex with
175 - mesa: Add missing error check for first < 0 in
180 - mesa: Throw error on glGetActiveUniform inside Begin/End.
187 - mesa: Check for framebuffer completeness before looking at the rb.
199 - mesa: Bump version number to 8.0.3
228 - mesa: Add primitive restart support to glArrayElement
274 - mesa: check_index_bounds off-by-one fix
283 - mesa: Fix memory leak in \_mesa_get_uniform_location.
287 - mesa: Fix memory leak in generate_mipmap_compressed.