summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-251-2/+2
* lima: move format handling to unified placeQiang Yu2019-08-258-103/+190
* lima/ppir: print register index and components number for spilled registerVasily Khoruzhick2019-08-241-1/+3
* lima/ppir: add control flow supportVasily Khoruzhick2019-08-246-23/+168
* lima/ppir: add better liveness analysisVasily Khoruzhick2019-08-245-74/+225
* lima/ppir: validate shader outputsVasily Khoruzhick2019-08-241-0/+13
* lima/ppir: turn store_color into ALU nodeVasily Khoruzhick2019-08-234-61/+27
* lima/ppir: create ppir block for each corresponding NIR blockVasily Khoruzhick2019-08-232-4/+49
* lima/ppir: add dummy opVasily Khoruzhick2019-08-233-5/+21
* lima/ppir: add write after read deps for registersVasily Khoruzhick2019-08-231-2/+25
* lima/ppir: fix ordering depsVasily Khoruzhick2019-08-231-6/+8
* lima/ppir: set write mask for texture loads if dest is regVasily Khoruzhick2019-08-231-1/+5
* lima/ppir: add support for unconditional branches and condition negationVasily Khoruzhick2019-08-234-8/+34
* lima/ppir: clone ld_{uni,tex,var} into each blockVasily Khoruzhick2019-08-234-5/+103
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-236-128/+99
* iris: Guard GEN9-only function in Iris state to avoid warningCaio Marcelo de Oliveira Filho2019-08-231-0/+2
* iris: Fix large timeout handling in rel2abs()Kenneth Graunke2019-08-231-13/+14
* iris: Set MOCS in all STATE_BASE_ADDRESS commandsKenneth Graunke2019-08-231-1/+14
* radeonsi/nir: Rewrite output scanningConnor Abbott2019-08-231-126/+150
* radeonsi/nir: Rewrite store intrinsic gatheringConnor Abbott2019-08-231-59/+84
* radeonsi/nir: Add const_index when loading GS inputsConnor Abbott2019-08-231-1/+1
* radeonsi/nir: Don't add const offset to indirectConnor Abbott2019-08-231-19/+6
* radeonsi/nir: Don't recompute num_inputs and num_outputsConnor Abbott2019-08-231-24/+3
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-233-18/+3
* iris: Avoid unnecessary resolves on transfer mapsKenneth Graunke2019-08-222-16/+31
* iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke2019-08-221-16/+5
* iris: Update fast clear colors on Gen9 with direct immediate writes.Kenneth Graunke2019-08-222-9/+26
* iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke2019-08-221-5/+6
* iris: Replace devinfo->gen with GEN_GENKenneth Graunke2019-08-221-22/+18
* panfrost: Implement gl_FragCoord correctlyAlyssa Rosenzweig2019-08-224-19/+19
* panfrost: Remove vertex buffer offset from its sizeAlyssa Rosenzweig2019-08-221-2/+5
* pan/decode: Validate MFBD tagsAlyssa Rosenzweig2019-08-221-1/+1
* swr: use LLVM version string instead of re-computing itEric Engestrom2019-08-221-2/+1
* llvmpipe: use LLVM version string instead of re-computing itEric Engestrom2019-08-221-2/+1
* iris/android: fix build and link with libmesa_intel_perfTapani Pälli2019-08-222-0/+2
* panfrost: Fix PIPE_BUFFER spacingAlyssa Rosenzweig2019-08-211-3/+3
* panfrost: Implement depth range clippingAlyssa Rosenzweig2019-08-211-3/+12
* panfrost: Don't bail on PIPE_BUFFERAlyssa Rosenzweig2019-08-211-5/+5
* panfrost: Pass stream_output_info by referenceAlyssa Rosenzweig2019-08-211-7/+7
* panfrost: Guard against NULL rasterizer explicitlyAlyssa Rosenzweig2019-08-211-1/+3
* panfrost: Fix missing ret assignment in DRM codeAlyssa Rosenzweig2019-08-211-1/+1
* panfrost: Hoist bo != NULL check before dereferenceAlyssa Rosenzweig2019-08-211-3/+3
* panfrost: Hoist job != NULL checkAlyssa Rosenzweig2019-08-211-3/+1
* panfrost: Prevent potential integer overflow in instancingAlyssa Rosenzweig2019-08-211-1/+1
* panfrost: Clarify intention with PIPE_SWIZZLE_X checkAlyssa Rosenzweig2019-08-211-1/+2
* panfrost: Pay attention to framebuffer dimension signAlyssa Rosenzweig2019-08-211-9/+2
* panfrost: Don't check reads_point_coordAlyssa Rosenzweig2019-08-211-1/+1
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-213-30/+60
* panfrost: Break up usage2 fieldAlyssa Rosenzweig2019-08-211-19/+10
* panfrost: Remove ancient TODOAlyssa Rosenzweig2019-08-211-2/+0