summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-11meson: link LLVM 'native' component when LLVM is availableNicolai Hähnle1-1/+1
2019-01-11nv50/ir: fix use-after-free in ConstantFolding::visitKarol Herbst1-33/+49
2019-01-11intel/peephole_ffma: Fix swizzle propagationJason Ekstrand1-4/+7
2019-01-11glsl/linker: specify proper direction in location aliasing errorAndres Gomez1-5/+10
2019-01-11intel/fs: Respect CHV/BXT regioning restrictions in copy propagation pass.Francisco Jerez2-0/+38
2019-01-11intel/eu/gen7: Fix brw_MOV() with DF destination and strided source.Francisco Jerez1-7/+4
2019-01-11intel/fs: Fix bug in lower_simd_width while splitting an instruction which wa...Francisco Jerez1-2/+5
2019-01-11intel/fs: Implement quad swizzles on ICL+.Francisco Jerez3-18/+97
2019-01-11intel/fs: Handle source modifiers in lower_integer_multiplication().Francisco Jerez2-2/+37
2019-01-11st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák2-1/+23
2019-01-11radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.Mario Kleiner1-0/+8
2019-01-11ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry4-1/+9
2019-01-11autotools: Remove tegra vdpau driverDylan Baker1-2/+0
2019-01-11anv: flush fast clear colors into compressed surfacesLionel Landwerlin1-0/+49
2019-01-11anv: explictly specify format for blorp ccs/mcs opLionel Landwerlin3-16/+30
2019-01-11spirv: Sign-extend array indicesJason Ekstrand1-2/+2
2019-01-11anv/apply_pipeline_layout: Set the cursor in lower_res_reindex_intrinsicJason Ekstrand1-0/+2
2019-01-11spirv: Handle any bit size in vector_insert/extractJason Ekstrand3-11/+15
2019-01-11spirv: Fix matrix parameters in function calls.Bas Nieuwenhuizen1-0/+4
2019-01-11radv: Fix rasterization precision bits.Bas Nieuwenhuizen1-3/+3
2019-01-11glsl: correct typo in GLSL compilation error messageAndres Gomez1-1/+1
2019-01-11anv/android: Do not reject storage images.Bas Nieuwenhuizen1-8/+2
2019-01-11radv: Implement buffer stores with less than 4 components.Bas Nieuwenhuizen1-3/+13
2019-01-11intel/blorp: Be more conservative about copying clear colorsJason Ekstrand1-3/+6
2019-01-11nir: remove dead code from copy_prop_varsCaio Marcelo de Oliveira Filho1-1/+1
2019-01-11i965: add CS stall on VF invalidation workaroundLionel Landwerlin2-2/+2
2019-01-11i965: include draw_params/derived_draw_params for VF cache workaroundLionel Landwerlin1-5/+18
2019-01-11meson: Error out if building nouveau and using LLVM without rttiDylan Baker1-0/+3
2019-01-11egl/haiku: Fix reference to disp vs dpyAlexander von Gluck IV1-1/+2
2019-01-11tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri1-29/+43
2019-01-11tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri1-1/+1
2019-01-11radv: Do a cache flush if needed before reading predicates.Bas Nieuwenhuizen1-0/+2
2019-01-11meson: Override C++ standard to gnu++11 when building with altivec on ppc64Dylan Baker2-0/+12
2019-01-11virgl/vtest: fix front buffer flush with protocol version 0.Dave Airlie1-1/+1
2019-01-11gallium/ttn: Fix setup of outputs_written.Eric Anholt1-1/+1
2019-01-11anv: don't do partial resolve on layer > 0Lionel Landwerlin1-0/+8
2019-01-11st/nine: Add src reference to nine_context_range_uploadAxel Davy3-1/+8
2019-01-11st/nine: Bind src not dst in nine_context_box_uploadAxel Davy4-6/+6
2019-01-11st/nine: Fix volumetexture dtor on ctor failureAxel Davy1-1/+2
2019-01-11pci_ids: add new VegaM pci idAlex Deucher1-0/+1
2019-01-11glx/test: meson: assorted include fixesEmil Velikov1-3/+3
2019-01-11glx: meson: wire up the dispatch-index-check testEmil Velikov1-0/+5
2019-01-11glx: meson: drop includes from a link-only libraryEmil Velikov1-1/+0
2019-01-11TODO: glx: meson: build dri based glx tests, only with -Dglx=driEmil Velikov2-19/+16
2019-01-11pipe-loader: meson: reference correct libraryEmil Velikov1-1/+1
2019-01-11meson: don't require glx/egl/gbm with gallium driversEmil Velikov1-3/+3
2019-01-11nir: properly find the entry to keep in copy_prop_varsCaio Marcelo de Oliveira Filho1-3/+16
2019-01-11nir: properly clear the entry sources in copy_prop_varsCaio Marcelo de Oliveira Filho1-0/+3
2019-01-11meson: Fix libsensors detection.Vinson Lee1-1/+1
2019-01-11meson: Fix typo.Vinson Lee1-1/+1