summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2018-01-23automake: small cleanup after the meson.build inclusion18.0-branchpointEmil Velikov2-2/+2
2018-01-23automake: vc5: remove non-applicable v3dx_simulator.hEmil Velikov1-1/+0
2018-01-22swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins4-56/+79
2018-01-23ac/radeonsi: add emit primitive to the abiTimothy Arceri1-0/+1
2018-01-23radeonsi: add generic emit primitive helperTimothy Arceri1-7/+14
2018-01-23radeonsi/nir: fix fs output indexTimothy Arceri1-0/+5
2018-01-23ac/nir/radeonsi: add ARB_shader_ballot supportTimothy Arceri1-0/+9
2018-01-23radeonsi/nir: add primitive id to inputs scanTimothy Arceri1-0/+3
2018-01-23radeonsi/nir: add nir_intrinsic_load_sample_mask_in to ir scanTimothy Arceri1-0/+3
2018-01-22svga: Prevent use after free.Jose Fonseca1-0/+1
2018-01-21etnaviv: dirty TS state when framebuffer has changedLucas Stach1-1/+2
2018-01-21broadcom/vc5: Fix source file name.Vinson Lee1-1/+1
2018-01-21broadcom/vc5: Add missing include paths.Vinson Lee1-2/+2
2018-01-19autotools: include meson build files in tarballDylan Baker61-35/+93
2018-01-19swr/rast: Fix llvm5 behaviorGeorge Kyriazis1-1/+2
2018-01-19swr/rast: Enable early rasterizationGeorge Kyriazis1-1/+1
2018-01-19swr/rast: Implement Early Rasterization optimizationGeorge Kyriazis4-0/+388
2018-01-19swr/rast: Enable simd16 vertex shadersGeorge Kyriazis1-2/+2
2018-01-19swr: Support simd16 vertex shadersGeorge Kyriazis3-21/+30
2018-01-19swr/rast: changed jit debug magic numberGeorge Kyriazis1-1/+1
2018-01-19swr/rast: Added ICLAMP builder functionGeorge Kyriazis2-3/+3
2018-01-19swr/rast: Jit debug workGeorge Kyriazis1-30/+81
2018-01-19swr/rast: silence generated file warningsGeorge Kyriazis1-0/+1
2018-01-19swr/rast: jit shader lib debug workGeorge Kyriazis2-0/+11
2018-01-19swr/rast: AVX-512 changes to enable 16-wide VSGeorge Kyriazis4-8/+29
2018-01-19swr/rast: x86 autogenerated macro workGeorge Kyriazis4-14/+15
2018-01-19swr/rast: Shorten some filenamesGeorge Kyriazis2-2/+2
2018-01-19swr/rast: work supporting optimizations in Debug builds.George Kyriazis2-9/+23
2018-01-19swr/rast: Add debugging type support for function types.George Kyriazis2-0/+21
2018-01-19swr/rast: Shader debugging workGeorge Kyriazis1-0/+6
2018-01-19swr/rast: Debug Symbols workGeorge Kyriazis4-19/+88
2018-01-19swr/rast: Initial work for debugging support.George Kyriazis6-16/+191
2018-01-19swr/rast: Add private state parameter in fetcherGeorge Kyriazis5-29/+41
2018-01-19swr/rast: Added missing define for Linux/gccGeorge Kyriazis1-0/+1
2018-01-19swr/rast: Fix one more invalid object format for windows.George Kyriazis1-1/+1
2018-01-19swr: allow a single swr architecture to be builtinChuck Atkins1-35/+49
2018-01-19swr: (autoconf) allow a single swr architecture to be builtinChuck Atkins1-11/+39
2018-01-19swr: fix clang 5 null cast warningGreg V1-3/+3
2018-01-19gallium: Make (num_)samples an unsigned intGert Wollny2-2/+6
2018-01-19st/vdpau: release held lock in error pathGrazvydas Ignotas1-1/+3
2018-01-18gallivm: support avx512 (16x32) in interleave2_halfGeorge Kyriazis1-2/+38
2018-01-18meson: ensure that xmlpool_options.h is generated for targets that need itDylan Baker3-12/+12
2018-01-19r600: enable ARB_enhanced_layoutsDave Airlie1-1/+1
2018-01-18vc5: add missing files to the tarballEmil Velikov1-0/+5
2018-01-18r600/sb: add lds related peepholes.Dave Airlie1-1/+8
2018-01-18r600/sb: use different stacks for tracking lds and queue usage.Dave Airlie2-3/+24
2018-01-18r600/sb: schedule LDS ops in appropriate places.Dave Airlie2-0/+7
2018-01-18r600/sb: hit the scheduler with a big hammer to avoid lds splits.Dave Airlie1-0/+3
2018-01-18r600/sb: adding lds oq tracking to the schedulerDave Airlie2-3/+15
2018-01-18r600/sb: add gcm support to avoid clause between lds read/queue readDave Airlie2-2/+17