summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-13iris, anv: Change default for Small PL for gen12 WAwa-1406941453Jordan Justen3-0/+38
2020-01-13iris: Fix some indentation in iris_init_render_contextJordan Justen1-28/+28
2020-01-13lima: add new findings to texture descriptorVasily Khoruzhick4-12/+47
2020-01-13intel: Use similar brand strings to the Windows driversKenneth Graunke5-269/+289
2020-01-13iris: Simplify iris_get_renderer_string()Kenneth Graunke1-11/+4
2020-01-13i965: Simplify brw_get_renderer_string()Kenneth Graunke1-20/+10
2020-01-13Revert "nir: assert that nir_lower_tex runs after lowering derefs"Kenneth Graunke1-6/+0
2020-01-14zink: fixup initialization of operand_mask / num_extra_operandsErik Faye-Lund1-2/+2
2020-01-13mesa: Fix detection of invalidating both depth and stencil.Eric Anholt1-2/+3
2020-01-13mesa/st: lower samplers before nir_lower_texRob Clark1-0/+4
2020-01-13nir: assert that nir_lower_tex runs after lowering derefsRob Clark1-0/+6
2020-01-13i965: support EXT_EGL_image_storageGurchetan Singh2-0/+30
2020-01-13i965: refactor intel_image_target_texture_2dGurchetan Singh1-4/+15
2020-01-13i965: track if image is created by a dmabufGurchetan Singh2-0/+2
2020-01-13dri_util: add driImageFormatToSizedInternalGLFormat functionGurchetan Singh2-45/+82
2020-01-13glapi / teximage: implement EGLImageTargetTexStorageEXTGurchetan Singh9-7/+142
2020-01-13teximage: split out helper from EGLImageTargetTexture2DOESGurchetan Singh1-18/+29
2020-01-13anv: Memset array propertiesJason Ekstrand1-0/+5
2020-01-13anv: Don't over-advertise descriptor indexing featuresJason Ekstrand1-15/+17
2020-01-13intel/blorp: Fill out all the dwords of MI_ATOMICJason Ekstrand1-0/+4
2020-01-13gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5Tomeu Vizoso2-2/+2
2020-01-13aco: fix unconditional demote_to_helperDaniel Schürmann2-13/+16
2020-01-13radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be usedMarek Olšák3-30/+46
2020-01-13radeonsi: put up to 5 VBO descriptors into user SGPRsMarek Olšák10-62/+148
2020-01-13ac,radeonsi: increase the maximum number of shader args and return valuesMarek Olšák2-7/+8
2020-01-13radeonsi: simplify si_set_vertex_buffersMarek Olšák1-7/+8
2020-01-13radeonsi: don't allow draw calls with uninitialized VS inputsMarek Olšák3-1/+8
2020-01-13radeonsi: add si_context::num_vertex_elementsMarek Olšák3-11/+7
2020-01-13radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_sizeMarek Olšák5-11/+9
2020-01-13anv: set stencil layout for input attachmentsLionel Landwerlin1-6/+14
2020-01-13anv: Drop an unused variableJason Ekstrand1-1/+0
2020-01-13nir/lower_atomics_to_ssbo: Also lower barriersJason Ekstrand10-15/+7
2020-01-13nir: Rename nir_intrinsic_barrier to control_barrierJason Ekstrand18-24/+30
2020-01-13intel/nir: Stop adding redundant barriersJason Ekstrand1-14/+0
2020-01-13nir/glsl: Emit memory barriers as part of barrier()Jason Ekstrand1-0/+12
2020-01-13spirv: Add output memory semantics to OpControlBarrier in TCSJason Ekstrand1-3/+21
2020-01-13spirv: Add a workaround for OpControlBarrier on old GLSLangJason Ekstrand2-1/+24
2020-01-13nir: Add a new memory_barrier_tcs_patch intrinsicJason Ekstrand12-0/+32
2020-01-13llmvpipe: No-op implement more barriersJason Ekstrand1-0/+3
2020-01-13nir: Handle barriers with more granularity in combine_storesJason Ekstrand1-5/+9
2020-01-13nir: Handle more barriers in dead_write and copy_propJason Ekstrand2-0/+22
2020-01-13intel/vec4: Support scoped_memory_barrierJason Ekstrand1-1/+2
2020-01-13lima: Add stencil supportAndreas Baierl2-27/+64
2020-01-13lima/parser: Make rsw alpha blend parsing more readableAndreas Baierl1-4/+5
2020-01-13panfrost: Remove unneeded phi nodesBoris Brezillon1-0/+1
2020-01-13aco: check if multiplication/clamp is live when applying output modifierRhys Perry1-18/+24
2020-01-13aco: disable add combining for ds_swizzle_b32Rhys Perry1-1/+1
2020-01-13aco: don't DCE atomics with return valuesRhys Perry5-19/+26
2020-01-13aco: set exec_potentially_empty for demotesRhys Perry1-0/+6
2020-01-13aco: better handle neg/abs of sgprsRhys Perry1-2/+3