summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák2018-12-044-1/+22
* mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák2018-12-044-6/+25
* mesa/main: fix up _mesa_has_rg_textures for gles2Erik Faye-Lund2018-12-041-1/+2
* mesa/main: correct validation for GL_RGB565Erik Faye-Lund2018-12-041-1/+3
* mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_viewMarek Olšák2018-12-043-0/+15
* st/mesa: expose GL_OES_texture_viewMarek Olšák2018-12-043-1/+3
* loader: deduplicate logger function declarationEric Engestrom2018-12-042-3/+4
* mesa: drop unused & deprecated libEric Engestrom2018-12-041-1/+1
* anv: add unreachable() for VK_EXT_fragment_density_mapEric Engestrom2018-12-041-0/+3
* meson: skip asm check when asm is disabledEric Engestrom2018-12-041-1/+1
* intel/tools: make sure the binary file is properly readAndrii Simiklit2018-12-041-3/+13
* intel/aubinator_error_decode: Get rid of warning for missing switch caseToni Lönnberg2018-12-041-0/+3
* nouveau: set texture upload budgetIlia Mirkin2018-12-033-3/+6
* nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSETIlia Mirkin2018-12-032-0/+4
* nv50: always keep TSC slot 0 boundIlia Mirkin2018-12-033-0/+31
* radv: use 3d shader for gfx9 copies if dst is 3dDave Airlie2018-12-041-1/+1
* radv: Check for shareable images in central place.Bas Nieuwenhuizen2018-12-041-5/+5
* radv/android: Use buffer metadata to determine scanout compat.Bas Nieuwenhuizen2018-12-043-35/+93
* radv/android: Mark android WSI image as shareable.Bas Nieuwenhuizen2018-12-041-1/+11
* 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-0311-33/+0
* virgl: fix const warning on debug flags.Dave Airlie2018-12-042-3/+3
* vulkan: Update the XML and headers to 1.1.95Jason Ekstrand2018-12-032-35/+204
* amd/vulkan: meson build - use radv_deps for libvulkan_radeonTobias Klausmann2018-12-031-1/+1
* 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