summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* lima/gp: Clean up lima_program_optimize_vs_nir() a littleConnor Abbott2019-07-281-1/+1
* lima/gpir/sched: Don't try to spill when something else has succeededConnor Abbott2019-07-281-7/+4
* nv50/ir: don't consider the main compute function as taking argumentsIlia Mirkin2019-07-271-1/+1
* nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin2019-07-271-2/+3
* nouveau: flip DEBUG -> !NDEBUGIlia Mirkin2019-07-2710-49/+15
* nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin2019-07-271-18/+27
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-272-14/+18
* gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin2019-07-271-52/+52
* radeon/vcn: enable rate control for hevc encodingBoyuan Zhang2019-07-261-1/+7
* radeon/uvd: enable rate control for hevc encodingBoyuan Zhang2019-07-261-1/+7
* radeon/vcn: fix poc for hevc encodeBoyuan Zhang2019-07-262-2/+3
* radeon/uvd: fix poc for hevc encodeBoyuan Zhang2019-07-262-3/+3
* v3d: fix glDrawTransformFeedback{Instanced}()Iago Toral Quiroga2019-07-262-2/+18
* v3d: subclass pipe_streamout_output_target to record TF vertices writtenIago Toral Quiroga2019-07-263-8/+25
* v3d: refactor v3d_tf_statistics_record slightlyIago Toral Quiroga2019-07-261-7/+7
* Revert "panfrost: Don't DIY point size/coord fields"Alyssa Rosenzweig2019-07-251-2/+6
* iris: Use gen_mi_builder to handle CS ALU operations.Kenneth Graunke2019-07-256-474/+151
* iris: Make iris_query.c a genxml-compiled file.Kenneth Graunke2019-07-256-65/+48
* iris: Move iris_resolve_conditional_render to the vtable.Kenneth Graunke2019-07-253-5/+8
* iris: Refactor genxml macros and inlines into iris_genx_macros.h.Kenneth Graunke2019-07-254-73/+125
* iris: Make an iris_genx_protos.h header for prototypes.Kenneth Graunke2019-07-254-28/+74
* radeonsi: fix DAL hang due to incorrect DCC offset on RavenMarek Olšák2019-07-251-1/+22
* panfrost: Compute I/O counts from shader_infoAlyssa Rosenzweig2019-07-251-3/+14
* panfrost: Don't DIY point size/coord fieldsAlyssa Rosenzweig2019-07-251-6/+2
* panfrost: Use nir_gather_info information about discardsAlyssa Rosenzweig2019-07-251-1/+1
* panfrost: Use NIR helper invocations infoAlyssa Rosenzweig2019-07-253-1/+5
* panfrost/sfbd: Flesh out fragment jobAlyssa Rosenzweig2019-07-251-13/+35
* panfrost: Disable tiled formats on SFBD systemsAlyssa Rosenzweig2019-07-251-1/+3
* panfrost: Move require_sfbd to screenAlyssa Rosenzweig2019-07-256-15/+18
* panfrost: Reserve, but do not upload, shader paddingAlyssa Rosenzweig2019-07-251-3/+3
* panfrost/ci: Update kernel to 5.2Tomeu Vizoso2019-07-252-3/+3
* panfrost: Don't expose some atomic stuff even with dEQPAlyssa Rosenzweig2019-07-241-1/+2
* gallium: fix windows build from params change.Dave Airlie2019-07-253-6/+12
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+1
* gallium/u_transfer_helper: fix assert in RGTC caseRob Clark2019-07-241-26/+27
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+1
* lima/ppir: fix disassembler temp read/write printQiang Yu2019-07-241-9/+23
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-241-2/+4
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-245-114/+126
* swr/rasterizer: Fix 3D resource copies.Jan Zielinski2019-07-231-0/+14
* swr/rasterizer: Fix return type on SIMD8 version of Clamp and Normalize utili...Jan Zielinski2019-07-231-2/+2
* swr/rasterizer: small formatting changesJan Zielinski2019-07-233-22/+48
* swr/rasterizer: Adding support for unhandled clipEnable stateJan Zielinski2019-07-233-4/+8
* radeonsi/nir: set tgsi_shader_info::uses_fbfetch for KHR_blend_equation_adv.Marek Olšák2019-07-231-5/+23
* tgsi/scan: add uses_fbfetchMarek Olšák2019-07-233-1/+5
* radeonsi: fail if importing a texture with incorrect last_level or samplesMarek Olšák2019-07-231-5/+38
* radeonsi: rewrite si_get_opaque_metadata, also for gfx10 supportMarek Olšák2019-07-231-24/+40
* radeonsi: simplify si_get_input_prim and remove incorrect TODO commentMarek Olšák2019-07-233-11/+5
* radeonsi/gfx10: fix and enable CLEAR_STATEMarek Olšák2019-07-232-1/+3
* radeonsi: stop using info.opcode_count[TGSI_OPCODE_INTERP_SAMPLE]Marek Olšák2019-07-231-1/+2