aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* meson: fix missing dependenciesGreg V2018-01-241-1/+1
* gallium/u_tests: add texture_barrier and FBFETCH testsMarek Olšák2018-01-241-1/+110
* radeonsi: don't ignore pitch for imported texturesMarek Olšák2018-01-241-2/+12
* winsys/svga: check correct member after createGrazvydas Ignotas2018-01-231-1/+1
* svga: fix context alloc error handlingGrazvydas Ignotas2018-01-231-1/+1
* meson: remove lib prefix from libd3dadapter9.soChristoph Haag2018-01-231-0/+1
* swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins2018-01-224-56/+79
* ac/radeonsi: add emit primitive to the abiTimothy Arceri2018-01-231-0/+1
* radeonsi: add generic emit primitive helperTimothy Arceri2018-01-231-7/+14
* radeonsi/nir: fix fs output indexTimothy Arceri2018-01-231-0/+5
* ac/nir/radeonsi: add ARB_shader_ballot supportTimothy Arceri2018-01-231-0/+9
* radeonsi/nir: add primitive id to inputs scanTimothy Arceri2018-01-231-0/+3
* radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scanTimothy Arceri2018-01-231-0/+3
* svga: Prevent use after free.Jose Fonseca2018-01-221-0/+1
* etnaviv: dirty TS state when framebuffer has changedLucas Stach2018-01-211-1/+2
* broadcom/vc5: Fix source file name.Vinson Lee2018-01-211-1/+1
* broadcom/vc5: Add missing include paths.Vinson Lee2018-01-211-2/+2
* autotools: include meson build files in tarballDylan Baker2018-01-1961-35/+93
* swr/rast: Fix llvm5 behaviorGeorge Kyriazis2018-01-191-1/+2
* swr/rast: Enable early rasterizationGeorge Kyriazis2018-01-191-1/+1
* swr/rast: Implement Early Rasterization optimizationGeorge Kyriazis2018-01-194-0/+388
* swr/rast: Enable simd16 vertex shadersGeorge Kyriazis2018-01-191-2/+2
* swr: Support simd16 vertex shadersGeorge Kyriazis2018-01-193-21/+30
* swr/rast: changed jit debug magic numberGeorge Kyriazis2018-01-191-1/+1
* swr/rast: Added ICLAMP builder functionGeorge Kyriazis2018-01-192-3/+3
* swr/rast: Jit debug workGeorge Kyriazis2018-01-191-30/+81
* swr/rast: silence generated file warningsGeorge Kyriazis2018-01-191-0/+1
* swr/rast: jit shader lib debug workGeorge Kyriazis2018-01-192-0/+11
* swr/rast: AVX-512 changes to enable 16-wide VSGeorge Kyriazis2018-01-194-8/+29
* swr/rast: x86 autogenerated macro workGeorge Kyriazis2018-01-194-14/+15
* swr/rast: Shorten some filenamesGeorge Kyriazis2018-01-192-2/+2
* swr/rast: work supporting optimizations in Debug builds.George Kyriazis2018-01-192-9/+23
* swr/rast: Add debugging type support for function types.George Kyriazis2018-01-192-0/+21
* swr/rast: Shader debugging workGeorge Kyriazis2018-01-191-0/+6
* swr/rast: Debug Symbols workGeorge Kyriazis2018-01-194-19/+88
* swr/rast: Initial work for debugging support.George Kyriazis2018-01-196-16/+191
* swr/rast: Add private state parameter in fetcherGeorge Kyriazis2018-01-195-29/+41
* swr/rast: Added missing define for Linux/gccGeorge Kyriazis2018-01-191-0/+1
* swr/rast: Fix one more invalid object format for windows.George Kyriazis2018-01-191-1/+1
* swr: allow a single swr architecture to be builtinChuck Atkins2018-01-191-35/+49
* swr: (autoconf) allow a single swr architecture to be builtinChuck Atkins2018-01-191-11/+39
* swr: fix clang 5 null cast warningGreg V2018-01-191-3/+3
* gallium: Make (num_)samples an unsigned intGert Wollny2018-01-192-2/+6
* st/vdpau: release held lock in error pathGrazvydas Ignotas2018-01-191-1/+3
* gallivm: support avx512 (16x32) in interleave2_halfGeorge Kyriazis2018-01-181-2/+38
* meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker2018-01-183-12/+12
* r600: enable ARB_enhanced_layoutsDave Airlie2018-01-191-1/+1
* vc5: add missing files to the tarballEmil Velikov2018-01-181-0/+5
* r600/sb: add lds related peepholes.Dave Airlie2018-01-181-1/+8
* r600/sb: use different stacks for tracking lds and queue usage.Dave Airlie2018-01-182-3/+24