summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util/ra: Add a getter for a node classAlyssa Rosenzweig2019-07-252-0/+8
* panfrost/ci: Update kernel to 5.2Tomeu Vizoso2019-07-252-3/+3
* egl: Also query modifiers when exporting DMABufNicolas Dufresne2019-07-251-4/+22
* mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3Heinrich Fink2019-07-253-4/+8
* 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/algebraic: add scmp algebraic optimizationsJonathan Marek2019-07-241-0/+16
* nir/algebraic: add option to lower fall_equalN/fany_nequalNJonathan Marek2019-07-242-0/+9
* nir/algebraic: add fdot2 optimizationsJonathan Marek2019-07-241-0/+3
* nir/algebraic: add option to lower fdphJonathan Marek2019-07-242-1/+6
* nir: replace lower_sincos with algebraic optJonathan Marek2019-07-246-144/+13
* nir/algebraic: allow swizzle in nir_algebraic replace expressionJonathan Marek2019-07-244-6/+22
* gallium/u_transfer_helper: fix assert in RGTC caseRob Clark2019-07-241-26/+27
* main: Free memory allocated for gl_bitmap_atlas structureYevhenii Kolesnikov2019-07-241-0/+1
* nir,intel: lower if (cond) demote() to new intrinsic demote_if(cond)Daniel Schürmann2019-07-245-22/+38
* i965: Use NIR to lower legacy userclipping.Kenneth Graunke2019-07-249-158/+64
* anv: Implement VK_EXT_subgroup_size_controlJason Ekstrand2019-07-243-2/+46
* anv/pipeline: Plumb pipeline shader stage create flagsJason Ekstrand2019-07-241-12/+21
* intel/compiler: Allow for required subgroup sizesJason Ekstrand2019-07-243-6/+42
* intel/compiler: Allow for varying subgroup sizesJason Ekstrand2019-07-243-2/+26
* nir/lower_subgroups: Properly lower masks when subgroup_size == 0Jason Ekstrand2019-07-241-5/+11
* vulkan: Update the XML and headers to 1.1.116Jason Ekstrand2019-07-242-47/+125
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-2411-13/+55
* intel/compiler: Lower gl_SubgroupSize in postprocess_nirJason Ekstrand2019-07-241-2/+7
* intel/nir: Make brw_nir_apply_sampler_key more genericJason Ekstrand2019-07-247-16/+26
* nir: Add lowering for nir_op_irem and nir_op_imodSagar Ghuge2019-07-241-2/+16
* main: Fix memleaks in mesa_use_programYevhenii Kolesnikov2019-07-241-0/+2
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-241-1/+1
* lima/ppir: fix disassembler temp read/write printQiang Yu2019-07-241-9/+23
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-244-10/+16
* util: fix no-op macro (bad number of arguments)Eric Engestrom2019-07-241-1/+1
* radv/gfx10: enable VK_EXT_transform_feedbackSamuel Pitoiset2019-07-241-1/+1
* radv/gfx10: do not enable NGG if a pipeline uses XFBSamuel Pitoiset2019-07-241-0/+27
* radv/gfx10: emit streamout shader configSamuel Pitoiset2019-07-241-7/+7
* radv/gfx10: declare streamout user SGPRsSamuel Pitoiset2019-07-241-3/+0
* radv/gfx10: update streamout descriptorsSamuel Pitoiset2019-07-241-2/+9
* radv/gfx10: fix VS input VGPRs with the legacy pathSamuel Pitoiset2019-07-242-5/+15
* gallivm: rework lp_build_tgsi_soa to take a structDave Airlie2019-07-245-114/+126
* nir/lower_io: Return SSA defs from helpersJason Ekstrand2019-07-231-25/+42
* meson: allow building all glx without any driversDylan Baker2019-07-232-7/+5
* 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
* radv/gfx10: Enable binning.Bas Nieuwenhuizen2019-07-231-2/+1
* radv/gfx10: Implement bin size calculation.Bas Nieuwenhuizen2019-07-231-2/+112
* radv/gfx9: Select between depth/color bins based on area.Bas Nieuwenhuizen2019-07-231-2/+2
* radv: Generalize binning settings.Bas Nieuwenhuizen2019-07-231-10/+2
* radv/gfx10: Use new scan converter.Bas Nieuwenhuizen2019-07-231-9/+51
* radv: Set FLUSH_ON_BINNING_TRANSITION.Bas Nieuwenhuizen2019-07-233-10/+50