aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: Android build fixesKristian H. Kristensen2018-12-052-1/+2
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-0520-74/+121
* nir/opt_algebraic: Add 32-bit specifiers to a bunch of booleansJason Ekstrand2018-12-051-56/+56
* nir/opt_algebraic: Drop bit-size suffixes from conversionsJason Ekstrand2018-12-051-29/+29
* nir/opt_algebraic: Simplify an optimization using the new search opsJason Ekstrand2018-12-051-7/+2
* nir/algebraic: Add support for unsized conversion opcodesJason Ekstrand2018-12-053-10/+140
* nir/algebraic: Refactor codegen a bitJason Ekstrand2018-12-051-10/+11
* nir/algebraic: Clean up some __str__ cruftJason Ekstrand2018-12-051-4/+0
* nir/opcodes: Rename tbool to tbool32Jason Ekstrand2018-12-051-11/+11
* nir/opcodes: Pull in the type helpers from constant_expressionsJason Ekstrand2018-12-053-35/+35
* nir/algebraic: Add unit tests for bitsize validationConnor Abbott2018-12-054-1/+129
* nir/algebraic: Rewrite bit-size inferenceConnor Abbott2018-12-053-366/+317
* radv: expose VK_EXT_scalar_block_layoutSamuel Pitoiset2018-12-052-0/+7
* spirv: add SpvCapabilityInt64AtomicsSamuel Pitoiset2018-12-052-1/+5
* drisw: Use separate drisw_loader_funcs for shmMichal Srb2018-12-051-3/+11
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-054-5/+5
* radv: wait on the high 32 bits of timestamp queriesSamuel Pitoiset2018-12-051-1/+4
* radv: reset pending_reset_query when flushing cachesSamuel Pitoiset2018-12-052-1/+5
* anv/query: flush render target before copying resultsLionel Landwerlin2018-12-055-0/+32
* radv: Flush before vkCmdWriteTimestamp() if neededAlex Smith2018-12-051-11/+19
* radv: rework the TC-compat HTILE hardware bug with COND_EXECSamuel Pitoiset2018-12-053-28/+81
* st/mesa: expose EXT_render_snorm on GLESMarek Olšák2018-12-041-0/+8
* mesa: expose AMD_texture_texture4Marek Olšák2018-12-044-0/+14
* mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák2018-12-043-1/+21
* mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák2018-12-043-6/+24
* 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-042-0/+14
* st/mesa: expose GL_OES_texture_viewMarek Olšák2018-12-041-0/+1
* 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
* 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-0310-32/+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-031-29/+101
* 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