summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-21isl: Don't align phys_level0_sa by block dimensionwip/fix/compressed-mipsNanley Chery3-29/+20
2019-05-21iris: Expose the disk cache to the state tracker as well.Kenneth Graunke1-0/+8
2019-05-21iris: Cache assembly shaders in the on-disk shader cacheDylan Baker3-6/+236
2019-05-21iris: Serialize the NIR to a blob we can use for shader cache purposes.Kenneth Graunke2-0/+25
2019-05-21iris: Start wiring up on-disk shader cacheDylan Baker4-0/+81
2019-05-21iris: Move iris_uncompiled_shader definition to iris_context.hKenneth Graunke2-23/+23
2019-05-21intel: Move brw_prog_key_set_id from i965 to the compiler.Kenneth Graunke4-20/+20
2019-05-21docs: update calendar, and news item and link release notes for 19.0.5Dylan Baker3-7/+8
2019-05-21docs: Add Sha256 sums for 19.0.5Dylan Baker1-1/+2
2019-05-21docs: Add release notes for 19.0.5Dylan Baker1-0/+136
2019-05-21spirv: Drop GOOGLE suffix from names incorporated to SPIR-VCaio Marcelo de Oliveira Filho2-15/+15
2019-05-21spirv: Pick the right bitsize when doing SpvUConvertCaio Marcelo de Oliveira Filho1-0/+1
2019-05-21spirv: Trivially handle new 1.4 loop controlsCaio Marcelo de Oliveira Filho1-1/+6
2019-05-21spirv: Update JSON and Headers to 1.4Caio Marcelo de Oliveira Filho3-81/+2419
2019-05-21spirv: Handle instruction aliases in spirv_info_c.pyCaio Marcelo de Oliveira Filho1-0/+7
2019-05-21Revert "glsl: do not use deprecated bison-keyword"Erik Faye-Lund3-3/+3
2019-05-21imgui: delete demo fileEric Engestrom2-4326/+1
2019-05-21vulkan/overlay: update remaining manual error checksLionel Landwerlin1-42/+24
2019-05-21vulkan/overlay: fix timestamp query emission with no pipeline statsLionel Landwerlin1-4/+0
2019-05-21glsl: do not use deprecated bison-keywordErik Faye-Lund3-3/+3
2019-05-21glsl: handle 8 and 16 bit ints in glsl_base_type_is_integerKarol Herbst1-1/+5
2019-05-21nir/test: add split vars tests (v2)Dave Airlie1-1/+419
2019-05-20anv: Don't re-use entry_point pointer from spirv_to_nirCaio Marcelo de Oliveira Filho1-2/+2
2019-05-20nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho1-3/+5
2019-05-20mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee1-0/+4
2019-05-20st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee1-3/+10
2019-05-20spirv: Generate proper NULL pointer valuesCaio Marcelo de Oliveira Filho1-4/+12
2019-05-20spirv: Reuse helpers in vtn_handle_type()Caio Marcelo de Oliveira Filho2-33/+6
2019-05-20spirv: Add vtn_variable_mode_imageCaio Marcelo de Oliveira Filho2-0/+11
2019-05-20spirv: Add vtn_mode_to_address_format()Caio Marcelo de Oliveira Filho2-20/+57
2019-05-20spirv: Add vtn_mode_uses_ssa_offset()Caio Marcelo de Oliveira Filho2-8/+15
2019-05-20spirv: Add and use vtn_type_without_array() helperCaio Marcelo de Oliveira Filho3-8/+15
2019-05-20spirv: Change vtn_null_constant() to use vtn_typeCaio Marcelo de Oliveira Filho1-32/+26
2019-05-20spirv: Export vtn_storage_class_to_mode()Caio Marcelo de Oliveira Filho2-1/+6
2019-05-20nir: Add nir_address_format_null_value()Caio Marcelo de Oliveira Filho2-0/+22
2019-05-20spirv, radv, anv: Replace ptr_type with addr_formatCaio Marcelo de Oliveira Filho5-36/+46
2019-05-20nir: Add nir_address_format_32bit_offsetCaio Marcelo de Oliveira Filho2-0/+9
2019-05-20nir: Add nir_address_format_logicalCaio Marcelo de Oliveira Filho2-0/+14
2019-05-20freedreno/a6xx: WFI in program stateobj tooRob Clark1-0/+2
2019-05-20freedreno/a6xx: make sure binning pass constlen is large enoughRob Clark1-0/+13
2019-05-20freedreno/a6xx: limit IBO state to draw passRob Clark1-1/+1
2019-05-20freedreno/a6xx: don't evaluate FS tex state in binning passRob Clark2-6/+14
2019-05-20radv: decompress FMASK before performing a MSAA decompress using FMASKSamuel Pitoiset1-2/+13
2019-05-20nir/validate: fix crash if entry is null.Dave Airlie1-1/+1
2019-05-20lima/gpir: switch to use nir_lower_viewport_transformQiang Yu4-101/+11
2019-05-20lima/gpir: support vector ssa loadQiang Yu2-5/+46
2019-05-20lima/gpir: add helper function for emit load nodeQiang Yu1-20/+19
2019-05-20util: add missing include to build_id.hTimothy Arceri1-0/+2
2019-05-19panfrost/midgard: Split up midgard_compile.c (RA)Alyssa Rosenzweig11-928/+1149
2019-05-19panfrost: Improve fixed-function blendingAlyssa Rosenzweig2-978/+34