• Home
  • Raw
  • Download

Lines Matching refs:mesa

75    src/mesa/drivers/dri/i915/i915_fragprog.c:321
79 [SNB] gpu hang in mesa 7.11
102 git log mesa-7.11..mesa-7.11.1
121 - st/mesa: Convert size assertions to conditionals in
124 - mesa: fix texstore addressing bugs for depth/stencil formats
125 - mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queries
128 - mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
130 - mesa: add \_NEW_CURRENT_ATTRIB in \_mesa_program_state_flags()
131 - mesa: fix error handling for dlist image unpacking
132 - mesa: generate GL_INVALID_OPERATION in glIsEnabledIndex() between
134 - mesa: fix incorrect error code in \_mesa_FramebufferTexture1D/3DEXT()
135 - mesa: fix format/type check in unpack_image() for bitmaps
178 - mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an
180 - mesa: Fix glGetUniform() type conversions.
181 - mesa: Add support for Begin/EndConditionalRender in display lists.
182 - mesa: Throw an error instead of asserting for condrender with query
184 - mesa: Throw an error when starting conditional render on an active
186 - mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an
197 - mesa: Don't error on glFeedbackBuffer(size = 0, buffer = NULL)
202 - mesa: Also set the remaining draw buffers to GL_NONE when updating
205 - mesa: Check the texture against all units in
207 - mesa: Allow sampling from units >= MAX_TEXTURE_UNITS in shaders.
208 - mesa: Use the Elements macro for the sampler index assert in
210 - mesa: Fix a couple of TexEnv unit limits.
214 - mesa: Add utility function to get base format from a GL compressed
216 - mesa: Return the correct internal fmt when a generic compressed fmt
218 - mesa: Make \_mesa_get_compressed_formats match the texture
222 - mesa: Ensure that gl_shader_program::InfoLog is never NULL
230 - mesa: Add GL_OES_compressed_paletted_texture formats to
232 - mesa: Add GL_OES_compressed_paletted_texture formats to
234 - mesa: Refactor expected texture size check in cpal_get_info
235 - mesa: Add \_mesa_cpal_compressed_format_type
236 - mesa: Refactor compressed texture error checks to work with paletted
238 - mesa: Remove redundant compressed paletted texture error checks
239 - mesa: Advertise GL_OES_compressed_paletted_texture in OpenGL ES1.x
255 - mesa: In validate_program(), initialize errMsg for safety.
267 - mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
317 - st/mesa: Finalize texture on render-to-texture.
368 - st/mesa: flush bitmap cache on query and conditional render
378 - mesa: fix error handling for glEvalMesh1/2D
379 - mesa: fix error handling for some glGet\* functions
380 - mesa: fix error handling for glTexEnv
381 - mesa: fix error handling for glIsEnabled
382 - mesa: fix error handling for glPixelZoom
383 - mesa: fix error handling for glSelectBuffer
384 - mesa: fix error handling for glMapBufferRange
385 - mesa: fix error handling for glMaterial\*
387 - mesa: add a function to do the image data copy stuff for
390 - mesa: generate error if pbo offset is not aligned with the size of
392 - mesa: fix inverted pbo test error at \_mesa_GetnCompressedTexImageARB
393 - mesa: handle the pbo case for save_Bitmap
394 - mesa: handle PBO access error in display list mode