summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-19anv: Restrict some fast-clear values gen7-8sent/fix/gen78clearNanley Chery3-3/+58
2018-10-19meson: Add -Werror=return-type when supported.Kenneth Graunke1-2/+4
2018-10-19anv: Define trampolines as the weak functionsJason Ekstrand2-49/+21
2018-10-19docs: fix typo in 18.2.3 release notes linkJuan A. Suarez Romero1-1/+1
2018-10-19docs: update calendar, add news item and link release notes for 18.2.3Juan A. Suarez Romero3-7/+8
2018-10-19docs: add sha256 checksums for 18.2.3Juan A. Suarez Romero1-1/+2
2018-10-19docs: add release notes for 18.2.3Juan A. Suarez Romero1-0/+166
2018-10-19scons: Remove gles option.Jose Fonseca10-46/+6
2018-10-19radv: Fix WSI & PCI bus info initialization order.Bas Nieuwenhuizen1-4/+9
2018-10-18radeonsi: fix a typo in a comment in emit_guardbandMarek Olšák1-1/+1
2018-10-18radeonsi: fix gnome-shell crashMarek Olšák1-2/+2
2018-10-18Revert "anv: Stop generating weak references for instance entrypoints"Jason Ekstrand1-0/+13
2018-10-18radeonsi: clamp point size to the limitMarek Olšák3-3/+5
2018-10-18radeonsi: fix a VGT hang with primitive restart on Polaris10 and laterMarek Olšák1-2/+8
2018-10-18radeonsi: fix a deadlock due to partially-initialized context on CIMarek Olšák1-6/+8
2018-10-18radeonsi: Bump number of allowed global buffers to 32Jan Vesely1-1/+1
2018-10-18radv: fix check for perftest options sizeAndres Rodriguez1-1/+1
2018-10-18radeonsi: fix incorrect hw screen offset and guardband computationMarek Olšák1-2/+2
2018-10-18vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand11-70/+61
2018-10-18loader/dri3: Also wait for front buffer fence if we triggered itMichel Dänzer1-2/+5
2018-10-18anv: Stop generating weak references for instance entrypointsJason Ekstrand1-13/+0
2018-10-18vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand8-0/+177
2018-10-18vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand11-27/+16
2018-10-18st/xlib: Use more appropriate include guardMichał Janiszewski1-2/+2
2018-10-18gallium: Fix mismatched ifdef-guardsMichał Janiszewski1-2/+2
2018-10-18softpipe: dynamically allocate space for immediate constantsGert Wollny2-5/+15
2018-10-18radv: use nir_shrink_vec_array_vars()Timothy Arceri1-0/+1
2018-10-18radv: use nir_split_array_vars()Timothy Arceri1-0/+2
2018-10-18radv: use nir_opt_find_array_copies()Timothy Arceri3-8/+23
2018-10-18radv: use nir_opt_copy_prop_vars and nir_opt_dead_write_varsTimothy Arceri1-0/+4
2018-10-17vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v5]Keith Packard7-0/+270
2018-10-17intel/compiler/icl: Use invocation id bits 22:16 instead of 23:17Topi Pohjolainen1-2/+6
2018-10-17Fix setting indent-tabs-mode in the Emacs .dir-locals.el filesNeil Roberts4-4/+4
2018-10-17freedreno/a6xx: don't allocate binning rbRob Clark1-3/+7
2018-10-17freedreno/a6xx: single cmdstream for draw+binningRob Clark3-15/+3
2018-10-17freedreno/a6xx: split binning vs draw program stateobj'sRob Clark2-4/+4
2018-10-17freedreno/a6xx: split VBO state into binning/draw variantsRob Clark2-1/+8
2018-10-17freedreno/a6xx: move VBO state to stateobjRob Clark3-8/+19
2018-10-17freedreno/a6xx: move ZSA state to stateobjRob Clark2-19/+39
2018-10-17freedreno/a6xx: remove vismode paramRob Clark1-14/+2
2018-10-17freedreno/ir3: move binning-pass fixup for a6xx+Rob Clark1-20/+37
2018-10-17freedreno/a6xx: a bit more state emit cleanupRob Clark4-37/+27
2018-10-17freedreno/a6xx: move framebuffer state emit to emit_mrt()Rob Clark2-29/+24
2018-10-17freedreno/a6xx: small emit_mrt() cleanupRob Clark1-14/+7
2018-10-17freedreno/a6xx: use program cacheRob Clark7-130/+247
2018-10-17freedreno/ir3: shader variant cacheRob Clark5-0/+214
2018-10-17freedreno/ir3: move binning_pass out of shader variant keyRob Clark21-75/+109
2018-10-17freedreno/ir3: track # of samplers used by shaderRob Clark8-25/+19
2018-10-17freedreno/a6xx: texture state objRob Clark6-33/+251
2018-10-17freedreno: add resource seqnoRob Clark4-3/+11