aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp"Matt Turner2018-12-031-1/+0
* mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner2018-12-033-3/+0
* mesa/main: do not require float-texture filtering for es3Erik Faye-Lund2018-12-031-1/+3
* mesa/st: do not probe for the same texture-formats twiceErik Faye-Lund2018-12-031-4/+4
* mesa/main: require EXT_texture_sRGB for gles3Erik Faye-Lund2018-12-031-0/+1
* mesa/main: require EXT_texture_type_2_10_10_10_REV for gles3Erik Faye-Lund2018-12-031-1/+2
* mesa/main: split float-texture support checking in twoErik Faye-Lund2018-12-032-12/+41
* mesa/main: do not allow EXT_texture_sRGB_R8 enums before gles3Erik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow sRGB texture enums before gles3Erik Faye-Lund2018-12-031-1/+1
* mesa/main: do not allow snorm-texture enums before gles3Erik Faye-Lund2018-12-031-1/+1
* mesa/main: do not allow floating-point texture enums on gles1Erik Faye-Lund2018-12-031-10/+10
* mesa/main: do not allow type_2_10_10_10_REV enums before gles3Erik Faye-Lund2018-12-032-3/+10
* mesa/main: do not allow MESA_ycbcr_texture enums on glesErik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow EXT_texture_shared_exponent enums before gles3Erik Faye-Lund2018-12-032-2/+8
* mesa/main: do not allow rg-textures enums before gles3Erik Faye-Lund2018-12-032-11/+17
* mesa/main: do not allow EXT_packed_float enums before gles3Erik Faye-Lund2018-12-032-3/+9
* mesa/main: do not allow ARB_depth_buffer_float enums before gles3Erik Faye-Lund2018-12-032-3/+9
* mesa/main: do not allow integer-texture enums before gles3Erik Faye-Lund2018-12-031-2/+2
* mesa/main: do not allow ARB_texture_rgb10_a2ui enums before gles3Erik Faye-Lund2018-12-032-6/+12
* mesa/main: do not allow stencil-texture enums on gles1Erik Faye-Lund2018-12-031-1/+2
* mesa/main: do not allow depth-texture enums on gles1Erik Faye-Lund2018-12-031-1/+2
* mesa/main: do not allow astc enums on gles1Erik Faye-Lund2018-12-031-3/+3
* mesa/main: do not allow etc2 enums on gles1Erik Faye-Lund2018-12-031-1/+1
* mesa/main: do not allow s3tc enums on gles1Erik Faye-Lund2018-12-031-5/+2
* mesa/main: use _mesa_has_FOO_bar for compressed format checksErik Faye-Lund2018-12-031-12/+6
* mesa/main: clean up integer texture checkErik Faye-Lund2018-12-032-16/+17
* mesa/main: clean up ES2_compatibility checkErik Faye-Lund2018-12-031-1/+1
* mesa/main: clean up OES_texture_float_linear checkErik Faye-Lund2018-12-031-1/+1
* mesa/main: clean up S3_s3tc checkErik Faye-Lund2018-12-031-5/+3
* mesa/main: rename format-check functionErik Faye-Lund2018-12-033-11/+11
* mesa/main: make _mesa_has_tessellation return boolErik Faye-Lund2018-12-031-1/+1
* i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOADChad Versace2018-12-031-1/+3
* android: st/mesa: fix building error due to sched_getcpu()Mauro Rossi2018-12-011-1/+1
* i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8Gert Wollny2018-11-281-3/+10
* i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8Gert Wollny2018-11-281-3/+7
* mesa/st: better colormask check for clear fallbackRob Clark2018-11-271-2/+8
* mesa/st: swap order of clear() and clear_with_quad()Rob Clark2018-11-271-3/+3
* i965/icl: Set use full ways in L3CNTLREGAnuj Phogat2018-11-262-0/+2
* mesa/main: fixup requirements for GL_PRIMITIVES_GENERATEDErik Faye-Lund2018-11-261-0/+1
* mesa/main: fix incorrect depth-errorErik Faye-Lund2018-11-261-7/+50
* mesa/main: check cube-completeness in common codeErik Faye-Lund2018-11-261-15/+16
* mesa/main: factor out common error-checkingErik Faye-Lund2018-11-261-12/+34
* mesa/main: factor out tex-image error-checkingErik Faye-Lund2018-11-261-46/+64
* mesa/main: remove bogus error for zero-sized imagesErik Faye-Lund2018-11-261-36/+13
* mesa/main: remove ARB suffix from glGetnTexImageErik Faye-Lund2018-11-262-5/+5
* mesa/st: Make st_pipe_vertex_format static.Mathias Fröhlich2018-11-262-4/+1
* mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich2018-11-263-62/+68
* mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich2018-11-261-2/+1
* mesa/st: Factor out array and buffer setup from st_atom_array.c.Mathias Fröhlich2018-11-262-22/+74
* mesa/st: Only unmap the uploader that was actually used.Mathias Fröhlich2018-11-261-1/+2