summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spirv: Use the right bit-size for spec constant opsJason Ekstrand2018-10-261-3/+9
* nir/prog: Use nir_bany in kill handlingJason Ekstrand2018-10-261-1/+1
* glsl/nir: Use i2b instead of ine for fixing UBO/SSBO BooleansJason Ekstrand2018-10-261-19/+5
* nir/system_values: Use the bit size from the load_derefJason Ekstrand2018-10-261-0/+1
* nir/opt_if: Rework condition propagationJason Ekstrand2018-10-261-61/+30
* nir/search: Use the nir_imm_* helpers from nir_builderJason Ekstrand2018-10-263-91/+43
* nir/builder: Handle 16-bit floats in nir_imm_floatN_tJason Ekstrand2018-10-261-0/+14
* nir/builder: Add a nir_imm_true/false helpersJason Ekstrand2018-10-268-14/+37
* nir/constant_folding: Use nir_src_as_bool for discard_ifJason Ekstrand2018-10-261-6/+7
* nir/constant_folding: Add an unreachable to a switchJason Ekstrand2018-10-261-0/+2
* nir/validate: Print when the validation failedJason Ekstrand2018-10-269-40/+47
* anv: Handle the device loss abort in anv_device_set_lostJason Ekstrand2018-10-262-5/+11
* anv: Add helpers for setting/checking device lostJason Ekstrand2018-10-264-21/+36
* anv: Provide a error message with a DEVICE_LOSTJason Ekstrand2018-10-261-1/+2
* anv: Fix sanitization of stencil state when the depth test is disabledAlex Smith2018-10-261-7/+7
* radv: implement image to image operations for R32G32B32Samuel Pitoiset2018-10-263-2/+331
* radv: fix a comment in radv_meta_buffer_to_image_cs_r32g32b32()Samuel Pitoiset2018-10-261-1/+1
* radv: add get_image_stride_for_r32g32b32() helperSamuel Pitoiset2018-10-261-10/+17
* radv: add create_bview_for_r32g32b32() helperSamuel Pitoiset2018-10-261-33/+38
* radv: add create_buffer_from_image() helperSamuel Pitoiset2018-10-261-38/+35
* intel/compiler: Print message descriptor as immediate sourceSagar Ghuge2018-10-261-1/+7
* intel/compiler: Print hex representation along with floating point valueSagar Ghuge2018-10-261-3/+9
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-265-93/+81
* freedreno: use fd_bc_alloc_batch instead of fd_batch_create.Hyunjun Ko2018-10-252-2/+2
* freedreno/ir3: take reg->num out of union in ir3_registerHyunjun Ko2018-10-251-5/+6
* freedreno/a6xx: disable unused groupsRob Clark2018-10-252-6/+13
* freedreno: add useful assertRob Clark2018-10-251-1/+3
* swr/rast: ignore CreateElementUnorderedAtomicMemCpyAlok Hota2018-10-251-1/+2
* swr/rast: fix intrinsic/function for LLVM 7 compatibilityAlok Hota2018-10-256-14/+3
* nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry2018-10-254-3/+11
* radv: Emit enqueued pipeline barriers on event write.Bas Nieuwenhuizen2018-10-251-0/+2
* radv: Add support for VK_KHR_driver_properties.Bas Nieuwenhuizen2018-10-252-0/+25
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-2524-40/+4
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-2536-72/+5
* gen: Add AMD_gpu_shader_int64.xml to tarballDylan Baker2018-10-242-0/+2
* gen: Add EXT_vertex_attrib_64bit.xml to dependency listsDylan Baker2018-10-242-0/+2
* anv: move variable to proper scope and mark as MAYBE_UNUSEDEric Engestrom2018-10-241-2/+1
* anv: use snprintf() instead of memset()+strcpy()Eric Engestrom2018-10-241-4/+3
* anv: drop unused includesEric Engestrom2018-10-241-3/+0
* autotools: include intel_tiled_memcopy.cDylan Baker2018-10-242-0/+7
* meson: fix formatting and add extra_files to i965Dylan Baker2018-10-241-10/+12
* ir3_compiler/nir: fix imageSize() for buffer-backed imagesEduardo Lima Mitev2018-10-242-0/+33
* nir: Fix array initializer.Jose Fonseca2018-10-241-1/+1
* scons: Put to rest zombie texture_float build option.Liviu Prodea2018-10-241-3/+0
* anv: Allow presenting via a different GPUAlex Smith2018-10-241-2/+2
* nir: fix nir_copy_propagation testJuan A. Suarez Romero2018-10-241-2/+2
* radv: call nir_link_xfb_varyings()Timothy Arceri2018-10-241-0/+4
* radv: move nir_lower_io_to_scalar_early() to radv_link_shaders()Timothy Arceri2018-10-241-26/+18
* nir: add linking helper nir_link_xfb_varyings()Samuel Pitoiset2018-10-242-0/+34
* intel/compiler: Change src1 reg type to unsigned doublewordSagar Ghuge2018-10-232-3/+3