summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-14ac_surface: don't apply the 256-byte alignment to staging surfacesuser_stride-v2Nicolai Hähnle1-1/+4
2018-03-14radeonsi: implement transfer_map with user_strideNicolai Hähnle1-5/+28
2018-03-14radeonsi: fix failure paths of r600_texture_transfer_mapNicolai Hähnle1-13/+12
2018-03-14st/dri: implement __DRI_IMAGE_TRANSFER_MAP_USER_STRIDENicolai Hähnle1-6/+11
2018-03-14gallium: add user_stride parameter to pipe_context::transfer_mapNicolai Hähnle33-12/+53
2018-03-14gallium: use pipe_transfer_map_box inline helperNicolai Hähnle26-42/+58
2018-03-14dri_interface: add __DRI_IMAGE_TRANSFER_USER_STRIDENicolai Hähnle1-3/+13
2018-03-14dri_interface: document error behavior of mapImageNicolai Hähnle1-0/+2
2018-03-14radeonsi/cik+: report 64KB local size for computeNicolai Hähnle1-2/+4
2018-03-14HACK: ac_surface: disable an assertion triggered by radv on CarrizoNicolai Hähnle1-3/+4
2018-03-14HACK: disable NIR-level optimizationsNicolai Hähnle1-20/+20
2018-03-14[AMD] dri3: Add adaptive_sync_enable driconf optionNicolai Hähnle4-1/+70
2018-03-14radeonsi: asynchronous flushes don't have to wait for the submit threadNicolai Hähnle1-1/+13
2018-03-14radeonsi: add a warning message for DCC disable failureNicolai Hähnle1-2/+8
2018-03-14DBG add ac_emit_sethaltNicolai Hähnle1-0/+46
2018-03-14DBG HACK add si_sethaltNicolai Hähnle1-0/+10
2018-03-14DBG add no_tc_compatible_{mipmaps,flat}Nicolai Hähnle1-0/+7
2018-03-14DBG gallium/radeon: optionally check definedness of data written into IBsNicolai Hähnle2-1/+22
2018-03-14nir/print: add const qualifiers to some more function argumentsNicolai Hähnle2-5/+5
2018-03-14WIP amd/addrtoolNicolai Hähnle3-0/+725
2018-03-14util/bitset: add BITSET_LAST_BITNicolai Hähnle1-0/+21
2018-03-14util/bitset: add BITSET_AND and BITSET_AND_NOTNicolai Hähnle1-0/+32
2018-03-14ac: add ac_get_exec_mask helper functionNicolai Hähnle2-0/+17
2018-03-14gallium/radeon: add EarlyCSE passNicolai Hähnle1-0/+1
2018-03-14egl: add support for EGL_MESA_drm_image_formatsNicolai Hähnle2-1/+22
2018-03-14st/mesa: use asynchronous flushes for glFlushNicolai Hähnle1-1/+1
2018-03-14spirv: Handle doubles when multiplying a mat by a scalarNeil Roberts1-3/+3
2018-03-14anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commandsIago Toral Quiroga1-1/+5
2018-03-14anv/entrypoints: dispatches to VkQueue are device-levelIago Toral Quiroga1-2/+7
2018-03-14radv: drop assert on bindingDescriptorCount > 0Dave Airlie1-1/+0
2018-03-13sched.h needs to be imported on Darwin/OSX targets.Apple SWE1-0/+4
2018-03-13Add processor topology calculation implementation for Darwin/OSX targets.Apple SWE1-0/+55
2018-03-14r600: fix abs for op3 sourcesRoland Scheidegger1-54/+56
2018-03-14radv: mark all tess output for an indirect access.Dave Airlie1-8/+13
2018-03-14ac/nir: pass the nir variable through tcs loading.Dave Airlie4-22/+15
2018-03-14radv: get correct offset into LDS for indexed vars.Dave Airlie1-1/+1
2018-03-13nir: lower_load_const_to_scalar fix for 8/16b typesRob Clark1-4/+15
2018-03-13Update the documentation for mesonDylan Baker1-13/+23
2018-03-13ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroupsJason Ekstrand6-99/+1
2018-03-13nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballotJason Ekstrand2-0/+49
2018-03-13meson: don't use compiler.has_headerDylan Baker1-1/+1
2018-03-13i965: Emit texture cache invalidates around blorp_copyJason Ekstrand1-0/+15
2018-03-13brodacom/vc4: Fix simulator since the perfmon change.Eric Anholt1-0/+1
2018-03-13spirv: Silence compiler warning about undefined srcs[0]Eric Anholt1-0/+1
2018-03-13ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()Samuel Pitoiset3-12/+12
2018-03-13ac/nir: remove some unnecessary includes and declarationsSamuel Pitoiset2-9/+1
2018-03-13ac/nir: drop radv prefix from radv_lower_gather4_integer()Samuel Pitoiset1-4/+4
2018-03-13ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset7-89/+89
2018-03-13ac: move ac_shader_info to radv folderSamuel Pitoiset11-99/+63
2018-03-13ac/nir: move ac_shader_variant_info and friends to radv folderSamuel Pitoiset7-136/+139