summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2018-03-13ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset7-3425/+3482
2018-03-13ac/nir: make emit_barrier() non-staticSamuel Pitoiset2-4/+6
2018-03-13ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.hSamuel Pitoiset2-5/+5
2018-03-13ac/nir: make handle_shader_output_decl() non-staticSamuel Pitoiset2-10/+18
2018-03-13ac/nir: change prototype of handle_shader_output_decl()Samuel Pitoiset1-14/+14
2018-03-13ac/nir: move unpack_param() to ac_llvm_build.cSamuel Pitoiset3-33/+35
2018-03-13ac/nir: move trim_vector to ac_llvm_build.cSamuel Pitoiset3-24/+27
2018-03-13ac/nir: move cast_ptr() to ac_llvm_build.cSamuel Pitoiset3-10/+13
2018-03-13ac/nir: move ac_build_alloca() to ac_llvm_build.cSamuel Pitoiset3-39/+41
2018-03-13gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri1-0/+3
2018-03-12meson: Add moduledir to d3d.pcDylan Baker1-0/+1
2018-03-12gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.Mathias Fröhlich3-24/+11
2018-03-12mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick1-26/+2
2018-03-12gallium: work around libtool relink issue for libdrmRoman Gilg1-1/+1
2018-03-12vulkan: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-4/+4
2018-03-12wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-3/+3