summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-02intel/fs: Don't allocate a param array for zero push constantsJason Ekstrand1-1/+8
2017-11-02intel/fs: Alloc pull constants off mem_ctxJason Ekstrand1-1/+1
2017-11-02Revert "meson: bump libdrm version required by amdgpu"Dylan Baker1-1/+1
2017-11-02gallivm: allow arch rounding with avx512Tim Rowley1-1/+2
2017-11-02etnaviv: Allow clearing constant buffer using buffer==NULL user_buffer==NULLWladimir J. van der Laan1-1/+1
2017-11-02etnaviv: Don't flush on transfer when UNSYNCHRONIZEDWladimir J. van der Laan1-12/+12
2017-11-02etnaviv: don't do resolve-in-place without valid TSWladimir J. van der Laan4-0/+11
2017-11-02radv: make radv_bind_descriptor_set() staticSamuel Pitoiset2-6/+3
2017-11-02radv: make sure we set buffers as shareable properly.Dave Airlie2-2/+7
2017-11-01svga: Use __asm__ instead of asmDylan Baker3-11/+5
2017-11-01Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák7-16/+1
2017-11-01intel: decoder: enable decoding a single fieldLionel Landwerlin2-0/+52
2017-11-01intel: decoder: expose missing find_enum()Lionel Landwerlin1-0/+2
2017-11-01intel: decoder: extract field value computationLionel Landwerlin1-30/+37
2017-11-01intel: decoder: rename field() to field_value()Lionel Landwerlin1-18/+18
2017-11-01intel: decoder: rename internal function to free nameLionel Landwerlin1-3/+3
2017-11-01intel: decoder: simplify field_is_header()Lionel Landwerlin2-4/+6
2017-11-01intel: common: make intel utils available from C++Lionel Landwerlin3-0/+25
2017-11-01intel: decoder: remove unused platform fieldLionel Landwerlin1-2/+0
2017-11-01intel: error-decode: implement a rolling window of programsLionel Landwerlin1-14/+23
2017-11-01gallium: increase pipe_sampler_view::target bitfield size for MSVCBrian Paul1-2/+6
2017-11-01mapi: fix .so path in ABI-checkEric Engestrom2-2/+2
2017-11-01intel: decoder: extract instruction/structs lengthLionel Landwerlin2-0/+8
2017-11-01intel: decoder: pack iterator variable declarationsLionel Landwerlin1-11/+8
2017-11-01intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin1-4/+0
2017-11-01intel: decoder: add destructor for gen_specLionel Landwerlin2-102/+91
2017-11-01intel: decoder: expose helper to test header fieldsLionel Landwerlin2-3/+4
2017-11-01intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2-3/+9
2017-11-01intel: decoder: split out getting the next field and decoding itLionel Landwerlin1-10/+21
2017-11-01intel: decoder: move field name copyLionel Landwerlin1-2/+7
2017-11-01intel: decoder: reorder iterator init functionLionel Landwerlin1-14/+14
2017-11-01intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin1-4/+6
2017-11-01intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2-25/+34
2017-11-01intel: common: expose gen_spec fieldsLionel Landwerlin2-13/+13
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