build: Build etnaviv drm
[mesa.git] / src / gallium /
2019-05-24 Roland Scheideggergallivm: fix default cbuf info.
2019-05-24 Tomeu Vizosopanfrost: Dereference sampled texture
2019-05-24 Tomeu Vizosopanfrost: ci: Avoid pulling Docker image on every run
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
2019-05-24 Jason Ekstrandnir/builder: Remove the use_fmov parameter from nir_swizzle
2019-05-24 Jason Ekstrandptn,ttn: Use nir_channel for selecting channels
2019-05-24 Christian Gmeineretnaviv: use the correct uniform dirty bits
2019-05-24 Tapani Pällist/dri: enable EGL_ANDROID_blob_cache on gallium drivers
2019-05-24 Alyssa Rosenzweigpanfrost: Remove the standalone compiler
2019-05-23 Kenneth Graunkeiris: Advertise coherent framebuffer fetches
2019-05-23 Kenneth Graunkegallium: Add PIPE_CAP_FBFETCH_COHERENT and expose exten...
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-23 Kenneth Graunkeiris: Record state sizes for INTEL_DEBUG=bat decoding.
2019-05-22 Chia-I Wuvirgl: track valid buffer range for transfer sync
2019-05-22 Chia-I Wuvirgl: remove support for buffer surfaces
2019-05-22 Chia-I Wuvirgl: handle NULL shader resource explicitly
2019-05-22 Greg Vgallium: enable dmabuf on BSD as well
2019-05-22 Tapani Pälliiris: fix android build
2019-05-22 Philipp Zabeletnaviv: fill missing offset in etna_resource_get_handle
2019-05-21 Kenneth Graunkeiris: Fix ALT mode regressions from shader cache
2019-05-21 Marek Olšákradeonsi: fix a regression in si_rebind_buffer
2019-05-21 Kenneth Graunkeiris: Expose the disk cache to the state tracker as...
2019-05-21 Dylan Bakeriris: Cache assembly shaders in the on-disk shader...
2019-05-21 Kenneth Graunkeiris: Serialize the NIR to a blob we can use for shader...
2019-05-21 Dylan Bakeriris: Start wiring up on-disk shader cache
2019-05-21 Kenneth Graunkeiris: Move iris_uncompiled_shader definition to iris_co...
2019-05-20 Rob Clarkfreedreno/a6xx: WFI in program stateobj too
2019-05-20 Rob Clarkfreedreno/a6xx: make sure binning pass constlen is...
2019-05-20 Rob Clarkfreedreno/a6xx: limit IBO state to draw pass
2019-05-20 Rob Clarkfreedreno/a6xx: don't evaluate FS tex state in binning...
2019-05-20 Qiang Yulima/gpir: switch to use nir_lower_viewport_transform
2019-05-20 Qiang Yulima/gpir: support vector ssa load
2019-05-20 Qiang Yulima/gpir: add helper function for emit load node
2019-05-19 Alyssa Rosenzweigpanfrost/midgard: Split up midgard_compile.c (RA)
2019-05-19 Alyssa Rosenzweigpanfrost: Improve fixed-function blending
2019-05-19 Alyssa Rosenzweigpanfrost: Wire up nir_lower_blend
2019-05-19 Alyssa Rosenzweigpanfrost/midgard: Route new blending intrinsics
2019-05-19 Alyssa Rosenzweigpanfrost/nir: Add nir_lower_blend pass
2019-05-19 Alyssa Rosenzweigpanfrost: Fix Bifrost-specific padding
2019-05-19 Alyssa Rosenzweigpanfrost: Cleanup panfrost_job comments
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Decode blend constant
2019-05-19 Alyssa Rosenzweigpanfrost: Hoist blend constant into Midgard-specific...
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Disassemble Bifrost shaders
2019-05-18 Eric Engestrommeson: expose glapi through osmesa
2019-05-17 Neha Bhendedraw: fix memory leak introduced 7720ce32a
2019-05-17 Alyssa Rosenzweigpanfrost/midgard: Typofix
2019-05-17 Thomas Hellstromsvga: Add an environment variable to force coherent...
2019-05-17 Thomas Hellstrompipebuffer, winsys/svga: Add functionality to update...
2019-05-17 Thomas Hellstromsvga: Set the rendered-to flag for dma transfers to...
2019-05-17 Thomas Hellstromwinsys/svga: Fix RELOC_INTERNAL mob GPU access
2019-05-17 Thomas Hellstromsvga: Remove the surface_invalidate winsys function
2019-05-17 Gert WollnyRevert "softpipe/buffer: load only as many components...
2019-05-17 Alyssa Rosenzweigpanfrost: Cleanup leak todos
2019-05-16 Alyssa Rosenzweigpanfrost: assert(0) -> unreachable for some switch
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-16 Eric Anholtfreedreno: Output the same shader-db format as v3d...
2019-05-16 Eric Anholtfreedreno: Remove the ir3_tgsi_to_nir() helper function.
2019-05-16 Eric Anholtfreedreno: Fix assertion failures in context setup...
2019-05-16 Marek Olšákr600+radeonsi: use ctx_query_reset_status on radeon
2019-05-16 Marek Olšákwinsys/radeon: implement ctx_query_reset_status by...
2019-05-16 Marek Olšákwinsys/amdgpu: report a CS rejection as a reset only...
2019-05-16 Marek Olšákradeonsi: update buffer descriptors in all contexts...
2019-05-16 Marek Olšákradeonsi: remove old_va parameter from si_rebind_buffer...
2019-05-16 Marek Olšákradeonsi: compute culling - flush CS to remove write...
2019-05-16 Marek Olšákradeonsi: invalidate caches at the beginning of the...
2019-05-16 Marek Olšákradeonsi: disable primitive restart for triangles for...
2019-05-16 Marek Olšákradeonsi: add primitive culling stats to the HUD
2019-05-16 Marek Olšákradeonsi: cull primitives with async compute for large...
2019-05-16 Marek Olšákwinsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER...
2019-05-16 Marek Olšákradeonsi: add si_vs_prolog_bits::unpack_instance_id_fro...
2019-05-16 Marek Olšákradeonsi: make some functions non-static
2019-05-16 Marek Olšákradeonsi: allow si_shader_select_with_key to return...
2019-05-16 Marek Olšákradeonsi: use pipe_draw_info::instance_count indirectly
2019-05-16 Marek Olšákradeonsi: use pipe_draw_info::prim and primitive_restar...
2019-05-16 Marek Olšákradeonsi: make functions for creating LLVM functions...
2019-05-16 Marek Olšákwinsys/amdgpu: add a parallel compute IB coupled with...
2019-05-16 Marek Olšákradeonsi: add a cs parameter into si_cp_copy_data
2019-05-16 Marek Olšákradeonsi: add a cs parameter into si_cp_release_mem
2019-05-16 Marek Olšákradeonsi: add threadgroups_per_cu param into si_get_com...
2019-05-16 Marek Olšákradeonsi: move si_*_descriptors_idx functions into...
2019-05-16 Marek Olšákradeonsi: make si_initialize_compute reusable
2019-05-16 Marek Olšákradeonsi: extract COMPUTE_RESOURCE_LIMITS code into...
2019-05-16 Marek Olšákradeonsi: return the last part's return value from...
2019-05-16 Marek Olšákwinsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC...
2019-05-16 Jan Zielinskiswr: clean up supported OGL4.0/4.1 extensions list
2019-05-16 Leo Liuvl/dri3: set back buffer from output to NULL with front...
2019-05-16 Roland Scheideggerauxiliary/draw: fix crash with zero-stride draw auto
2019-05-16 Kenneth Graunkeiris: Dodge more GLSL IR lowering
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Add load/store opcodes
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Enable integer constant inlining
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Remove imov workaround
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Set int outmod for ops writing integers
2019-05-16 Alyssa Rosenzweigpanfrost: Set custom stride for textures when necessary
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Stride decoding
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Futureproof texture dumping
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-15 Kenneth Graunkest/dri: Minor style fixes
2019-05-15 Chia-I Wuvirgl: handle DONT_BLOCK and MAP_DIRECTLY
2019-05-15 Chia-I Wuvirgl: add virgl_resource_transfer_prepare
next