Created
December 29, 2021 18:46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34a75ce15ce lima: fix blending with min/max ops | |
5f9434b6112 lima: use 1 as blend factor for dst_alpha for SRC_ALPHA_SATURATE | |
d1d3ebb48cc lima: implement dual source blend | |
b8f4d36ee4f lima: disasm: call util_cpu_detect() to init CPU caps | |
711a4ccddba lima: disasm: use last argument as a filename | |
437b97de1c3 lima: fix crash with sparse samplers | |
3b15fb35753 lima/ppir: implement gl_FragDepth support | |
98a7c4c6f8e lima/ppir: check if mul node is a source of add node before inserting | |
c9a47c85da9 gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER | |
ee2e14b352b ci: temporarily disable lima CI | |
02e5f4fb10d lima: add more wrap modes | |
cbed4d784e0 lima: handle 1D samplers | |
fa86a2a94df lima: add support for 3D textures | |
764760314d0 lima: add native txp support | |
15013958d07 lima: enable PIPE_CAP_PREFER_POT_ALIGNED_VARYINGS | |
ee41e1bbd2a lima: Fix drawing wide lines | |
cf9afc7b0cf gallium: add missing point and line CAPs | |
b80dca86c33 gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZE | |
7ce3f8e6395 gallium/util: fix util_can_blit_via_copy_region with unbound render condition | |
38dff02bfb1 ci/deqp-runner: Rename the deqp-drivername-*.txt files to drivername-*.txt | |
9ddfd297e08 ci/deqp-runner: Simplify the --jobs argument setup. | |
b8cafaa91df lima: use nir_shader_instructions_pass in lima_nir_split_load_input | |
1e9f18008ff lima/parser: add shader disassembly to dump | |
5db5ff58b73 lima: split_load_input: don't split unaligned vec2 | |
187f7861080 lima: Fix glFrontFace handling | |
13384b96262 mesa: Prioritize checking for GLES2's uniform transpose error. | |
5a39938b000 mesa: Throw an error for compressed glGenerateMipmap on GLES2 contexts. | |
3c19ab4a7b5 lima: Remove depth near/far workaround | |
d1798ad1b53 lima: Expose GL_EXT_clip_control | |
aed4c0b5a9b nir: Drop the unused instr arg for src/dest copy functions. | |
1976f4980c0 lima: Add a noop drm-shim | |
2777d4f69de lima: Improve error messages for unsupported GP operations | |
4ad4aa38fa3 lima: Fix crashes for GPUs with more than four cores | |
c1f40c762c1 lima: Enable PIPE_CAP_VERTEX_COLOR_UNCLAMPED | |
77a852c1baf lima/gpir: Rewrite register allocation for value registers | |
3d957b40cc1 lima: Add a NIR load duplicating pass | |
bb89cf4bf39 gallium: add take_ownership into set_sampler_views to skip reference counting | |
5df677e996b lima: CI: Enable GL_R8 and GL_RG8 texture formats | |
574bff90877 ci: enable CI for lima again | |
5ec6b6e9bbf lima: Implement lima_resource_get_param() callback | |
a9ed4538abf nir: add indirect loop unrolling to compiler options | |
47f000c170c lima: fail in get_handle(TYPE_KMS) without a scanout resource | |
e6cdb01c517 lima: avoid crash with negative viewport values | |
4a3269dff65 lima: handle fp16 vertex formats |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment