Lines Matching refs:mesa
43 - mesa: Fix error condition for valid texture targets in glTexStorage\*
45 - mesa: Turn target_can_be_compressed() in to a utility function
46 - mesa: Add error condition for using compressed internalformat in
48 - mesa: Fix condition for using compressed internalformat in
50 - mesa: Add utility function \_mesa_is_enum_format_snorm()
51 - mesa: Don't allow snorm internal formats in glCopyTexImage*() in
53 - mesa: Add a helper function \_mesa_is_enum_format_unsized()
54 - mesa: Add a gles3 error condition for sized internalformat in
56 - mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in
58 - mesa: Add utility function \_mesa_is_enum_format_unorm()
59 - mesa: Add gles3 condition for normalized internal formats in
61 - mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal
69 - mesa: fix assertion in \_mesa_drawbuffers()
78 - mesa/st: only convert AND(a, NOT(b)) into MAD when not using native
91 - st/mesa: fix blit-based partial TexSubImage for 1D arrays