Lines Matching refs:mesa
37 mesa/darwin is severly broken
59 r200 mesa-7.10 font distortion
73 mesa requires bison and flex to build but configure does not check
78 Logic error in mesa/main/teximage.c:texsubimage
90 git log mesa-7.10.2..mesa-7.10.3
114 - mesa: s/height/depth/ in texsubimage()
115 - mesa: fix void pointer arithmetic warnings
116 - mesa: add some missing GLAPIENTRY keywords
117 - mesa: check that flex/bison are installed
118 - st/mesa: fix incorrect texture level/face/slice accesses
123 - st/mesa: fix software accum buffer format bug
124 - mesa: add include/c99/inttypes.h include/c99/stdbool.h
127 - mesa: bump version to 7.10.3
137 - st/mesa: fix compressed mipmap generation.
152 - mesa: Add a gl_renderbuffer.RowStride field like textures have.
153 - mesa: Add a function to set up the default renderbuffer accessors.
155 - mesa: Use \_mesa_get_format_bytes to refactor out the RB
157 - mesa: Use \_mesa_get_format_bytes to refactor out the RB get_row\_\*
158 - mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.
161 - intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
163 - mesa: Add support for the ARB_fragment_program part of
165 - mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.
174 - mesa: Also update the color draw buffer if it's explicitly set to
188 - mesa: Don't try to clear a NULL renderbuffer
189 - mesa: Ignore blits to/from missing buffers
217 - mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.
218 - mesa: Fix GetVertexAttrib\* inside display lists.
252 - st/mesa: fix changing internal format via RenderbufferStorage
253 - st/mesa: GenerateMipmap should not be killed by conditional rendering
255 - st/mesa: BlitFramebuffer should not be killed by conditional
257 - st/mesa: CopyTex(Sub)Image should not be killed by conditional
259 - st/mesa: conditional rendering should not kill texture decompression
261 - mesa: forbid UseProgram to be called inside Begin/End
262 - mesa: UseShaderProgramEXT and Uniform\* shouldn't be allowed inside
264 - mesa: queries of non-existent FBO attachments should return
272 - st/mesa: remove asserts in st_texture_image_copy
273 - mesa: fix up assertion in \_mesa_source_buffer_exists
274 - mesa: invalidate framebuffer if internal format of renderbuffer is
276 - mesa: return after invalidating renderbuffer
298 - st/mesa: assign renderbuffer's format field when allocating storage