summaryrefslogtreecommitdiff
path: root/src/mesa/meson.build
AgeCommit message (Expand)AuthorFilesLines
2019-03-11st/mesa: move utility functions, macros into new st_util.h fileBrian Paul1-0/+1
2019-03-06st/glsl: start spilling out common st glsl conversion codeTimothy Arceri1-0/+2
2019-03-05nir: Move nir_lower_uniforms_to_ubo to compiler/nir.Timur Kristóf1-1/+0
2019-02-24st/mesa: remove unused header-fileErik Faye-Lund1-1/+0
2019-02-05st/nir: Make new helpers for constructing built-in NIR shaders.Kenneth Graunke1-0/+1
2018-11-01mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich1-1/+2
2018-08-11mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...Gert Wollny1-0/+2
2018-08-10meson: Build with Python 3Mathieu Bridon1-3/+3
2018-07-31mesa: add ASTC 2D LDR decoderMarek Olšák1-0/+2
2018-06-13meson: Add support for SPARC assemblyDylan Baker1-1/+7
2018-06-13meson: Set include dirs for asmDylan Baker1-2/+6
2018-04-30mesa: add support for nvidia conservative rasterization extensionsRhys Perry1-0/+2
2018-04-24meson: don't build classic mesa tests without dri_driversDylan Baker1-1/+1
2018-04-24mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri1-2/+2
2018-04-18meson: Remove TODO about mesa/main testsDylan Baker1-2/+0
2018-04-12mesa: include mtypes.h lessMarek Olšák1-1/+1
2018-03-31vbo: Move vbo_split into the tnl module.Mathias Fröhlich1-4/+4
2018-03-20st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri1-0/+1
2018-02-06vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich1-1/+1
2018-01-30mesa/st: add support for semaphore object create/import/delete v3Andres Rodriguez1-0/+2
2018-01-24meson: fix missing dependenciesGreg V1-1/+1
2018-01-24vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul1-1/+0
2018-01-11meson: Use dependencies for nirDylan Baker1-1/+2
2017-12-12mesa: add GL_ARB_gl_spirv boilerplateNicolai Hähnle1-0/+2
2017-12-08mesa: Add Mesa ARB_get_program_binary helper functionsJordan Justen1-0/+2
2017-11-22meson: Enable SSE4.1 optimizationsDylan Baker1-3/+11
2017-11-10meson: add support for xlib glxDylan Baker1-5/+3
2017-10-27meson: build classic osmesaDylan Baker1-0/+3
2017-10-16meson: build mesa test.Dylan Baker1-0/+3
2017-10-16meson: build libmesa_galliumDylan Baker1-2/+141
2017-10-12meta: Delete the PBO texsubimage path for realJason Ekstrand1-1/+0
2017-10-09meson: Build i965 and dri stackDylan Baker1-0/+582