summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loader: Include include/drm-uapi in the autotools buildJason Ekstrand2018-03-161-0/+1
* egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin2018-03-161-0/+21
* st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stageEmil Velikov2018-03-161-39/+6
* tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov2018-03-162-15/+16
* egl/dri2: move wayland header inclusion where applicableEmil Velikov2018-03-163-3/+12
* vulkan/wsi/x11: correct DRI3 version in commentEmil Velikov2018-03-161-1/+1
* vulkan/wsi/x11: use ARRAY_SIZE where applicableEmil Velikov2018-03-161-2/+2
* mesa: RGB9_E5 invalid for CopyTexSubImage* in GLESJuan A. Suarez Romero2018-03-161-0/+14
* etnaviv: remove superfluous \n from DBG(..) callersChristian Gmeiner2018-03-164-6/+6
* radv: run nir_opt_move_load_uboSamuel Pitoiset2018-03-161-0/+1
* nir: add nir_opt_move_load_ubo() optimization passSamuel Pitoiset2018-03-164-0/+121
* radv: drop geometry stride user sgpr.Dave Airlie2018-03-163-28/+19
* radv: get rid of geometry user sgpr for num entries.Dave Airlie2018-03-162-16/+8
* radv: migrate lds size calculations to shader gen.Dave Airlie2018-03-163-25/+38
* radv: drop scanning the tess shader in the nir code.Dave Airlie2018-03-163-42/+3
* radv: use num_patches output from tcs shader.Dave Airlie2018-03-161-28/+2
* radv/tess: remove last chunk of tess sgprsDave Airlie2018-03-163-53/+19
* radv: pass num_patches to tes from tcsDave Airlie2018-03-163-2/+9
* radv: drop tess offchip layout for tcs.Dave Airlie2018-03-164-38/+90
* radv: drop tcs_out_offsetsDave Airlie2018-03-162-20/+29
* radv: drop tcs_out_layoutDave Airlie2018-03-162-15/+15
* radv/tess: drop tcs_in_layout setting completely.Dave Airlie2018-03-163-15/+24
* radv: drop ls_out_layout const.Dave Airlie2018-03-163-37/+4
* radv/shader_info: start gathering tess output info (v2)Dave Airlie2018-03-162-2/+52
* radv: migrate unique index info shader info (v2)Dave Airlie2018-03-162-22/+21
* Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"Samuel Pitoiset2018-03-151-0/+13
* anv: silence unused variable warningLionel Landwerlin2018-03-151-7/+0
* i965: silence unused function warningLionel Landwerlin2018-03-151-1/+1
* anv: silence unused function warning on gen11Lionel Landwerlin2018-03-152-1/+3
* meson: fix pipe-loaders after omx changesDylan Baker2018-03-151-3/+4
* meson: require amdgpu >= 2.4.91Dylan Baker2018-03-151-1/+1
* configure.ac: require libdrm_amdgpu 2.4.91Marek Olšák2018-03-151-9/+1
* configure.ac: blacklist libdrm 2.4.90Marek Olšák2018-03-151-0/+8
* radv: dump LLVM IR when a hang is detectedSamuel Pitoiset2018-03-151-0/+1
* radv: record LLVM IR when debugging shadersSamuel Pitoiset2018-03-153-0/+12
* radv: add dump_shader to the NIR compiler optionsSamuel Pitoiset2018-03-154-22/+19
* radv: pass the NIR compiler options to ac_compile_llvm_module()Samuel Pitoiset2018-03-151-5/+7
* radv: print some information when RADV_TRACE_FILE is setSamuel Pitoiset2018-03-153-1/+9
* radv: only display options that are enabledSamuel Pitoiset2018-03-151-12/+16
* mailmap: Use Eric Engestrom's personal email addressEric Engestrom2018-03-151-0/+2
* spirv/radv: add AMD_gcn_shader capability, remove current extensionsAlejandro Piñeiro2018-03-154-10/+3
* spirv: update arguments for vtn_nir_alu_op_for_spirv_opcode()Samuel Iglesias Gonsálvez2018-03-153-15/+15
* spirv: fix the translation of SPIR-V conversion opcodes to NIRSamuel Iglesias Gonsálvez2018-03-151-3/+37
* vbo: Correctly handle source arrays in vbo_split_copy.Mathias Fröhlich2018-03-151-3/+5
* sched.h needs to be imported on Darwin/OSX targets.Apple SWE2018-03-141-0/+4
* Add processor topology calculation implementation for Darwin/OSX targets.Apple SWE2018-03-141-1/+55
* virgl: resize resource bo allocation if we need to.Dave Airlie2018-03-152-4/+12
* nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling.Mario Kleiner2018-03-141-0/+2
* util: Use set_foreach instead of rolling our ownThomas Helland2018-03-141-6/+2
* glsl: Use hash table cloning in copy propagationThomas Helland2018-03-142-31/+15