- e7010ee util: Merge util_format_read_4* functions. by Eric Anholt · 4 years, 5 months ago
- 2f4d557 util: Merge util_format_write_4* functions. by Eric Anholt · 4 years, 5 months ago
- c3d0500 svga: Reuse util_format_unpack_rgba(). by Eric Anholt · 4 years, 5 months ago
- 725b271 gallium/util: Move the Z/S handling to the outside of get_tile(). by Eric Anholt · 4 years, 5 months ago
- a2b74a5 gallium/util: Clean up the Z/S tile write path. by Eric Anholt · 4 years, 5 months ago
- 019a030 gallium/util: Fix location of the comment about S8_UINT handling. by Eric Anholt · 4 years, 5 months ago
- 377026e etnaviv: Use the util_pack_color_union() helper. by Eric Anholt · 4 years, 5 months ago
- 32bf722 util: Remove unused util_format_planar_is_supported(). by Eric Anholt · 4 years, 5 months ago
- f6f1f8e softpipe: Clean up softpipe's SSBO load/store interpreting instructions. by Eric Anholt · 4 years, 5 months ago
- 18cb8f2 util: Mark util_format_description() as a const function. by Eric Anholt · 4 years, 5 months ago
- 9300a14 nir: refactor nir_can_move_instr by Daniel Schürmann · 4 years, 5 months ago
- 09d0e06 nir: also move vecN in case of nir_move_copies by Daniel Schürmann · 4 years, 5 months ago
- 14c554a turnip: use global bo for clear blit shaders by Jonathan Marek · 4 years, 5 months ago
- 10020b8 aco: remove superflous (bool & exec) if the result comes from VOPC by Daniel Schürmann · 4 years, 5 months ago
- e4654a3 radv: enable zerovram for Quantic Dream games by Rhys Perry · 4 years, 5 months ago
- dcd171f gitlab-ci: More stable URL for kernel and ramdisk artifacts, for LAVA by Tomeu Vizoso · 4 years, 8 months ago
- bf3d4b1 gitlab-ci: Build kernel drivers for a few ethernet USB dongles by Tomeu Vizoso · 4 years, 5 months ago
- bbf2db2 nv50/ir/nir: fix cache mode conversion by Karol Herbst · 4 years, 5 months ago
- 31e3447 gv100/ir: fix coherent and volatile memory access by Karol Herbst · 4 years, 5 months ago
- a43eb65 gv100/ir: implement sample shading by Karol Herbst · 4 years, 5 months ago
- 5786c63 nv50/ir/nir: fix interpolation on explicit operations by Karol Herbst · 4 years, 5 months ago
- 7784469 iris: Fix fast-clearing of depth via glClearTex(Sub)Image by Danylo Piliaiev · 4 years, 5 months ago
- 026615c docs: fixup envvar output by Erik Faye-Lund · 4 years, 5 months ago
- c853774 docs: use svg for graphviz output by Erik Faye-Lund · 4 years, 5 months ago
- 892fdde docs: move gallium specific docs into gallium folder by Erik Faye-Lund · 4 years, 5 months ago
- 64a4ba9 docs: add an extension to generate redirects by Erik Faye-Lund · 4 years, 5 months ago
- ce5a352 docs: clean up gallium index-file by Erik Faye-Lund · 4 years, 5 months ago
- 2f81398 merge gallium docs into main docs by Erik Faye-Lund · 4 years, 5 months ago
- cb11900 ci: add graphviz to the .docs-base template by Erik Faye-Lund · 4 years, 5 months ago
- 6ff6694 freedreno: Sync registers with envytools by Connor Abbott · 4 years, 5 months ago
- c1ba761 freedreno: Include adreno_pm4.xml.h before adreno_a6xx.xml.h by Connor Abbott · 4 years, 5 months ago
- 53e204d gallium/swr: Fix compilation warnings by jzielins · 4 years, 5 months ago
- 846f4f9 freedreno/a6xx: Force gl_Layer to 0 when necessary by Connor Abbott · 4 years, 5 months ago
- f69c384 tu: Force gl_Layer to 0 when necessary by Connor Abbott · 4 years, 5 months ago
- 4f91345 ir3: Add layer_zero variant bit by Connor Abbott · 4 years, 5 months ago
- ef67218 pan/decode: Make mapped memory read-only while decoding by Icecream95 · 4 years, 5 months ago
- cb5edcd panfrost: Expose MSAA 4x by Alyssa Rosenzweig · 4 years, 5 months ago
- a5c4fe2 panfrost: Save sample_mask before blitting by Alyssa Rosenzweig · 4 years, 5 months ago
- bb57705 panfrost: Enable MSAA if we render to such a surface by Alyssa Rosenzweig · 4 years, 5 months ago
- 3b7aeb2 panfrost: Set depth/stencil_layer_stride accordingly by Alyssa Rosenzweig · 4 years, 5 months ago
- 5e38d95 panfrost: Identify depth/stencil layer strides by Alyssa Rosenzweig · 4 years, 5 months ago
- 490fbce panfrost: Implement alpha-to-coverage by Alyssa Rosenzweig · 4 years, 5 months ago
- f23cdd4 panfrost: Pass sample_mask to the hardware by Alyssa Rosenzweig · 4 years, 5 months ago
- 3e25132 panfrost: Identify coverage_mask by Alyssa Rosenzweig · 4 years, 5 months ago
- 546a600 panfrost: Don't advertise MSAA 2x by Alyssa Rosenzweig · 4 years, 5 months ago
- 211cc25 panfrost: Set layer_stride for multisampled rendering by Alyssa Rosenzweig · 4 years, 5 months ago
- 937d368 panfrost: Include pointer for each sample by Alyssa Rosenzweig · 4 years, 5 months ago
- 41c06de panfrost: Index texture by sample by Alyssa Rosenzweig · 4 years, 5 months ago
- 95afda3 panfrost: Allocate space for multisampling by Alyssa Rosenzweig · 4 years, 5 months ago
- 3720458 panfrost: Identify layer_stride by Alyssa Rosenzweig · 4 years, 5 months ago
- 0b5bc6e panfrost: Set depth to sample_count for MSAA 2D by Alyssa Rosenzweig · 4 years, 5 months ago
- af6fc41 pan/mdg: Use _VTX tag for texelFetch in frag shaders by Alyssa Rosenzweig · 4 years, 5 months ago
- 63a8722 pan/mdg: Handle nir_texop_txf_ms by Alyssa Rosenzweig · 4 years, 5 months ago
- 6d9f951 pan/mdg: Handle nir_tex_src_ms_index by Alyssa Rosenzweig · 4 years, 5 months ago
- a2748d4 pan/mdg: Handle GLSL_SAMPLER_DIM_MS by Alyssa Rosenzweig · 4 years, 5 months ago
- d624118 pan/mdg: Allow ignoring move mode by Alyssa Rosenzweig · 4 years, 5 months ago
- af8fcfe pan/decode: Identify layered MSAA flag by Alyssa Rosenzweig · 4 years, 5 months ago
- eba9bcd pan/decode: Fix MSAA texture decoding by Alyssa Rosenzweig · 4 years, 5 months ago
- 797fa87 pan/mdg: Fix indirect UBO swizzles by Alyssa Rosenzweig · 4 years, 5 months ago
- 658b59d pan/mdg: Respect type/mask in mir_lower_special_reads by Alyssa Rosenzweig · 4 years, 5 months ago
- 836d41d ir3: use empirical size for params as used by the shader by Ilia Mirkin · 4 years, 5 months ago
- f6aa071 bifrost: Set RTZ rounding mode for f2i conversion by Chris Forbes · 4 years, 5 months ago
- 7682c88 tu: Enable KHR_variable_pointers by Connor Abbott · 4 years, 5 months ago
- 9aec89e tu: Rewrite variable lowering by Connor Abbott · 4 years, 5 months ago
- edc8119 anv: garbage collect timeline semaphore when querying value by Lionel Landwerlin · 4 years, 5 months ago
- 137d8f9 v3d: Enable perpendicular line caps when line smoothing by Neil Roberts · 4 years, 5 months ago
- ee4d51f v3d: Add a lowering pass for line smoothing by Neil Roberts · 4 years, 5 months ago
- 207da33 v3d: Handle the line width intrinsics by Neil Roberts · 4 years, 5 months ago
- 121b82f nir: Add intrinsics for the line width by Neil Roberts · 4 years, 5 months ago
- 2c46163 v3d: Implement the line coord intrinsic by Neil Roberts · 4 years, 5 months ago
- 14dd65b compiler: Add a system value for the line coord by Neil Roberts · 4 years, 5 months ago
- 3144bc1 intel/perf: move query_mask and location out of gen_perf_query_counter by Marcin Ślusarz · 4 years, 5 months ago
- 9f19662 iris: remove iris_monitor_config by Marcin Ślusarz · 4 years, 5 months ago
- bffee01 a4xx: hook up centroid ij coords by Ilia Mirkin · 4 years, 5 months ago
- a6ed1d7 nir: Add docs to nir_lower[_explicit]_io by Jason Ekstrand · 4 years, 5 months ago
- 0bc5a82 nir: Remove shared support from lower_io by Jason Ekstrand · 4 years, 5 months ago
- be96b06 nir: Assert that nir_lower_io is only called with allowed modes by Jason Ekstrand · 4 years, 5 months ago
- b019b22 panfrost: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
- 23b7094 v3d: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
- 96d99f2 vc4: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
- 786325f nouveau: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
- 4f521e5 lima: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
- 36a9046 freedreno: Only call nir_lower_io on shader_in/out by Jason Ekstrand · 4 years, 5 months ago
- fc94442 ir3: mark ucp_enables as allowed values on all keys by Ilia Mirkin · 4 years, 5 months ago
- 01a1926 etnaviv: replace prims-emitted query by Christian Gmeiner · 4 years, 5 months ago
- 42c8141 a4xx: add polygon offset clamp, fix units by Ilia Mirkin · 4 years, 5 months ago
- 00f9d4b a4xx: add noperspective interpolation support by Ilia Mirkin · 4 years, 5 months ago
- 12e18d9 nir: add vec2_index_32bit_offset address format by Connor Abbott · 4 years, 5 months ago
- 7ab7316 nir: Refactor load/store intrinsic helper by Connor Abbott · 4 years, 5 months ago
- 6d8e2ce freedreno/regs: document SS6_UBO state src by Jonathan Marek · 4 years, 5 months ago
- 0a7b1f9 freedreno/fdperf: prefer render node by Rob Clark · 4 years, 5 months ago
- 385d036 freedreno/fdperf: better compatible string matching by Rob Clark · 4 years, 5 months ago
- 9c34a33 freedreno/fdperf: fix print of base address by Rob Clark · 4 years, 5 months ago
- 85761e2 wsi/x11: Log swapchain status changes by Jason Ekstrand · 4 years, 5 months ago
- b0bbb62 vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error condition by Jason Ekstrand · 4 years, 5 months ago
- c5d8961 Revert "radv: add support for MRTs compaction to avoid holes" by Bas Nieuwenhuizen · 4 years, 5 months ago
- ad913a1 radv: Always enable PERFECT_ZPASS_COUNTS. by Bas Nieuwenhuizen · 4 years, 5 months ago
- ad15149 radv: Set handle types in Android semaphore/fence import. by Bas Nieuwenhuizen · 4 years, 5 months ago
- 7b21ce4 radv: disable FMASK compression when drawing with GENERAL layout by Samuel Pitoiset · 5 years ago
- 8453d29 Revert "nir: Support sysval tess levels in SPIR-V to NIR" by Jonathan Marek · 4 years, 5 months ago