summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-10-31i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen3-0/+31
2017-10-31dri drivers: Always add the sha1 build-idJordan Justen4-1/+4
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