aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a3xx: remove fd3_shader_stateobjRob Clark2018-05-153-26/+13
* freedreno: fence should hold a ref to pipeRob Clark2018-05-151-3/+4
* freedreno: batch cache doesn't hold a ref to batchRob Clark2018-05-151-1/+1
* meson: fix copyright symbolEric Engestrom2018-05-151-1/+1
* autotools, meson: add tileset.hJuan A. Suarez Romero2018-05-152-1/+3
* st/xa: Bump minorThomas Hellstrom2018-05-151-1/+1
* virgl: enable vertex streams when glsl level is high enough.Dave Airlie2018-05-152-2/+3
* opencl: autotools: Fix linking order for OpenCL targetKai Wasserbäch2018-05-141-2/+1
* radv: reduce the number of parameters export by the GS copy shaderSamuel Pitoiset2018-05-141-4/+3
* radv: scan the geometry shader output usage maskSamuel Pitoiset2018-05-142-0/+9
* radv: run the shader info pass before emitting the GS copy shaderSamuel Pitoiset2018-05-141-0/+2
* radv: check that layout isn't NULL in radv_nir_shader_info_pass()Samuel Pitoiset2018-05-141-1/+1
* intel/blorp: Use linear formats for CCS_E clear colors in copiesJason Ekstrand2018-05-141-2/+2
* radv: Disable texel buffers with A2 SNORM/SSCALED/SINT for pre-vega.Bas Nieuwenhuizen2018-05-141-0/+19
* radv: Fix up 2_10_10_10 alpha sign.Bas Nieuwenhuizen2018-05-144-13/+98
* radv: Add support for IMG_DATA_FORMAT_32_32_32.Bas Nieuwenhuizen2018-05-143-4/+11
* radv: Translate logic ops.Bas Nieuwenhuizen2018-05-142-30/+59
* radv: Fix multiview queries.Bas Nieuwenhuizen2018-05-141-19/+20
* meson: remove dependency antipatternEric Engestrom2018-05-141-1/+1
* radv: remove useless check in radv_create_shaders()Samuel Pitoiset2018-05-141-1/+1
* radv: allow to dump the GS copy shader with RADV_DEBUG="shaders"Samuel Pitoiset2018-05-143-5/+8
* radv: move {load,store}_var intrinsics scanning in different functionsSamuel Pitoiset2018-05-141-47/+80
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-144-0/+16
* llvmpipe: Fix random number generation for unit testsRoland Scheidegger2018-05-142-2/+19
* radv: use compute path for multi-layer images.Dave Airlie2018-05-141-0/+2
* radv: resolve all layers in compute resolve path.Dave Airlie2018-05-141-6/+42
* radv/resolve: do fmask decompress on all layers.Dave Airlie2018-05-141-1/+1
* nvc0: fix setting of subpixel precision during conservative rasterizationRhys Perry2018-05-132-2/+2
* anv,nir: add generated files to .gitignore(s)Rhys Perry2018-05-122-0/+3
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-1211-95/+45
* radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BITTimothy Arceri2018-05-134-16/+28
* scons: Add PROGRAM_NIR_FILES.Vinson Lee2018-05-121-0/+1
* st/nir: use NIR for asm programsTimothy Arceri2018-05-121-7/+58
* st/nir: make st_nir_opts() available externallyTimothy Arceri2018-05-122-1/+3
* radeon/vce: add firmware support for ver 53 and upBoyuan Zhang2018-05-111-2/+2
* etnaviv: remove pipe_fence_handle::ctxRob Clark2018-05-111-2/+0
* swr/rast: Thread locked tiles improvementGeorge Kyriazis2018-05-117-24/+152
* swr/rast: Add Builder::GetVectorType()George Kyriazis2018-05-112-0/+45
* swr/rast: Prepend the console output with a newlineGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Add ConcatLists()George Kyriazis2018-05-111-0/+6
* swr/rast: Add constant initializer for uint64_tGeorge Kyriazis2018-05-112-0/+6
* swr/rast: Use binner topology to assemble backend attributesGeorge Kyriazis2018-05-111-1/+1
* swr/rast: Change formattingGeorge Kyriazis2018-05-111-1/+6
* meson: Fix build for egl platform_x11 with dri3Ville Syrjälä2018-05-111-0/+1
* radv: move ac_build_if_state on top of radv_nir_to_llvm.cSamuel Pitoiset2018-05-111-91/+92
* radv: minor cleanups in radv_fill_shader_variant()Samuel Pitoiset2018-05-111-14/+15
* winsys/amdgpu: Destroy dev_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* ac/gpu_info: add has_read_registers_queryMarek Olšák2018-05-104-3/+6
* ac/gpu_info: add has_2d_tilingMarek Olšák2018-05-104-5/+6
* ac/gpu_info: add has_sparse_vm_mappingsMarek Olšák2018-05-104-11/+12