summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/meson.build
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/i965: Remove driverDylan Baker1-166/+0
2021-05-04i965: drop old brw ff gs code.Dave Airlie1-1/+0
2021-04-20intel: Rename {i965, iris, anv, isl}_gen prefix in build filesAnuj Phogat1-4/+4
2021-04-02intel: Rename genx keyword in filenames to gfxxAnuj Phogat1-13/+13
2021-04-02intel: Rename GEN_VERSIONx10 macro to GFX_VERx10Anuj Phogat1-1/+1
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-31/+31
2020-11-24util: Add helgrind support for simple_mtxRob Clark1-1/+1
2020-10-15i965: Don't build Gen10-specific files and librariesIan Romanick1-1/+1
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-3/+5
2020-03-28intel: drop unused include directoriesEric Engestrom1-2/+2
2020-03-28meson: inline `inc_common`Eric Engestrom1-2/+2
2019-08-07intel/perf: move query_object into perfMark Janes1-1/+0
2019-08-07intel/perf: enumerate query-based metrics in perfMark Janes1-1/+0
2019-08-07meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen1-3/+6
2019-06-27meson: set up a proper internal dependency for xmlconfigEric Engestrom1-3/+3
2019-05-02meson: lift driver-collection out into parent build-fileErik Faye-Lund1-3/+0
2019-04-17i965: extract performance query metricsLionel Landwerlin1-31/+2
2019-04-08intel: add dependency on genxml generated filesLionel Landwerlin1-1/+1
2019-03-31i965: perf: enable Icelake metricsLionel Landwerlin1-0/+1
2019-03-11i965: Use genxml for emitting PIPE_CONTROL.Kenneth Graunke1-2/+2
2019-03-11i965: Move some genX infrastructure to genX_boilerplate.h.Kenneth Graunke1-1/+2
2019-03-06glsl/nir: Add a shared helper for building float64 shadersJason Ekstrand1-1/+1
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2019-01-10intel/isl: move tiled_memcpy static libs from i965 to islTapani Pälli1-37/+1
2019-01-09i965: Compile fp64 software routines and lower double-opsMatt Turner1-1/+1
2018-10-24meson: fix formatting and add extra_files to i965Dylan Baker1-10/+12
2018-10-23i965/tiled_memcpy: inline movntdqa loads in tiled_to_linearScott D Phillips1-3/+35
2018-09-07intel: compiler option msse2 and mstackrealignSergii Romantsov1-3/+3
2018-08-10meson: Build with Python 3Mathieu Bridon1-1/+1
2018-06-18meson: fix i965/anv/isl genX static lib namesEric Engestrom1-1/+1
2018-05-26i965: Revert recent tiled memcpy changes.Kenneth Graunke1-15/+3
2018-05-25i965/tiled_memcpy: inline movntdqa loads in tiled_to_linearScott D Phillips1-3/+15
2018-05-08i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand1-2/+0
2018-04-23i965: perf: add support for raw queriesLionel Landwerlin1-0/+1
2018-04-23i965: perf: extract utility functionsLionel Landwerlin1-0/+1
2018-03-22i965: add performance query support on CNLLionel Landwerlin1-0/+1
2018-03-20i965: perf: reduce i965 binary sizeLionel Landwerlin1-13/+24
2018-03-05intel: Split gen_device_info out into libintel_devJordan Justen1-1/+2
2018-02-16i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke1-0/+1
2018-02-15i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat1-1/+1
2018-02-14meson: use a custom target instead of a generator for i965 oaDylan Baker1-11/+10
2018-01-11meson: Use dependencies for nirDylan Baker1-5/+5
2018-01-11meson: don't use intermediate variables that are immediately discardedDylan Baker1-2/+1
2018-01-11meson: Use consistent styleDylan Baker1-9/+14
2017-12-08i965: Add ARB_get_program_binary support using nir_serializationJordan Justen1-0/+1
2017-11-28i965: perf: add support for CoffeeLake GT3Lionel Landwerlin1-1/+1
2017-11-28i965: perf: add support for CoffeeLake GT2Lionel Landwerlin1-1/+1
2017-10-31i965: add initial implementation of on disk shader cacheTimothy Arceri1-0/+1
2017-10-12i965: Get rid of gen7_cs_state.cJason Ekstrand1-1/+0
2017-10-09meson: Build i965 and dri stackDylan Baker1-0/+178