summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-15draw: add disk caching for draw shadersllvmpipe-disk-cacheDave Airlie1-17/+126
2020-05-15llvmpipe: hook draw disk cache upDave Airlie1-1/+21
2020-05-15draw: add disk cache callbacks for draw shadersDave Airlie3-1/+35
2020-05-15llvmpipe/cs: add shader cachingDave Airlie1-4/+45
2020-05-15llvmpipe/fs: add caching supportDave Airlie1-4/+47
2020-05-15gallivm: don't cache shaders that use fetch functions.Dave Airlie1-1/+5
2020-05-15llvmpipe: add infrastructure for disk cache supportDave Airlie5-13/+83
2020-05-15gallivm: add cache interface to mcjitDave Airlie3-1/+49
2020-05-15gallivm: skip operations if we have a cached object.Dave Airlie1-0/+3
2020-05-15gallivm: add support for a cache objectDave Airlie14-19/+41
2020-05-15gallivm: rework debug printf hook to use global mapping.Dave Airlie3-7/+9
2020-05-15gallivm: rework coroutine malloc/free callouts.Dave Airlie5-11/+35
2020-05-15llvmpipe/draw: drop variant number from function names.Dave Airlie3-16/+9
2020-05-14freedreno/uuid: Generate meaningful device and driver UUIDEduardo Lima Mitev4-7/+58
2020-05-14freedreno: Centralize UUID generation into new files freedreno_uuid.c/hEduardo Lima Mitev7-15/+119
2020-05-14aco: split operations that use a swap's definitionRhys Perry2-7/+46
2020-05-14tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formatsConnor Abbott2-0/+13
2020-05-14tu: Implement dual-src blendingConnor Abbott1-4/+50
2020-05-14tu: Move RENDER_COMPONENTS setting to pipeline stateConnor Abbott4-10/+8
2020-05-14ir3: Fixup dual-source blending slotConnor Abbott1-0/+1
2020-05-14freedreno/a6xx: Document dual-src blending enable bitsConnor Abbott1-0/+4
2020-05-14Revert "nir/validate: validate the stride for deref_ptr_as_array"Karol Herbst1-1/+0
2020-05-14docs: update calendar, add news item, and link releases notes for 20.0.7Dylan Baker3-7/+4
2020-05-14docs/relnotes Add sha256 sums to 20.0.7Dylan Baker1-1/+1
2020-05-14docs: Add release notes for 20.0.7Dylan Baker1-0/+160
2020-05-14intel: Silence unused parameter warning in __intel_log_use_argsIan Romanick1-1/+1
2020-05-14anv: Silence unused parameter warning in anv_image_get_clear_color_addrIan Romanick1-1/+1
2020-05-14anv/tests: Silence unused parameter warnings in mainIan Romanick6-6/+6
2020-05-14anv/tests: Don't rely on assert or changing NDEBUG in testsIan Romanick8-31/+59
2020-05-14aco: fix WQM coalescingDaniel Schürmann1-1/+3
2020-05-14anv: Fix descriptor set clean-up on BO allocation failureJason Ekstrand1-1/+1
2020-05-14anv: Call vk_object_base_finish for image viewsJason Ekstrand1-0/+1
2020-05-14zink: correct PIPE_SHADER_CAP_MAX_SHADER_IMAGESErik Faye-Lund1-0/+4
2020-05-14zink: do not expose real value for PIPE_CAP_MAX_VIEWPORTSErik Faye-Lund1-1/+1
2020-05-14meta: Remove support for multisample blitsIan Romanick2-407/+15
2020-05-14meta: Coalesce the GLSL and FF paths in meta_clearIan Romanick1-14/+9
2020-05-14meta: Use same vertex coordinates for GLSL and FF clearsIan Romanick1-12/+8
2020-05-14meta: Stop frobbing MatrixModeIan Romanick2-33/+21
2020-05-14mesa: Add function to calculate an orthographic projectionIan Romanick2-10/+38
2020-05-14mesa: Add matrix utility functions to load matricesIan Romanick2-15/+31
2020-05-14meta: Remove support for clearing integer buffersIan Romanick2-54/+2
2020-05-14meta: Make _mesa_meta_setup_sampler staticIan Romanick2-11/+8
2020-05-14meta: Make _mesa_meta_texture_object_from_renderbuffer staticIan Romanick2-8/+7
2020-05-14i965: Assert that blorp always handles color blitsIan Romanick2-0/+5
2020-05-14nir/validate: validate the stride for deref_ptr_as_arrayKarol Herbst1-0/+1
2020-05-14nir/deref: copy ptr_stride when rematerializingKarol Herbst1-1/+4
2020-05-14targets/opencl: fix build against LLVM>=10 with Polly supportJan Palus1-0/+8
2020-05-14freedreno: Avoid duplicate BO relocs in FD_RINGBUFFER_OBJECTs.Eric Anholt1-3/+17
2020-05-14freedreno: Fix resource layout dump loop.Eric Anholt1-1/+1
2020-05-14zink: disable vkCmdResolveImage when respecting render-conditionErik Faye-Lund1-1/+2