summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* panfrost/midgard: Handle csel correctlyAlyssa Rosenzweig2019-05-125-152/+128
* iris: Implement ARB_indirect_parametersIllia Iorin2019-05-115-23/+156
* iris: Split iris_update_draw_info into two functions.Kenneth Graunke2019-05-111-0/+12
* iris: Use full ways for L3 cache setup on Icelake.Kenneth Graunke2019-05-101-0/+1
* st/va: set the visible image dimensions in vlVaDeriveImageJulien Isorce2019-05-101-2/+4
* gallium: Add helper to convert PIPE blending to shader_enum styleAlyssa Rosenzweig2019-05-101-0/+92
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-105-6/+6
* winsys/amdgpu: add VCN JPEG to no user fence groupLeo Liu2019-05-101-1/+2
* lima: fix width 4096 resolution GP failQiang Yu2019-05-101-1/+1
* panfrost: Add CAPFs for conservative rasterizationTomeu Vizoso2019-05-101-0/+5
* panfrost: Only take the fast paths on buffers aligned to block sizeTomeu Vizoso2019-05-101-2/+2
* panfrost: Fix two uninitialized accesses in compilerTomeu Vizoso2019-05-101-1/+1
* panfrost: ci: Skip running some testsTomeu Vizoso2019-05-101-0/+2
* panfrost: ci: Don't restart WestonTomeu Vizoso2019-05-101-8/+1
* panfrost: ci: Update list of expected failuresTomeu Vizoso2019-05-101-79/+7
* panfrost: ci: Tweak dEQP to improve throughputTomeu Vizoso2019-05-101-2/+8
* panfrost: ci: Fix list of tests to runTomeu Vizoso2019-05-101-2/+2
* panfrost: ci: Check for incomplete runsTomeu Vizoso2019-05-101-0/+1
* panfrost: ci: Add tests to flip-flop listTomeu Vizoso2019-05-101-5/+48
* panfrost: ci: Add support for running the tests on RK3288Tomeu Vizoso2019-05-106-75/+193
* lima: fix tile buffer reloadingVasily Khoruzhick2019-05-092-2/+4
* iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERYKenneth Graunke2019-05-094-0/+72
* iris: Hook up device reset callbacksKenneth Graunke2019-05-094-1/+26
* iris: Try to recover from GPU hangs.Kenneth Graunke2019-05-093-0/+71
* iris: Add helpers to clone a hardware context.Chris Wilson2019-05-092-0/+25
* iris: Mark render batches as non-recoverable.Kenneth Graunke2019-05-091-0/+22
* nir: Initialize lower_flrp_progress everywhereIan Romanick2019-05-093-3/+3
* gallium: fix typo in commentEric Engestrom2019-05-091-1/+1
* iris: Reorganise execbuf to have a single point of failureChris Wilson2019-05-081-27/+20
* kmsro: add _dri.so to two of the kmsro drivers.Dave Airlie2019-05-091-2/+2
* iris: Report the same video memory settings as i965.Kenneth Graunke2019-05-082-2/+34
* gallium/util: fix two MSVC compiler warningsBrian Paul2019-05-082-3/+3
* gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* ddebug: fix a few MSVC compiler warningsBrian Paul2019-05-082-8/+9
* radeonsi: add an AMD_TEX_ANISO environment variableTimothy Arceri2019-05-081-0/+4
* iris: Also handle res->offset for buffer sampler/image viewsKenneth Graunke2019-05-071-8/+9
* iris: support dmabuf imports with offsetsMike Blumenkrantz2019-05-074-12/+12
* gallivm: fix broken 8-wide s3tc decodingRoland Scheidegger2019-05-071-17/+15
* lima: enable sin and cos lowering for GPVasily Khoruzhick2019-05-071-0/+1
* freedreno/ir3: move const_state to ir3_shaderRob Clark2019-05-071-8/+8
* freedreno/ir3: move immediates to const_stateRob Clark2019-05-071-2/+2
* freedreno/ir3: consolidate const stateRob Clark2019-05-071-15/+23
* intel/compiler: Use the flrp lowering pass for all stages on Gen4 and Gen5Ian Romanick2019-05-061-6/+6
* nir: Use the flrp lowering pass instead of nir_opt_algebraicIan Romanick2019-05-063-0/+71
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-076-8/+0
* panfrost: Refactor blend descriptorsAlyssa Rosenzweig2019-05-073-120/+122
* lima/gpir: enable lowering for ftruncVasily Khoruzhick2019-05-071-0/+1
* lima/gpir: implement nir_op_fmovVasily Khoruzhick2019-05-071-0/+1
* lima: use int_to_float lowering passVasily Khoruzhick2019-05-071-2/+6