aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: introduce new state dirty tracking for compute.Dave Airlie2019-09-043-1/+3
* llvmpipe: add initial shader create/bind/destroy variants framework.Dave Airlie2019-09-044-0/+118
* llvmpipe: add compute debug optionDave Airlie2019-09-042-0/+2
* gallivm: add compute jit interface.Dave Airlie2019-09-043-1/+196
* llvmpipe: add initial compute state structsDave Airlie2019-09-043-0/+40
* llvmpipe: introduce compute shader contextDave Airlie2019-09-046-0/+98
* gallivm: add barrier support for compute shaders.Dave Airlie2019-09-042-1/+23
* llvmpipe: add compute threadpool + mutexDave Airlie2019-09-046-2/+256
* gallivm: add support for compute shared memoryDave Airlie2019-09-043-19/+46
* gallivm: add new compute related intrinsicsDave Airlie2019-09-042-0/+19
* llvmpipe: reogranise jit pointer orderingDave Airlie2019-09-042-31/+31
* gallivm: add coroutine pass manager supportDave Airlie2019-09-043-1/+32
* gallivm: add coroutine support files to gallivm.Dave Airlie2019-09-044-0/+273
* gallivm/flow: add counter reset for loopsDave Airlie2019-09-042-0/+20
* llvmpipe: enable fb no attachDave Airlie2019-09-041-1/+2
* iris: Report correct number of planes for planar imagesKenneth Graunke2019-09-031-1/+8
* teximage: ensure that Tex*SubImage* checks formatIlia Mirkin2019-09-041-0/+9
* gallium/hud: add CPU usage support for DragonFly/NetBSD/OpenBSDJan Beich2019-09-031-2/+41
* lima: Return fence unconditionallyRoman Stratiienko2019-09-041-4/+2
* lima/ppir: clone uniforms and load_coords into each successorVasily Khoruzhick2019-09-044-41/+155
* lima/ppir: don't assume that load coords gets value from registerVasily Khoruzhick2019-09-043-9/+13
* lima/ppir: add common helper for creating movsVasily Khoruzhick2019-09-043-49/+41
* nir: fix memleak in error pathEric Engestrom2019-09-041-1/+3
* freedreno/drm-shim: fix mem leakEric Engestrom2019-09-041-3/+4
* anv: fix format string in error messageEric Engestrom2019-09-041-1/+1
* util/os_file: fix double-close()Eric Engestrom2019-09-041-1/+0
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-041-1/+3
* ttn: fix 64-bit shift on 32-bit `1`Eric Engestrom2019-09-041-1/+1
* freedreno/ir3: use uniform baseRob Clark2019-09-031-4/+4
* freedreno/drm: fix 64b iova shiftsRob Clark2019-09-031-10/+4
* nir: remove unused constant_fold_stateRob Clark2019-09-031-6/+0
* freedreno: Fix the type of single-component scaled vertex attrs.Eric Anholt2019-09-034-12/+12
* radeonsi/nir: Remove uniform variable scanningConnor Abbott2019-09-031-84/+7
* ttn: Fill out more info fieldsConnor Abbott2019-09-031-0/+4
* nir: Fix num_ssbos when lowering atomic countersConnor Abbott2019-09-033-6/+23
* ac/nir: Fix gather4 integer wa with unnormalized coordinatesConnor Abbott2019-09-031-4/+26
* ac/nir: Rewrite gather4 integer workaround based on radeonsiConnor Abbott2019-09-031-65/+85
* egl: warn user if they set an invalid EGL_PLATFORMEric Engestrom2019-09-031-0/+3
* panfrost: Remove panfrost_uploadAlyssa Rosenzweig2019-09-032-26/+0
* panfrost: Fix misc. issues flagged by cppcheckAlyssa Rosenzweig2019-09-033-10/+7
* panfrost: Mark (1 << 31) as unsignedAlyssa Rosenzweig2019-09-031-3/+3
* pan/midgard: Remove mir_rewrite_index_*_tagAlyssa Rosenzweig2019-09-032-29/+0
* pan/midgard: Remove mir_print_bundleAlyssa Rosenzweig2019-09-031-13/+0
* pan/midgard: Remove cppwrap.cppAlyssa Rosenzweig2019-09-032-10/+0
* pan/midgard: Fix cppcheck issuesAlyssa Rosenzweig2019-09-035-22/+27
* pan/midgard: Correct issues in disassemble.cAlyssa Rosenzweig2019-09-031-23/+22
* pan/decode: Add missing format specifierAlyssa Rosenzweig2019-09-031-1/+1
* pan/decode: Use portable format specifier for 64-bitAlyssa Rosenzweig2019-09-031-1/+1
* pan/decode: Use %zu instead of %dAlyssa Rosenzweig2019-09-031-3/+3
* pan/decode: Fix uninitialized variablesAlyssa Rosenzweig2019-09-031-2/+5