aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-161-0/+14
* i965: don't use disk cache with SPIR-V shadersAlejandro Piñeiro2019-07-121-2/+16
* compiler: Save a single copy of the softfp64 shader in the context.Kenneth Graunke2019-07-101-6/+4
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-1011-95/+75
* i965/program_cache: Cast the key to char * before adding key_sizeJason Ekstrand2019-07-101-1/+1
* i965: disable repacking for compression for applicable genDongwon Kim2019-07-082-0/+10
* i965: call to gl_nir_link_uniform_blocksAlejandro Piñeiro2019-06-301-0/+4
* i965: use GLboolean for all brw_link_shader returnsAlejandro Piñeiro2019-06-301-3/+3
* i965/icl: Apply WA_1606682166 to compute workloadsAnuj Phogat2019-06-281-1/+3
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-282-10/+0
* i965/icl: Fix WA_1606682166Anuj Phogat2019-06-281-2/+1
* meson: set up a proper internal dependency for xmlconfigEric Engestrom2019-06-272-5/+5
* i965: leaking of upload-BO with push constantsSergii Romantsov2019-06-251-0/+10
* i965: Move resources lowering after NIR linkingCaio Marcelo de Oliveira Filho2019-06-243-10/+33
* i965,iris: Move guardband calculations to a common locationJason Ekstrand2019-06-211-92/+2
* meson: Search for execinfo.hJory Pratt2019-06-191-1/+1
* i965: support UYVY for external import onlyHaihao Xiang2019-06-141-1/+2
* i965: Fix INTEL_DEBUG=batCaio Marcelo de Oliveira Filho2019-06-122-23/+9
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-2/+2
* i965: Allow signed/unsigned integer conversions in miptree up/downloadKenneth Graunke2019-06-051-24/+0
* intel/nir: Take nir_shader*s in brw_nir_link_shadersJason Ekstrand2019-06-051-2/+2
* intel/nir: Stop returning the shader from helpersJason Ekstrand2019-06-051-1/+1
* 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