aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead of VARYING_SLOT_POSJason Ekstrand2019-07-301-1/+1
* i965: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* i965/gen10: Remove unnecessary workaround.Rafael Antognolli2019-07-291-16/+0
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-292-0/+2
* intel: replace large stack buffer with heap allocationEric Engestrom2019-07-291-4/+5
* i965: Use NIR to lower legacy userclipping.Kenneth Graunke2019-07-242-0/+61
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+2
* i965: free object labels when deletingSergii Romantsov2019-07-223-0/+3
* spirv_extensions: i965: initialize SPIR-V extensionsAlejandro Piñeiro2019-07-171-1/+10
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-161-0/+2
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-164-8/+6
* mesa: Drop redundant checks for sRGB before sRGB to linear conversion.Eric Anholt2019-07-161-3/+3
* 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