summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Prevent classic swrast crash on a surfaceless context v2.Mathias Fröhlich2019-05-281-1/+8
* intel: Move brw_prog_key_set_id from i965 to the compiler.Kenneth Graunke2019-05-212-20/+0
* meson: expose glapi through osmesaEric Engestrom2019-05-181-1/+2
* i965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_bufferJordan Justen2019-05-141-1/+5
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-142-2/+8
* i965: Pass compiler to default key populatorsKenneth Graunke2019-05-1413-27/+37
* i965/miptree: Refactor intel_miptree_supports_ccs_e()Nanley Chery2019-05-141-10/+5
* i965/miptree: Drop intel_*_supports_hiz()Nanley Chery2019-05-141-35/+2
* i965/miptree: Drop intel_*_supports_ccs()Nanley Chery2019-05-141-124/+6
* i965/miptree: Drop intel_miptree_supports_mcs()Nanley Chery2019-05-141-46/+1
* i965/miptree: Fall back to no aux if creation failsNanley Chery2019-05-141-5/+6
* mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2019-05-139-10/+10
* i965: Fix memory leaks in brw_upload_cs_work_groups_surface().Kenneth Graunke2019-05-101-0/+5
* i965: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-071-1/+5
* i965: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-071-0/+2
* i965: Fix BRW_MEMZONE_LOW_4G heap size.Kenneth Graunke2019-05-071-1/+4
* mesa: Remove the now unused _NEW_ARRAY state change flag.Mathias Fröhlich2019-05-041-1/+0
* mesa: Rip out now unused gl_context::aelt_context.Mathias Fröhlich2019-05-042-2/+0
* anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand2019-05-031-7/+0
* meson: lift driver-collection out into parent build-fileErik Faye-Lund2019-05-027-23/+17
* i965: Re-enable fast color clears for GEN11.Plamena Manolova2019-04-291-15/+8
* delete autotools input filesEric Engestrom2019-04-292-23/+0
* delete autotools .gitignore filesEric Engestrom2019-04-291-1/+0
* 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