Lines Matching refs:mesa
41 Blender crash on startup after upgrade to mesa 8.0.1
91 src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture:
103 git log mesa-8.0.4..mesa-8.0.5
114 - mesa: fix html in shortlog_mesa.sh script
115 - mesa: add get-pick-list.sh script into bin/
116 - mesa: Bump version number to 8.0.5
120 - mesa: use \_mesa_is_user_fbo() and \_mesa_is_winsys_fbo() functions
123 - mesa: added Ian's shortlog_mesa.sh script in bin/
124 - mesa: loosen small matrix determinant check
131 - st/mesa: fix glCopyTexSubImage crash
133 - st/mesa: fix renderbuffer validation bug
135 - mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base
137 - st/mesa: s/CALLOC/calloc/ to fix allocation bug
138 - mesa: do internal format error checking for glTexStorage()
139 - mesa: fix incorrect error for glCompressedSubTexImage
143 - mesa: Don't advertise GLES extensions in GL contexts
149 - mesa: fix dropped && in glGetStringi()
153 - st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too
166 - mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
167 - mesa: In conditional rendering fallback, check the query status.
177 - mesa: Generate an error when glCopyTexImage border is invalid
178 - mesa/es: Validate glTexImage border in Mesa code rather than the ES
180 - mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
193 - mesa: disable MSVC global optimization in pack.c
197 - mesa: Use GLdouble for depthMax in final unpack conversions.
199 - mesa: Prevent repeated glDeleteShader() from blowing away our
215 - mesa: remove assertions that do not allow compressed 2D_ARRAY
225 - st/mesa: Fix source miptree level for copying data to finalized
227 - st/mesa: Fix assertions for copying texture image to finalized
232 - st/mesa: index can be negative in the PROGRAM_CONSTANT case
237 - mesa: Add UsesDFdy to struct gl_fragment_program.