summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Add atom for WA.cnl/preemptionRafael Antognolli1-0/+45
2018-03-14i965: Enable object level preemption.Rafael Antognolli4-0/+30
2018-03-14anv: Enable object level preemption.Rafael Antognolli1-0/+18
2018-03-14intel/genxml: Add register for object preemption.Rafael Antognolli3-0/+24
2018-03-14Fix file name in the comment.Rafael Antognolli1-1/+1
2018-03-14util: Use set_foreach instead of rolling our ownThomas Helland1-6/+2
2018-03-14glsl: Use hash table cloning in copy propagationThomas Helland2-31/+15
2018-03-14util: Implement a hash table cloning functionThomas Helland2-0/+24
2018-03-14st/mesa: Factorize duplicate code in st_BlitFramebuffer()Guillaume Charifi1-50/+26
2018-03-14autotools: add -I/src/egl to tizoniaDylan Baker1-0/+1
2018-03-14Revert "Add processor topology calculation implementation for Darwin/OSX targ...Dylan Baker1-55/+0
2018-03-14Revert "sched.h needs to be imported on Darwin/OSX targets."Dylan Baker1-4/+0
2018-03-14compiler: int8/uint8 supportKarol Herbst16-0/+128
2018-03-14radv: Fix CmdCopyImage between uncompressed and compressed imagesAlex Smith1-6/+17
2018-03-14radv: fix vkGetDeviceQueue2() when create flags don't matchSamuel Pitoiset2-2/+22
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
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