aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aco: fix clamp optimizationRhys Perry2020-01-141-7/+2
* aco: improve creation of v_madmk_f32/v_madak_f32Rhys Perry2020-01-141-53/+45
* aco: take advantage of GFX10's constant bus limit and VOP3 literalsRhys Perry2020-01-141-15/+49
* aco: allow an extra SGPR with multiple uses to be applied to VOP3Rhys Perry2020-01-141-1/+1
* aco: allow applying two sgprs to an instructionRhys Perry2020-01-141-2/+0
* aco: follow through temporary when merging tests into constant comparisonsRhys Perry2020-01-141-1/+2
* aco: be more careful with literals in combine_salu_{n2,lshl_add}Rhys Perry2020-01-141-0/+8
* aco: add check_vop3_operands()Rhys Perry2020-01-141-24/+34
* aco: rewrite apply_sgprs()Rhys Perry2020-01-141-36/+51
* aco: rewrite literal combiningRhys Perry2020-01-141-75/+89
* aco: improve can_use_VOP3()Rhys Perry2020-01-141-0/+7
* aco: combine two sgprs into a VALU if they're the sameRhys Perry2020-01-141-5/+11
* aco: apply literals to split madsRhys Perry2020-01-141-1/+4
* aco: update IR validatorRhys Perry2020-01-141-30/+41
* nir/lower_gs_intrinsics: add option for per-stream countsRhys Perry2020-01-143-16/+30
* nir/divergence: handle load_primitive_id in GSRhys Perry2020-01-141-0/+2
* mesa/st: use float literalsErik Faye-Lund2020-01-141-4/+4
* gallium: fix a warningErik Faye-Lund2020-01-141-1/+1
* st/wgl: eliminate implicit cast warningErik Faye-Lund2020-01-141-2/+4
* util: initialize float-array with float-literalsErik Faye-Lund2020-01-141-1/+1
* anv: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+27
* iris: Implement Gen12 workaround for non pipelined stateLionel Landwerlin2020-01-141-0/+39
* lima: add new findings to texture descriptorVasily Khoruzhick2020-01-134-12/+47
* intel: Use similar brand strings to the Windows driversKenneth Graunke2020-01-135-269/+289
* iris: Simplify iris_get_renderer_string()Kenneth Graunke2020-01-131-11/+4
* i965: Simplify brw_get_renderer_string()Kenneth Graunke2020-01-131-20/+10
* Revert "nir: assert that nir_lower_tex runs after lowering derefs"Kenneth Graunke2020-01-131-6/+0
* zink: fixup initialization of operand_mask / num_extra_operandsErik Faye-Lund2020-01-141-2/+2
* mesa: Fix detection of invalidating both depth and stencil.Eric Anholt2020-01-131-2/+3
* mesa/st: lower samplers before nir_lower_texRob Clark2020-01-131-0/+4
* nir: assert that nir_lower_tex runs after lowering derefsRob Clark2020-01-131-0/+6
* i965: support EXT_EGL_image_storageGurchetan Singh2020-01-132-0/+30
* i965: refactor intel_image_target_texture_2dGurchetan Singh2020-01-131-4/+15
* i965: track if image is created by a dmabufGurchetan Singh2020-01-132-0/+2
* dri_util: add driImageFormatToSizedInternalGLFormat functionGurchetan Singh2020-01-132-45/+82
* glapi / teximage: implement EGLImageTargetTexStorageEXTGurchetan Singh2020-01-139-7/+142
* teximage: split out helper from EGLImageTargetTexture2DOESGurchetan Singh2020-01-131-18/+29
* anv: Memset array propertiesJason Ekstrand2020-01-131-0/+5
* anv: Don't over-advertise descriptor indexing featuresJason Ekstrand2020-01-131-15/+17
* intel/blorp: Fill out all the dwords of MI_ATOMICJason Ekstrand2020-01-131-0/+4
* gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5Tomeu Vizoso2020-01-132-2/+2
* aco: fix unconditional demote_to_helperDaniel Schürmann2020-01-132-13/+16
* radeonsi: don't enable VBOs in user SGPRs if compute-based culling can be usedMarek Olšák2020-01-133-30/+46
* radeonsi: put up to 5 VBO descriptors into user SGPRsMarek Olšák2020-01-1310-62/+148
* ac,radeonsi: increase the maximum number of shader args and return valuesMarek Olšák2020-01-132-7/+8
* radeonsi: simplify si_set_vertex_buffersMarek Olšák2020-01-131-7/+8
* radeonsi: don't allow draw calls with uninitialized VS inputsMarek Olšák2020-01-133-1/+8
* radeonsi: add si_context::num_vertex_elementsMarek Olšák2020-01-133-11/+7
* radeonsi: rename desc_list_byte_size -> vb_desc_list_alloc_sizeMarek Olšák2020-01-135-11/+9
* anv: set stencil layout for input attachmentsLionel Landwerlin2020-01-131-6/+14