aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iris/perf: add delete queryMark Janes2019-08-092-0/+16
* iris/perf: implement iris_create_monitor_objectMark Janes2019-08-094-0/+110
* iris/perf: implement routines to return counter infoMark Janes2019-08-097-1/+360
* anv: add missing `break`Eric Engestrom2019-08-091-0/+1
* util: drop final reference to p_compiler.hLionel Landwerlin2019-08-093-40/+38
* util: os_misc: drop p_compiler.h includeLionel Landwerlin2019-08-091-1/+2
* util: u_math: drop p_compiler.h includeLionel Landwerlin2019-08-092-25/+23
* vc4: prepare for p_compiler.h dependency removalLionel Landwerlin2019-08-091-0/+2
* amd: prepare dropping include of p_compiler.hLionel Landwerlin2019-08-093-4/+5
* mesa: be consistent on GL_TRUE/GL_FALSE & TRUE/FALSELionel Landwerlin2019-08-092-3/+3
* mesa: drop some p_compiler.h typesLionel Landwerlin2019-08-091-2/+2
* mesa: add stddef include in preparation for dropping p_compiler.hLionel Landwerlin2019-08-092-0/+2
* panfrost: prepare for p_compiler.h dependency removalLionel Landwerlin2019-08-091-0/+1
* i965: don't use p_compiler.h typesLionel Landwerlin2019-08-091-1/+1
* panfrost: Assign varying buffers dynamicallyAlyssa Rosenzweig2019-08-092-36/+23
* panfrost: Assign indices at draw-timeAlyssa Rosenzweig2019-08-091-8/+63
* panfrost: Break out pan_varyings.cAlyssa Rosenzweig2019-08-094-156/+190
* panfrost: Enable PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSAlyssa Rosenzweig2019-08-091-0/+2
* panfrost: Import streamout data structuresAlyssa Rosenzweig2019-08-092-1/+24
* pan/midgard: Account for swizzle/mask in st_varyAlyssa Rosenzweig2019-08-091-2/+14
* pan/decode: Resolve crash with NULL attr/varyingsAlyssa Rosenzweig2019-08-091-0/+5
* gallium/swr: Fix glClear when it's used with glEnable/glDisable GL_SCISSOR_TESTKrzysztof Raszkowski2019-08-091-64/+5
* util: Revert "util: added missing headers in anon-file"Gurchetan Singh2019-08-091-2/+0
* etnaviv: Remove etna_bo_from_handle() prototypeMarek Vasut2019-08-091-2/+0
* anv: drop unused codeLionel Landwerlin2019-08-091-17/+0
* etnaviv: fix typoChristian Gmeiner2019-08-091-3/+3
* etnaviv: add gpu_supports_texture_target(..)Christian Gmeiner2019-08-091-8/+18
* util: Cygwin has linux-style pthread_setname_npJon Turney2019-08-091-1/+1
* anv/android: disable shared representable image support explicitlyTapani Pälli2019-08-091-0/+10
* lima: introduce a struct describing texture descriptorVasily Khoruzhick2019-08-083-56/+150
* lima: add texel format tableVasily Khoruzhick2019-08-083-51/+53
* util: added missing headers in anon-fileGurchetan Singh2019-08-081-0/+2
* virgl: check scanout maskGurchetan Singh2019-08-082-0/+7
* virgl: fixup_readback_format --> fixup_formatsGurchetan Singh2019-08-081-8/+7
* virgl: access caps in a less verbose way in virgl_is_format_supportedGurchetan Singh2019-08-081-9/+9
* pan/midgard: Disassemble load/store barrel shiftAlyssa Rosenzweig2019-08-082-5/+30
* util/anon_file: const string paramEric Engestrom2019-08-082-2/+2
* util/anon_file: drop unused #includeEric Engestrom2019-08-081-1/+0
* util/anon_file: add missing #includeEric Engestrom2019-08-081-0/+3
* intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V2019-08-081-0/+4
* util: fix cpuset support on FreeBSDGreg V2019-08-081-0/+7
* i965/tiled_memcpy: avoid creating bswap32 if it exists as a macro (e.g. on Fr...Greg V2019-08-081-0/+3
* anv: add MAP_POPULATE fallback define for portabilityGreg V2019-08-081-0/+4
* anv: remove unused Linux-specific includeGreg V2019-08-081-1/+0
* meson: define ETIME to ETIMEDOUT if not presentGreg V2019-08-082-6/+0
* lima: Fix Android.mkRoman Stratiienko2019-08-082-4/+18
* Add libpanfrost_shared to Android buildRoman Stratiienko2019-08-081-1/+6
* anv,i965,iris: deduplicate setting of total_sharedRhys Perry2019-08-084-6/+1
* anv: use derefs for shared memory accessRhys Perry2019-08-081-4/+19
* nir: add nir_lower_to_explicit()Rhys Perry2019-08-086-3/+208