summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* disk_cache: Fix issue reading GLSL metadataJordan Justen2017-10-311-1/+1
* glsl/shader_cache: Save fs (BlendSupport) metadataJordan Justen2017-10-311-0/+6
* i965: Initialize sha1 hash of dri config optionsJordan Justen2017-10-311-0/+4
* i965: Don't link when the program was found in the disk cacheJordan Justen2017-10-311-0/+3
* i965: add cache fallback support using serialized nirJordan Justen2017-10-311-1/+26
* i965: add support for cached shaders with xfb qualifiersTimothy Arceri2017-10-311-0/+8
* mesa/glsl: add api_enabled flag to gl_transform_feedback_infoTimothy Arceri2017-10-312-1/+7
* i965: Add shader cache support for computeJordan Justen2017-10-315-12/+53
* i965: add shader cache support for tess stagesTimothy Arceri2017-10-313-16/+70
* i965: add shader cache support for geometry shadersTimothy Arceri2017-10-312-8/+35
* i965: Add shader cache support for vertex and fragment stagesTimothy Arceri2017-10-313-16/+30
* i965: add initial implementation of on disk shader cacheTimothy Arceri2017-10-314-0/+297
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-318-45/+62
* intel/compiler: Add functions to get prog_data and prog_key sizes for a stageJordan Justen2017-10-312-0/+42
* intel/compiler: Add union types for prog_data and prog_key stagesJordan Justen2017-10-311-0/+22
* blob: Don't set overrun if reading 0 bytes at end of dataJordan Justen2017-10-311-1/+1
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-3117-92/+55
* intel/compiler: add new field for storing program sizeCarl Worth2017-10-316-14/+35
* i965: Don't rely on nir for uses_texture_gatherJordan Justen2017-10-313-9/+9
* i965/link: Serialize program to nir after linking for shader cacheJordan Justen2017-10-311-0/+10
* glsl/shader_cache: Save and restore serialized nir in gl_programJordan Justen2017-10-311-0/+16
* main: Add driver cache blob fields to gl_programJordan Justen2017-10-312-0/+8
* nir: Add hooks for testing serializationJason Ekstrand2017-10-312-0/+36
* nir: add serialization and deserializationConnor Abbott2017-10-314-0/+1248
* mesa/st: implement max combined output resources limiting.Dave Airlie2017-11-011-0/+6
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-0118-1/+20
* r600/sb: bail out if prepare_alu_group() doesn't find a proper schedulingGert Wollny2017-11-012-20/+31
* radeonsi: fix culldist_writemask in nir pathTimothy Arceri2017-11-011-2/+1
* nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARBNeil Roberts2017-10-311-2/+22
* i965: Check CCS_E compatibility for texture view renderingNanley Chery2017-10-311-2/+27
* intel/isl: Disable some gen10 CCS_E formats for nowNanley Chery2017-10-311-0/+24
* meson: pass correct args to gles2 ABI testEric Engestrom2017-10-311-1/+4
* meson: pass correct args to gles1 ABI testEric Engestrom2017-10-311-1/+4
* meson: pass correct args to gbm symbol testEric Engestrom2017-10-311-2/+4
* meson: pass correct args to wayland-egl symbol testEric Engestrom2017-10-311-1/+4
* automake+meson: don't run egl symbol check on libglvnd libEric Engestrom2017-10-312-6/+15
* meson: pass correct env/args to egl testsEric Engestrom2017-10-311-2/+8
* gles2: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+9
* gles1: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+9
* gbm: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+10
* wayland-egl: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+9
* egl: fail symbol check if lib is missingEric Engestrom2017-10-311-1/+9
* meson: set visibility flags on gbmDylan Baker2017-10-311-1/+1
* meson: Don't link gbm with threadsDylan Baker2017-10-311-1/+1
* meson: Use true and false instead of yes and no for tristate optionsDylan Baker2017-10-312-6/+6
* winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx.Andrey Grodzovsky2017-10-317-1/+16
* meson: do not search for needless depsErik Faye-Lund2017-10-312-12/+22
* radv: bail out when binding the same vertex buffersSamuel Pitoiset2017-10-311-2/+16
* radv: bail out when binding the same index bufferSamuel Pitoiset2017-10-312-0/+14
* meson: use dep_m in libgalliumErik Faye-Lund2017-10-311-1/+1