summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h bitsuse-utils-functions2Dylan Baker2019-07-0861-67/+3
* replace imports memory functions with utils memory functionsDylan Baker2019-07-082-14/+14
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2019-07-0830-0/+30
* Replace IROUND_POS with _mesa_lroundevenfDylan Baker2019-07-081-1/+1
* replace _mesa_snprintf with util_snprintfDylan Baker2019-07-081-3/+3
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-07-086-12/+12
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-07-086-12/+12
* dri/osmesa: use preprocessor for selecting endian code pathsDylan Baker2019-07-081-6/+9
* r100: Use preprocessor to select big vs little endian pathsDylan Baker2019-07-083-48/+53
* r200: use preprocessor for big vs little endian checksDylan Baker2019-07-082-45/+38
* replace _mesa_logbase2 with util_logbase2Dylan Baker2019-07-083-3/+3
* replace _mesa_next_pow_two_* with util_next_power_of_two_*Dylan Baker2019-07-081-1/+1
* replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker2019-07-084-7/+7
* 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