summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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-252-4/+8
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-241-1/+1
* 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
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-242-44/+56
* 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-231-1/+1
* 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
* ac/nir: implement nir_op_pack_{us}norm_2x16Marek Olšák2019-07-231-2/+0
* u_blitter: add a msaa parameter to util_blitter_clearPierre-Eric Pelloux-Prayer2019-07-236-6/+12
* kmsro: Extend to include mxsfb-drmGuido Günther2019-07-231-0/+1
* panfrost/midgard: Allocate registers once (per-screen)Alyssa Rosenzweig2019-07-233-2/+5
* panfrost: Fix T6XX SupportArnaud Patard2019-07-231-1/+9
* panfrost: Use correct definition for is_t6xxAlyssa Rosenzweig2019-07-231-1/+1
* radeonsi: Allow PIPE_TEXTURE_2D_ARRAY in si_texture_from_handleMichel Dänzer2019-07-231-2/+3
* panfrost: Fake CAPs for dEQP-GLES31Alyssa Rosenzweig2019-07-231-2/+14
* nvc0/ir: Fix assert accessing null pointerMark Menzynski2019-07-231-1/+1
* lima/ppir: fix branch codegen register encodeErico Nunes2019-07-231-2/+2
* lima/ppir: fix debug logs in regallocErico Nunes2019-07-231-2/+2