summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Don't allocate a param array for zero push constantsJason Ekstrand2017-11-021-1/+8
* intel/fs: Alloc pull constants off mem_ctxJason Ekstrand2017-11-021-1/+1
* gallivm: allow arch rounding with avx512Tim Rowley2017-11-021-1/+2
* etnaviv: Allow clearing constant buffer using buffer==NULL user_buffer==NULLWladimir J. van der Laan2017-11-021-1/+1
* etnaviv: Don't flush on transfer when UNSYNCHRONIZEDWladimir J. van der Laan2017-11-021-12/+12
* etnaviv: don't do resolve-in-place without valid TSWladimir J. van der Laan2017-11-024-0/+11
* radv: make radv_bind_descriptor_set() staticSamuel Pitoiset2017-11-022-6/+3
* radv: make sure we set buffers as shareable properly.Dave Airlie2017-11-022-2/+7
* svga: Use __asm__ instead of asmDylan Baker2017-11-013-11/+5
* Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."Marek Olšák2017-11-016-15/+0
* intel: decoder: enable decoding a single fieldLionel Landwerlin2017-11-012-0/+52
* intel: decoder: expose missing find_enum()Lionel Landwerlin2017-11-011-0/+2
* intel: decoder: extract field value computationLionel Landwerlin2017-11-011-30/+37
* intel: decoder: rename field() to field_value()Lionel Landwerlin2017-11-011-18/+18
* intel: decoder: rename internal function to free nameLionel Landwerlin2017-11-011-3/+3
* intel: decoder: simplify field_is_header()Lionel Landwerlin2017-11-012-4/+6
* intel: common: make intel utils available from C++Lionel Landwerlin2017-11-013-0/+25
* intel: decoder: remove unused platform fieldLionel Landwerlin2017-11-011-2/+0
* intel: error-decode: implement a rolling window of programsLionel Landwerlin2017-11-011-14/+23
* gallium: increase pipe_sampler_view::target bitfield size for MSVCBrian Paul2017-11-011-2/+6
* mapi: fix .so path in ABI-checkEric Engestrom2017-11-012-2/+2
* intel: decoder: extract instruction/structs lengthLionel Landwerlin2017-11-012-0/+8
* intel: decoder: pack iterator variable declarationsLionel Landwerlin2017-11-011-11/+8
* intel: decoder: simplify creation of struct when 0-allocatedLionel Landwerlin2017-11-011-4/+0
* intel: decoder: add destructor for gen_specLionel Landwerlin2017-11-012-102/+91
* intel: decoder: expose helper to test header fieldsLionel Landwerlin2017-11-012-3/+4
* intel: decoder: don't read qword outside instruction/struct limitLionel Landwerlin2017-11-012-3/+9
* intel: decoder: split out getting the next field and decoding itLionel Landwerlin2017-11-011-10/+21
* intel: decoder: move field name copyLionel Landwerlin2017-11-011-2/+7
* intel: decoder: reorder iterator init functionLionel Landwerlin2017-11-011-14/+14
* intel: common: print out all dword with field spanning multiple dwordsLionel Landwerlin2017-11-011-4/+6
* intel: decoder: build sorted linked lists of fieldsLionel Landwerlin2017-11-012-25/+34
* intel: common: expose gen_spec fieldsLionel Landwerlin2017-11-012-13/+13
* i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen2017-10-313-0/+31
* dri drivers: Always add the sha1 build-idJordan Justen2017-10-314-1/+4
* 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