summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-09intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen1-17/+28
2018-03-09i965: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen1-17/+27
2018-03-09st/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFERMarek Olšák1-24/+34
2018-03-09radeonsi: add a workaround for GFX9 hang with init_config alignmentMarek Olšák1-1/+2
2018-03-09ac/gpu_info: print ib_start_alignment, add assertionMarek Olšák1-0/+2
2018-03-09broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.Eric Anholt3-0/+211
2018-03-09gallium: Add a util_blitter path for using a custom VS and FS.Eric Anholt2-0/+69
2018-03-09broadcom/vc4: Allow binding non-zero constant buffers.Eric Anholt5-5/+53
2018-03-09broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.Eric Anholt2-8/+0
2018-03-09broadcom: Suppress compiler warnings about enum pipe_tex_filter.Eric Anholt2-0/+2
2018-03-09egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne6-7/+44
2018-03-09egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne7-63/+383
2018-03-09vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11Louis-Francis Ratté-Boulianne1-3/+60
2018-03-09vulkan/wsi/x11: Add support for DRI3 v1.2Daniel Stone1-17/+161
2018-03-09autotools: include all meson.build filesDylan Baker1-0/+2
2018-03-09st/mesa: gl_program::info.system_values_read is a 64-bit-fieldMichel Dänzer2-7/+7
2018-03-09swr/rast: Refactor memory gather operationsGeorge Kyriazis2-6/+4
2018-03-09swr/rast: Add KNOB_DISABLE_SPLIT_DRAWGeorge Kyriazis2-8/+26