summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-22nir: cleanup glsl_get_struct_field_offset, glsl_get_explicit_strideTapani Pälli2-5/+5
2019-01-22travis: fix autotools build after --enable-autotools switch additionEric Engestrom1-1/+3
2019-01-21spirv: Update the JSON and headers from Khronos masterJason Ekstrand2-124/+336
2019-01-21nir: Mark deref UBO and SSBO access as non-scalarJason Ekstrand1-1/+3
2019-01-21nir/spirv: handle ContractionOff execution modeKarol Herbst6-3/+17
2019-01-21nir/vtn: add caps for some cl related capabilitiesRob Clark3-5/+20
2019-01-21vtn: handle SpvExecutionModelKernelKarol Herbst1-0/+2
2019-01-21mesa: add MESA_SHADER_KERNELKarol Herbst15-13/+41
2019-01-21anv/pipeline: Add a pdevice helper variableJason Ekstrand1-9/+10
2019-01-21relnotes: Add newly added Vulkan extensionsJason Ekstrand1-0/+7
2019-01-21anv: Only parse pImmutableSamplers if the descriptor has samplersJason Ekstrand1-12/+31
2019-01-21radv: prevent dirtying of dynamic state when it does not changeRhys Perry1-16/+75
2019-01-21radv: avoid context rolls when binding graphics pipelinesRhys Perry3-108/+141
2019-01-21radv: add missed situations for scissor bug workaroundRhys Perry2-24/+43
2019-01-21radv: pass radv_draw_info to radv_emit_draw_registers()Rhys Perry1-60/+58
2019-01-21freedreno: a2xx: sysmem renderingJonathan Marek1-0/+45
2019-01-21freedreno: a2xx: fix non-zero texture base offsetsJonathan Marek1-1/+1
2019-01-21freedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20xJonathan Marek3-18/+34
2019-01-21freedreno: a2xx: fix gmem2mem viewportJonathan Marek1-0/+7
2019-01-21freedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTLJonathan Marek2-18/+20
2019-01-21freedreno: a2xx: cleanup init_shader_constJonathan Marek3-14/+11
2019-01-21nir: add bit_size parameter to system values with multiple allowed bit sizesKarol Herbst5-9/+19
2019-01-21nir: add legal bit_sizes to intrinsicsKarol Herbst4-13/+30
2019-01-21nir/validate: allow to check against a bitmask of bit_sizesKarol Herbst1-17/+17
2019-01-21nir: replace more nir_load_system_value calls with builder functionsKarol Herbst5-14/+12
2019-01-21glsl/lower_output_reads: set invariant and precise flags on temporariesKarol Herbst1-0/+4
2019-01-20nv50,nvc0: add missing CAPs for unsupported featuresRhys Kidd2-0/+4
2019-01-19nir/spirv: handle SpvStorageClassCrossWorkgroupKarol Herbst5-0/+12
2019-01-19nir: rename nir_var_shared to nir_var_mem_sharedKarol Herbst11-23/+23
2019-01-19nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst15-37/+37
2019-01-19nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst10-14/+14
2019-01-19nir: rename nir_var_function to nir_var_function_tempKarol Herbst28-81/+81
2019-01-19nir: rename nir_var_private to nir_var_shader_tempKarol Herbst17-29/+29
2019-01-19intel/genxml: add missing MI_PREDICATE compare operationsLionel Landwerlin7-1/+12
2019-01-19anv: document cache flushes & invalidationsLionel Landwerlin1-0/+67
2019-01-19anv: narrow flushing of the render target to buffer writesLionel Landwerlin6-20/+15
2019-01-19glsl: be much more aggressive when skipping shader compilationTimothy Arceri2-6/+10
2019-01-18intel/fs: Promote execution type to 32-bit when any half-float conversion is ...Francisco Jerez1-0/+21
2019-01-19ac/nir_to_llvm: fix interpolateAt* for arraysTimothy Arceri1-19/+58
2019-01-19Revert "glsl: be much more aggressive when skipping shader compilation"Timothy Arceri2-10/+6
2019-01-18freedreno/a6xx: Turn on texture tiling by defaultKristian H. Kristensen7-43/+64
2019-01-18freedreno: Synchronize batch and flush for staging resourceKristian H. Kristensen1-1/+15
2019-01-19glsl: be much more aggressive when skipping shader compilationTimothy Arceri2-6/+10
2019-01-19glsl: don't skip GLSL IR opts on first-time compilesTimothy Arceri3-34/+2
2019-01-18nir: check NIR_SKIP to skip passes by nameCaio Marcelo de Oliveira Filho3-0/+40
2019-01-18anv: Implement VK_EXT_conditional_rendering for gen 7.5+Danylo Piliaiev7-14/+265
2019-01-18anv: Implement VK_KHR_draw_indirect_count for gen 7+Danylo Piliaiev2-0/+148
2019-01-18bin/meson-cmd-extract: Also handle cross and native filesDylan Baker1-0/+11
2019-01-18anv: Re-sort the extensions listJason Ekstrand1-6/+6
2019-01-18intel/fs: Don't touch accumulator destination while applying regioning alignm...Jason Ekstrand1-1/+23