summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: pass the nir variable through tcs loading.Dave Airlie2018-03-144-22/+15
* radv: get correct offset into LDS for indexed vars.Dave Airlie2018-03-141-1/+1
* nir: lower_load_const_to_scalar fix for 8/16b typesRob Clark2018-03-131-4/+15
* Update the documentation for mesonDylan Baker2018-03-131-13/+23
* ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroupsJason Ekstrand2018-03-136-99/+1
* nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballotJason Ekstrand2018-03-132-0/+49
* meson: don't use compiler.has_headerDylan Baker2018-03-131-1/+1
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-131-0/+15
* brodacom/vc4: Fix simulator since the perfmon change.Eric Anholt2018-03-131-0/+1
* spirv: Silence compiler warning about undefined srcs[0]Eric Anholt2018-03-131-0/+1
* ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()Samuel Pitoiset2018-03-133-12/+12
* ac/nir: remove some unnecessary includes and declarationsSamuel Pitoiset2018-03-132-9/+1
* ac/nir: drop radv prefix from radv_lower_gather4_integer()Samuel Pitoiset2018-03-131-4/+4
* ac/nir: move ac_nir_compiler_options and friends to radv folderSamuel Pitoiset2018-03-137-89/+89
* ac: move ac_shader_info to radv folderSamuel Pitoiset2018-03-1311-99/+63
* ac/nir: move ac_shader_variant_info and friends to radv folderSamuel Pitoiset2018-03-137-136/+139
* ac/nir: move all RADV related code to radv_nir_to_llvm.cSamuel Pitoiset2018-03-137-3425/+3482
* ac/nir: make emit_barrier() non-staticSamuel Pitoiset2018-03-132-4/+6
* ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.hSamuel Pitoiset2018-03-132-5/+5
* ac/nir: make handle_shader_output_decl() non-staticSamuel Pitoiset2018-03-132-10/+18
* ac/nir: change prototype of handle_shader_output_decl()Samuel Pitoiset2018-03-131-14/+14
* ac/nir: move unpack_param() to ac_llvm_build.cSamuel Pitoiset2018-03-133-33/+35
* ac/nir: move trim_vector to ac_llvm_build.cSamuel Pitoiset2018-03-133-24/+27
* ac/nir: move cast_ptr() to ac_llvm_build.cSamuel Pitoiset2018-03-133-10/+13
* ac/nir: move ac_build_alloca() to ac_llvm_build.cSamuel Pitoiset2018-03-133-39/+41
* gallium: silence __builtin_frame_address nonzero argument is unsafe warningTimothy Arceri2018-03-131-0/+3
* meson: Add moduledir to d3d.pcDylan Baker2018-03-121-0/+1
* gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.Mathias Fröhlich2018-03-123-24/+11
* mesa: Don't write to user buffer in glGetTexParameterIuiv on errorIan Romanick2018-03-121-26/+2
* gallium: work around libtool relink issue for libdrmRoman Gilg2018-03-121-1/+1
* vulkan: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-4/+4
* wayland-drm: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-3/+3
* egl: autotools: do not redirect stdin/stdout for wayland-scannerEmil Velikov2018-03-121-2/+2
* docs: document removal of GLX_SGIX_swap_{barrier,group} stubsEmil Velikov2018-03-121-1/+2
* glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-124-30/+0
* gallium/x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-122-15/+0
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-123-34/+0
* glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-124-48/+0
* gallium/x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-122-25/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-123-57/+0
* configure: remove unused AM_CONDITIONALEmil Velikov2018-03-121-1/+0
* radv: Increase the number of dynamic uniform buffers.Bas Nieuwenhuizen2018-03-122-3/+5
* u_vbuf/translate: pass max_index into the set_buffer.Dave Airlie2018-03-121-1/+1
* r600: implement callstack workaround for evergreen.Dave Airlie2018-03-121-8/+31
* gallium/util: add helper util_wait_for_idleMarek Olšák2018-03-112-0/+15
* u_blit: (trivial) u_blit.h needs to include p_defines.hRoland Scheidegger2018-03-101-0/+1
* travis: bump libxcb version to 1.13Christian Gmeiner2018-03-101-2/+2
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-1027-437/+480
* draw: fix alpha value for very short aa linesRoland Scheidegger2018-03-102-2/+24
* intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-091-17/+28