summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-01travis: build meson first for quicker feedbackEric Engestrom1-32/+32
2017-11-01meson: bump libdrm version required by amdgpuEric Engestrom1-1/+1
2017-10-31i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen4-1/+32
2017-10-31dri drivers: Always add the sha1 build-idJordan Justen5-1/+5
2017-10-31disk_cache: Fix issue reading GLSL metadataJordan Justen1-1/+1
2017-10-31glsl/shader_cache: Save fs (BlendSupport) metadataJordan Justen1-0/+6
2017-10-31i965: Initialize sha1 hash of dri config optionsJordan Justen1-0/+4
2017-10-31i965: Don't link when the program was found in the disk cacheJordan Justen1-0/+3
2017-10-31i965: add cache fallback support using serialized nirJordan Justen1-1/+26
2017-10-31i965: add support for cached shaders with xfb qualifiersTimothy Arceri1-0/+8
2017-10-31mesa/glsl: add api_enabled flag to gl_transform_feedback_infoTimothy Arceri2-1/+7
2017-10-31i965: Add shader cache support for computeJordan Justen5-12/+53
2017-10-31i965: add shader cache support for tess stagesTimothy Arceri3-16/+70
2017-10-31i965: add shader cache support for geometry shadersTimothy Arceri2-8/+35
2017-10-31i965: Add shader cache support for vertex and fragment stagesTimothy Arceri3-16/+30
2017-10-31i965: add initial implementation of on disk shader cacheTimothy Arceri4-0/+297
2017-10-31i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen8-45/+62
2017-10-31intel/compiler: Add functions to get prog_data and prog_key sizes for a stageJordan Justen2-0/+42
2017-10-31intel/compiler: Add union types for prog_data and prog_key stagesJordan Justen1-0/+22
2017-10-31blob: Don't set overrun if reading 0 bytes at end of dataJordan Justen1-1/+1
2017-10-31intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen17-92/+55
2017-10-31intel/compiler: add new field for storing program sizeCarl Worth6-14/+35
2017-10-31i965: Don't rely on nir for uses_texture_gatherJordan Justen3-9/+9
2017-10-31i965/link: Serialize program to nir after linking for shader cacheJordan Justen1-0/+10
2017-10-31glsl/shader_cache: Save and restore serialized nir in gl_programJordan Justen1-0/+16
2017-10-31main: Add driver cache blob fields to gl_programJordan Justen2-0/+8
2017-10-31nir: Add hooks for testing serializationJason Ekstrand2-0/+36
2017-10-31nir: add serialization and deserializationConnor Abbott4-0/+1248
2017-11-01mesa/st: implement max combined output resources limiting.Dave Airlie1-0/+6
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie18-1/+20
2017-11-01r600/sb: bail out if prepare_alu_group() doesn't find a proper schedulingGert Wollny2-20/+31
2017-11-01radeonsi: fix culldist_writemask in nir pathTimothy Arceri1-2/+1
2017-10-31nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARBNeil Roberts1-2/+22
2017-10-31i965: Check CCS_E compatibility for texture view renderingNanley Chery1-2/+27
2017-10-31intel/isl: Disable some gen10 CCS_E formats for nowNanley Chery1-0/+24
2017-10-31meson: pass correct args to gles2 ABI testEric Engestrom1-1/+4
2017-10-31meson: pass correct args to gles1 ABI testEric Engestrom1-1/+4
2017-10-31meson: pass correct args to gbm symbol testEric Engestrom1-2/+4
2017-10-31meson: pass correct args to wayland-egl symbol testEric Engestrom1-1/+4
2017-10-31automake+meson: don't run egl symbol check on libglvnd libEric Engestrom2-6/+15
2017-10-31meson: pass correct env/args to egl testsEric Engestrom1-2/+8
2017-10-31gles2: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-31gles1: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-31gbm: fail symbol check if lib is missingEric Engestrom1-1/+10
2017-10-31wayland-egl: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-31egl: fail symbol check if lib is missingEric Engestrom1-1/+9
2017-10-31meson: set visibility flags on gbmDylan Baker1-1/+1
2017-10-31meson: Don't link gbm with threadsDylan Baker1-1/+1
2017-10-31meson: Use true and false instead of yes and no for tristate optionsDylan Baker2-6/+6
2017-10-31winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky7-1/+16