aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* glsl/nir: add support for lowering bindless images_derefsKarol Herbst2019-04-121-1/+1
* nir: move brw_nir_rewrite_image_intrinsic into common codeKarol Herbst2019-04-121-1/+1
* intel/common: move gen_debug to intel/devMark Janes2019-04-104-4/+4
* i965: Advertise NV_compute_shader_derivativesCaio Marcelo de Oliveira Filho2019-04-081-0/+1
* intel: add dependency on genxml generated filesLionel Landwerlin2019-04-081-1/+1
* meson: strip rpath from megadriversEric Engestrom2019-04-011-0/+3
* i965: perf: update render basic configs for big core gen9/gen10Lionel Landwerlin2019-04-018-23/+24
* i965: perf: add ring busyness metric for cfl gt2Lionel Landwerlin2019-04-011-1/+165
* i965: perf: enable Icelake metricsLionel Landwerlin2019-03-313-3/+11
* i965: perf: add Icelake metricsLionel Landwerlin2019-03-311-0/+11899
* i965: perf: sklgt2: drop programming of an unused NOA registerLionel Landwerlin2019-03-311-11/+6
* i965: perf: hsw: drop register programming not needed on HSWLionel Landwerlin2019-03-311-2/+1
* i965: perf: chv: fixup counters namesLionel Landwerlin2019-03-311-25/+25
* i965: perf: add PMA stall metricsLionel Landwerlin2019-03-3110-10/+1140
* i965: perf: sklgt2: update memory write configLionel Landwerlin2019-03-311-7/+49
* i965: perf: sklgt2: update compute metrics configLionel Landwerlin2019-03-311-8/+2
* i965: perf: sklgt2: update a priority for register programmingLionel Landwerlin2019-03-311-2/+2
* i965,iris/blorp: do not blit 0-sizesSergii Romantsov2019-03-301-1/+9
* i965/blorp: Remove unused parameter from blorp_surf_for_miptree.Rafael Antognolli2019-03-281-24/+12
* i965,iris,anv: Make alpha to coverage work with sample maskDanylo Piliaiev2019-03-251-6/+12
* android: static link with libexpat with Android O+Kishore Kadiyala2019-03-251-1/+9
* i965/icl: Add WA_2204188704 to disable pixel shader panic dispatchAnuj Phogat2019-03-192-0/+10
* i965: Stop setting LowerBuferInterfaceBlocksJason Ekstrand2019-03-151-0/+4
* mesa: rename logging functions to reflect that they format stringsMark Janes2019-03-146-43/+43
* i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9Plamena Manolova2019-03-141-1/+24
* i965: remove scaling factors from P010, P012Tapani Pälli2019-03-141-2/+2
* i965: Reimplement all the PIPE_CONTROL rules.Kenneth Graunke2019-03-111-136/+403
* i965: Use genxml for emitting PIPE_CONTROL.Kenneth Graunke2019-03-117-230/+362
* i965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.Kenneth Graunke2019-03-112-2/+2
* i965: Move some genX infrastructure to genX_boilerplate.h.Kenneth Graunke2019-03-114-128/+174
* isl: Add a swizzle parameter to isl_buffer_fill_state()Kenneth Graunke2019-03-071-0/+1
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-071-1/+1
* intel/decoders: add address space indicator to get BOsLionel Landwerlin2019-03-071-1/+1
* i965: stop calling nir_lower_returns()Timothy Arceri2019-03-061-3/+1
* glsl: use NIR function inlining for drivers that use glsl_to_nir()Timothy Arceri2019-03-061-1/+1
* nir/lower_doubles: Inline functions directly in lower_doublesJason Ekstrand2019-03-061-4/+4
* glsl/nir: Add a shared helper for building float64 shadersJason Ekstrand2019-03-062-50/+3
* i965: Compile the fp64 program based on nir optionsJason Ekstrand2019-03-061-1/+2
* nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()Timothy Arceri2019-03-061-2/+2
* i965: Implement threaded GL support.Kenneth Graunke2019-03-053-0/+51
* i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0Yevhenii Kolesnikov2019-02-281-6/+12
* i965: fixed clamping in set_scissor_bits when the y is flippedEleni Maria Stea2019-02-261-1/+1
* i965: Add support for sampling from XYUV imagesKasireddy, Vivek2019-02-262-0/+9
* dri: meson: do not prefix user provided dri-drivers-pathSergii Romantsov2019-02-251-1/+1
* i965: re-emit index buffer state on a reset option change.Andrii Simiklit2019-02-203-1/+13
* i965: always enable EXT_float_blendIlia Mirkin2019-02-181-0/+1
* i965: scale factor changes should trigger recompileLionel Landwerlin2019-02-182-1/+16
* i965: Assert the execobject handles match for this deviceChris Wilson2019-02-161-0/+2
* i965: Removed the field etc_format from the struct intel_mipmap_treeEleni Maria Stea2019-02-153-18/+1
* i965: Enabled the OES_copy_image extension on Gen 7 GPUsEleni Maria Stea2019-02-151-4/+12