summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* travis: build meson first for quicker feedbackEric Engestrom2017-11-011-32/+32
* meson: bump libdrm version required by amdgpuEric Engestrom2017-11-011-1/+1
* i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen2017-10-314-1/+32
* dri drivers: Always add the sha1 build-idJordan Justen2017-10-315-1/+5
* 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