aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* vulkan/overlay: bounce image back to present layoutLionel Landwerlin2019-09-031-2/+30
* broadcom/vc4: Expand width of dst surfaceZhaowei Yuan2019-09-031-1/+1
* swr: Fix make_unique build error.Vinson Lee2019-09-021-3/+3
* loader: include limits.h for PATH_MAXnia2019-09-021-0/+1
* util: only allow _BitScanReverse64 on 64-bit cpusErik Faye-Lund2019-09-022-3/+3
* mesa/x86: improve SSE-checks for MSVCErik Faye-Lund2019-09-021-2/+2
* util: do not assume MSVC implies SSEErik Faye-Lund2019-09-021-4/+3
* util: fix SSE-version needed for double opcodesErik Faye-Lund2019-09-021-1/+1
* mesa/main: remove unused includeErik Faye-Lund2019-09-021-1/+0
* nir: do not assume that the result of fexp2(a) is always an integralSamuel Pitoiset2019-09-021-0/+1
* egl: fix platform selectionLionel Landwerlin2019-09-021-2/+7
* iris: Lessen texture cache hack flush for blits/copies on Icelake.Kenneth Graunke2019-08-311-16/+34
* util: Define strchrnul on macOS.Vinson Lee2019-08-311-1/+1
* gallium/auxiliary/indices: consistently apply start only to inputErik Faye-Lund2019-08-311-10/+10
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-08-313-0/+28
* pan/midgard: Use shared psiz clamp passAlyssa Rosenzweig2019-08-304-82/+1
* pan/midgard: Remove mir_opt_post_move_eliminateAlyssa Rosenzweig2019-08-302-49/+0
* pan/midgard: Schedule before RAAlyssa Rosenzweig2019-08-301-27/+29
* pan/midgard: Handle fragment writeout in RAAlyssa Rosenzweig2019-08-306-24/+49
* pan/midgard: Do not propagate swizzles into writeoutAlyssa Rosenzweig2019-08-301-3/+5
* pan/midgard: Fix misc. RA issuesAlyssa Rosenzweig2019-08-301-10/+15
* pan/midgard: Print MIR by the bundleAlyssa Rosenzweig2019-08-301-2/+11
* pan/midgard: Print branches in MIRAlyssa Rosenzweig2019-08-301-1/+8
* pan/midgard: Remove texture_indexAlyssa Rosenzweig2019-08-302-6/+0
* pan/midgard: Cleanup fragment writeout branchAlyssa Rosenzweig2019-08-301-2/+3
* pan/midgard: Add scheduling barriersAlyssa Rosenzweig2019-08-301-38/+42
* pan/midgard: Track shader quadword count while schedulingAlyssa Rosenzweig2019-08-303-7/+7