summaryrefslogtreecommitdiff
path: root/src/mesa/meson.build
Commit message (Expand)AuthorAgeFilesLines
* vbo: move reusable code from vbo_attrib_tmp.h into vbo_util.hMarek Olšák2020-02-041-0/+1
* vbo: move GLvertexformat initialization into a template header file for reuseMarek Olšák2020-02-041-0/+1
* mesa/st: Move the dword slot counting function to glsl_types as well.Eric Anholt2020-01-141-2/+0
* gallium: enable INTEL_PERFORMANCE_QUERYDongwon Kim2019-12-101-0/+2
* mesa/main/util: moving gallium u_mm to util, remove main/mmAlejandro Piñeiro2019-12-021-2/+0
* mesa: Move compile of common Mesa core files to a static lib.Eric Anholt2019-11-141-18/+32
* meson: Add necessary defines for mesa_gallium on windowsDylan Baker2019-10-101-2/+14
* mesa/st: add tgsi-lowering code for depth-clampErik Faye-Lund2019-08-011-0/+2
* spirv_extensions: add GL_ARB_spirv_extensions boilerplateAlejandro Piñeiro2019-07-171-0/+2
* mesa: Replace gen_matypes with a simple header for V4F/mat layout.Eric Anholt2019-07-011-17/+0
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-0/+1
* st/glsl: start spilling out common st glsl conversion codeTimothy Arceri2019-03-061-0/+2
* nir: Move nir_lower_uniforms_to_ubo to compiler/nir.Timur Kristóf2019-03-051-1/+0
* st/mesa: remove unused header-fileErik Faye-Lund2019-02-241-1/+0
* st/nir: Make new helpers for constructing built-in NIR shaders.Kenneth Graunke2019-02-051-0/+1
* mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich2018-11-011-1/+2
* mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...Gert Wollny2018-08-111-0/+2
* meson: Build with Python 3Mathieu Bridon2018-08-101-3/+3
* mesa: add ASTC 2D LDR decoderMarek Olšák2018-07-311-0/+2
* meson: Add support for SPARC assemblyDylan Baker2018-06-131-1/+7
* meson: Set include dirs for asmDylan Baker2018-06-131-2/+6
* mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-301-0/+2
* meson: don't build classic mesa tests without dri_driversDylan Baker2018-04-241-1/+1
* mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri2018-04-241-2/+2
* meson: Remove TODO about mesa/main testsDylan Baker2018-04-181-2/+0
* mesa: include mtypes.h lessMarek Olšák2018-04-121-1/+1
* vbo: Move vbo_split into the tnl module.Mathias Fröhlich2018-03-311-4/+4
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-201-0/+1
* vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich2018-02-061-1/+1
* mesa/st: add support for semaphore object create/import/delete v3Andres Rodriguez2018-01-301-0/+2
* meson: fix missing dependenciesGreg V2018-01-241-1/+1
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+0
* meson: Use dependencies for nirDylan Baker2018-01-111-1/+2
* mesa: add GL_ARB_gl_spirv boilerplateNicolai Hähnle2017-12-121-0/+2
* mesa: Add Mesa ARB_get_program_binary helper functionsJordan Justen2017-12-081-0/+2
* meson: Enable SSE4.1 optimizationsDylan Baker2017-11-221-3/+11
* meson: add support for xlib glxDylan Baker2017-11-101-5/+3
* meson: build classic osmesaDylan Baker2017-10-271-0/+3
* meson: build mesa test.Dylan Baker2017-10-161-0/+3
* meson: build libmesa_galliumDylan Baker2017-10-161-2/+141
* meta: Delete the PBO texsubimage path for realJason Ekstrand2017-10-121-1/+0
* meson: Build i965 and dri stackDylan Baker2017-10-091-0/+582