summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-12egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov1-2/+2
2018-03-12glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov4-30/+0
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2-15/+0
2018-03-12x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov3-34/+0
2018-03-12glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov4-48/+0
2018-03-12gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2-25/+0
2018-03-12x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov3-57/+0
2018-03-12radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2-3/+5
2018-03-12u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie1-1/+1
2018-03-12r600: implement callstack workaround for evergreen.Dave Airlie1-8/+31
2018-03-11gallium/util: add helper util_wait_for_idleMarek Olšák2-0/+15
2018-03-10u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger1-0/+1
2018-03-10mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich27-437/+480
2018-03-10draw: fix alpha value for very short aa linesRoland Scheidegger2-2/+24