summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
AgeCommit message (Expand)AuthorFilesLines
7 daysnir/opt_shrink_vectors: shrink some intrinsics from startAlyssa Rosenzweig1-1/+1
2024-03-04ci/deqp: use the proper gl/gles releases for deqp-gl*, deqp-gles*, deqp-eglEric Engestrom1-2/+2
2024-02-29i915: Fix value returned for PIPE_CAP_MAX_TEXTURE_CUBE_LEVELSIan Romanick1-1/+1
2024-02-07gallium: remove take_ownership from set_vertex_buffers, assume it's trueMarek Olšák1-2/+1
2024-01-22nir: rework and fix rotate loweringKarol Herbst1-2/+0
2024-01-14gallium: remove unbind_trailing_count from set_vertex_buffersMarek Olšák2-5/+5
2024-01-03nir: remove redundant passes from nir_opt_if()Daniel Schürmann1-3/+1
2024-01-03treewide: replace calls to nir_opt_trivial_continues() with nir_opt_loop()Daniel Schürmann1-1/+1
2023-12-14i915G: show correct number of needed ALU instructions at errmessGKraats2-6/+4
2023-11-20ci/piglit: specify only the traces file in the job configEric Engestrom1-1/+1
2023-10-24glsl: Retire dround lowering.Eric Anholt1-1/+0
2023-10-18i915: Make I915_DEBUG=fs log shaders that fail to link due to CF.Emma Anholt1-1/+6
2023-10-09i915: Use nir_group_loads() to reduce texture indirection phases.Emma Anholt1-0/+5
2023-10-09i915: Make exceeding tex indirect count fatal.Emma Anholt1-2/+3
2023-10-09i915: Do a test compile at glLinkShader() time.Emma Anholt4-10/+53
2023-10-09i915: Save fragment program compile error messages in the fragment shader.Emma Anholt4-16/+22
2023-10-09i915: Don't log I915_DEBUG=fs output for blit shaders.Emma Anholt3-2/+11
2023-10-09i915: Print the relevant counts vs limits when throwing errors.Emma Anholt1-8/+16
2023-10-09i915: Re-clang-format and enforce it in CI.Emma Anholt8-68/+57
2023-08-22nir: unify lower_bitfield_extract with has_bfeGeorg Lehmann1-1/+1
2023-08-22nir: unify lower_bitfield_insert with has_{bfm,bfi,bitfield_select}Georg Lehmann1-1/+1
2023-08-13clang-format: Disable formatting by defaultKonstantin Seurer1-0/+1
2023-08-11gallium: remove start_slot parameter from pipe_context::set_vertex_buffersYogesh Mohan Marimuthu1-3/+3
2023-07-25i915: change format in dbg stringIllia Abernikhin1-1/+1
2023-06-28draw/i915: move hwfmt array to i915 specific structErik Faye-Lund5-17/+20
2023-06-27util: include "util/compiler.h" instead of "pipe/p_compiler.h"Yonggang Luo3-3/+3
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo6-15/+15
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-2/+2
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-13treewide: Remove use_scoped_barrierAlyssa Rosenzweig1-1/+0
2023-06-13ntt: Use scoped barriersAlyssa Rosenzweig1-0/+1
2023-06-12gallium: Drop PIPE_SHADER_CAP_PREFERRED_IR.Emma Anholt1-2/+0
2023-06-07treewide: use uint64_t / (u)intptr_t in image address calculationsMarek Olšák2-2/+2
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo1-26/+26
2023-05-29i915: Use the Mesa base styleKonstantin Seurer1-113/+2
2023-05-25i915: remove unused tgsi includesThomas H.P. Andersen1-1/+0
2023-05-03i915: use util_unreference_framebuffer_state to unref fb stateMike Blumenkrantz1-4/+1
2023-05-03i915: use util_copy_framebuffer_state to set fb stateMike Blumenkrantz1-9/+2
2023-04-25ci: Move some timeout xfails to skips.Emma Anholt1-1/+0
2023-04-06glsl: Drop PIPE_SHADER_CAP_DFRACEXP_DLDEXP_SUPPORTED.Emma Anholt1-1/+0
2023-04-06glsl: Retire ldexp lowering in favor of the nir lowering flag.Emma Anholt1-1/+0
2023-03-31i915: Add support for `get_screen_fd`Lucas Fryzek2-0/+14
2023-02-10ci: Disable systems in my farm that haven't recovered.Emma Anholt1-2/+3
2023-01-28gallium/draw: Enable aapoint NIR helpers to generate bool1, bool32, or float3...Ian Romanick2-6/+3
2023-01-26ci: Add manual rules variations to disable irrelevant driver jobs.Emma Anholt1-2/+1
2023-01-24ci/piglit: Exclude swapbuffers front-readback tests with PIGLIT_PLATFORM=gbm.Emma Anholt1-2/+0
2023-01-24ci: Move PIGLIT_PLATFORM settings out of the .tomls.Emma Anholt2-2/+1
2023-01-12i915: Enable generation of fcsel_gt and fcsel_ge opcodesIan Romanick1-0/+1
2022-12-05ci/i915: Update xfails.Emma Anholt1-3/+14
2022-11-23i915g: fix typo in #ifEric Engestrom1-2/+2