summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-24mesa: treble: remove libbacktrace, add libnativewindowdb820c_trebleSumit Semwal
2018-04-24HACK: Stop building u_debug_stack_android.cppSumit Semwal
2018-04-24egl/android: remove flink name supportRob Herring
2018-04-24android: gallium/util: fix u_debug_stack_android buildMauro Rossi
2018-04-24Merge remote-tracking branch 'fdo/master' into aosp-master-merge-fdo-masterSumit Semwal
2018-04-23ac: teach get_ac_sampler_dim() about subpass attachmentsSamuel Pitoiset
2018-04-23ac/nir: add missing round_slice for 1D arraysSamuel Pitoiset
2018-04-23bin/install_megadrivers: rename a few variables to make things clearerDylan Baker
2018-04-23bin/install_megadrivers: fix DESTDIR and -D*-pathDylan Baker
2018-04-23compiler/glsl: close fd's in glcpp_test.pyDylan Baker
2018-04-23nir: Do not use progress for unreachable code in return lowering.Bas Nieuwenhuizen
2018-04-23radv: advertise 8 bits of subpixel precision for viewportsJózef Kucia
2018-04-23st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing
2018-04-22nv50/ir: make a copy of tex src if it's referenced multiple timesIlia Mirkin
2018-04-23virgl: disable virgl when no 3D for virtio gpu.Lepton Wu
2018-04-23radv: mark const structs as extern in header file to avoid lto damageDave Airlie
2018-04-22Bump version after 18.1Dylan Baker
2018-04-21gallium/tests/trivial: fix viewport depth transformIlia Mirkin
2018-04-21trace: allow image resource to be nullIlia Mirkin
2018-04-21nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0Karol Herbst
2018-04-21docs/features: mark GL_ARB_post_depth_coverage as DONE for nvc0Rhys Perry
2018-04-20autotools: Include new meson filesDylan Baker
2018-04-20autotools: Add passes.h to sources so it will be included in the tarballDylan Baker
2018-04-20autotools: include include/vulkan headersDylan Baker
2018-04-20nvc0: fix line width on GM20x+Rhys Perry
2018-04-20i965/miptree: Delete an unused functionNanley Chery
2018-04-20i965/miptree: Don't leak the clear_color_boNanley Chery
2018-04-20i965/blorp: Do the gen11 BTI flushJason Ekstrand
2018-04-20anv/blorp: Do the gen11 BTI flushJason Ekstrand
2018-04-20etnaviv: fix texture_format_needs_swizLucas Stach
2018-04-20ac/nir: fix image dimension for subpass attachmentsSamuel Pitoiset
2018-04-20radv: Mark GTT memory as device local for APUs.Bas Nieuwenhuizen
2018-04-20radv/winsys: allow to submit up to 4 IBs for chips without chainingSamuel Pitoiset
2018-04-20gallium/util: Android backtrace supportStefan Schake
2018-04-20gallium/util: Don't stub u_debug_stack on AndroidStefan Schake
2018-04-20ac/nir: handle nir_intrinsic_load_first_vertex like base_vertexSamuel Pitoiset
2018-04-20radv/winsys: allow local BOs on APUsSamuel Pitoiset
2018-04-20radv: use a global BO list only for VK_EXT_descriptor_indexingSamuel Pitoiset
2018-04-20Revert "radv: Don't store buffer references in the descriptor set."Samuel Pitoiset
2018-04-20i965/fs: retype offset_reg to UD at load_ssboJose Maria Casanova Crespo
2018-04-20ac/nir: use ac_build_image_opcode for image intrinsicsNicolai Hähnle
2018-04-20radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle
2018-04-20amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle
2018-04-20amd/common: pass new enum ac_image_dim to ac_build_image_opcodeNicolai Hähnle
2018-04-20radeonsi/nir: fix crash in test involving the sample maskNicolai Hähnle
2018-04-20radeonsi/nir: set FS properties only when scanning a fragment shaderNicolai Hähnle
2018-04-20ac/nir: fix atomic compare-and-swapNicolai Hähnle
2018-04-20radeonsi: fix error paths of si_texture_transfer_mapNicolai Hähnle
2018-04-20glsl: prevent spurious Valgrind errors when serializing NIRNicolai Hähnle
2018-04-19clover: Fix host access validation for sub-buffer creationAaron Watry