summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add fragment shader image supportDave Airlie2019-08-2711-8/+334
* llvmpipe: introduce image jit type to fragment shader jit.Dave Airlie2019-08-272-2/+67
* llvmpipe: move the fragment shader variant key to dynamic length.Dave Airlie2019-08-272-22/+46
* llvmpipe: handle early test property.Dave Airlie2019-08-271-2/+6
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-272-10/+10
* llvmpipe: refactor jit type creationDave Airlie2019-08-271-76/+87
* virgl: fix format conversion for recent gallium changes.Dave Airlie2019-08-266-16/+303
* lima/ppir: enable vectorize optimizationErico Nunes2019-08-251-0/+5
* lima/ppir: lower selects to scalarsErico Nunes2019-08-251-0/+5
* lima: fix ppir spill stack allocationErico Nunes2019-08-254-9/+25
* 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