aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* meson: Force '.so' extension for DRI driversJon Turney2019-04-251-0/+1
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-246-10/+10
* i965: Tidy bogus indentation left by previous commitKenneth Graunke2019-04-221-26/+24
* i965: Ignore uniform storage for samplers or images, use binding infoKenneth Graunke2019-04-223-18/+28
* i965: implement WaEnableStateCacheRedirectToCSLionel Landwerlin2019-04-182-0/+6
* intel/perf: drop counter size fieldLionel Landwerlin2019-04-172-5/+6
* i965: perf: add mdapi pipeline statistics queries on gen10/11Lionel Landwerlin2019-04-171-1/+9
* i965: move mdapi guid into intel/perfLionel Landwerlin2019-04-171-2/+1
* i965: move mdapi result data format to intel/perfLionel Landwerlin2019-04-173-96/+10
* i965: move brw_timebase_scale to device infoLionel Landwerlin2019-04-175-19/+15
* i965: move OA accumulation code to intel/perfLionel Landwerlin2019-04-173-167/+45
* i965: move mdapi data structure to intel/perfLionel Landwerlin2019-04-171-96/+7
* i965: extract performance query metricsLionel Landwerlin2019-04-1723-148117/+206
* i965: store device revision in gen_device_infoLionel Landwerlin2019-04-173-6/+4
* i965: Move program key debugging to the compiler.Kenneth Graunke2019-04-169-283/+36
* Delete autotoolsDylan Baker2019-04-1510-655/+0
* intel: Emit 3DSTATE_VF_STATISTICS dynamicallyKenneth Graunke2019-04-142-6/+24
* 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