ac/nir: port Z compare value clamping from radeonsi
[mesa.git] / src / gallium /
2019-09-23 Marek Olšáktgsi_to_nir: fix 2-component system values like tess_le...
2019-09-23 Marek Olšáktgsi_to_nir: fix masked out image loads
2019-09-23 Karol Herbstnv50/ir/nir: comparison of integer expressions of diffe...
2019-09-23 Karol Herbstnv50/ir: fix unnecessary parentheses warning
2019-09-23 Erico Nuneslima: remove partial clear support from pipe->clear()
2019-09-23 Boris BrezillondEQP-GLES2.functional.buffer.write.use.index_array...
2019-09-23 Boris Brezillonpanfrost: Fix indexed draws
2019-09-23 Karol Herbstclover/nir: fix compilation with g++-5.5 and maybe...
2019-09-23 Vasily Khoruzhicklima: implement BO cache
2019-09-23 Vasily Khoruzhicklima: use 0 to poll if BO is busy in lima_bo_wait()
2019-09-23 Qiang Yulima: move damage bound build to resource
2019-09-23 Qiang Yulima: don't use damage system when full damage
2019-09-23 Qiang Yulima: implement EGL_KHR_partial_update
2019-09-22 Icenowy Zhenglima: fix PLBU viewport configuration
2019-09-21 Karol Herbstnvc0: expose spirv support
2019-09-21 Karol Herbstclover: add support for passing kernels as nir to the...
2019-09-21 Karol Herbstclover: prepare supporting multiple IRs
2019-09-21 Karol Herbstclover: add support for drivers having no proper binary...
2019-09-21 Karol Herbstclover/functional: add id_equals helper
2019-09-21 Karol Herbstrename pipe_llvm_program_header to pipe_binary_program_...
2019-09-21 Karol Herbstgallium: add blob field to pipe_llvm_program_header
2019-09-21 Pierre Moreauclover/llvm: Add functions for compiling from source...
2019-09-21 Pierre Moreauclover/llvm: Add options for dumping SPIR-V binaries
2019-09-21 Pierre Moreauclover/spirv: Add functions for parsing arguments,...
2019-09-21 Pierre Moreauclover/spirv: Add functions for validating SPIR-V binaries
2019-09-21 Pierre Moreaumeson: Check for SPIRV-Tools and llvm-spirv
2019-09-20 Hal Gentzgallium/osmesa: Fix the inability to set no context...
2019-09-19 Jason EkstrandMove blob from compiler/ to util/
2019-09-19 Adam Jacksondocs: Update bug report URLs for the gitlab migration
2019-09-19 Kenneth Graunkeiris: Skip double-disabling TCS/TES/GS after BLORP...
2019-09-19 Kenneth Graunkeiris: Rework iris_update_draw_parameters to be more...
2019-09-19 Kenneth Graunkeiris: Use state_refs for draw parameters.
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Write multiple regs for SP_VS_OUT_REG...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Share shader state constructor and...
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Track location of gl_Position out as...
2019-09-18 Kenneth Graunkeiris: Avoid uploading SURFACE_STATE descriptors for...
2019-09-18 Kenneth Graunkeiris: Track per-stage bind history, reduce work accordingly
2019-09-18 Kenneth Graunkeiris: Don't flag IRIS_DIRTY_BINDINGS for constant usage...
2019-09-18 Kenneth Graunkeiris: Explicitly emit 3DSTATE_BTP_XS on Gen9 with DIRTY...
2019-09-18 Kenneth Graunkeiris: Flag IRIS_DIRTY_BINDINGS_XS on constant buffer...
2019-09-18 Marek Olšákradeonsi: include drm_fourcc.h to fix the build
2019-09-18 Marek Olšákradeonsi: implement pipe_screen::resource_get_param
2019-09-18 Marek Olšákgallium: extend resource_get_param to be as capable...
2019-09-18 Marek Olšákac: move ac_get_num_physical_vgprs into radeon_info
2019-09-18 Marek Olšákac: move ac_get_num_physical_sgprs into radeon_info
2019-09-18 Marek Olšákac: move ac_get_max_wave64_per_simd into radeon_info
2019-09-18 Marek Olšákac: move num_sdp_interfaces into radeon_info
2019-09-18 Marek Olšákac: move PBB MAX_ALLOC_COUNT into radeon_info
2019-09-18 Jonathan Mareketnaviv: fix two-sided stencil
2019-09-18 Boris Brezillonpanfrost: Allocate tiler and scratchpad BOs per-batch
2019-09-18 Boris Brezillonpanfrost: Add FBO BOs to batch->bos earlier
2019-09-18 Boris Brezillonpanfrost: Add the panfrost_batch_create_bo() helper
2019-09-18 Boris Brezillonpanfrost: Don't return imported/exported BOs to the...
2019-09-18 Boris Brezillonpanfrost: Add panfrost_bo_{alloc,free}()
2019-09-18 Boris Brezillonpanfrost: Stop using panfrost_bo_release() outside...
2019-09-18 Boris Brezillonpanfrost: Stop passing screen around for BO operations
2019-09-18 Boris Brezillonpanfrost: Don't check if BO is mmaped before calling...
2019-09-18 Boris Brezillonpanfrost: Stop exposing panfrost_bo_cache_{fetch,put}()
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-18 Boris Brezillonpanfrost: s/PAN_ALLOCATE_/PAN_BO_/
2019-09-18 Boris Brezillonpanfrost: Move panfrost_bo_{reference,unreference}...
2019-09-18 Boris Brezillonpanfrost: Get rid of pan_drm.c
2019-09-18 Boris Brezillonpanfrost: Stop passing has_draws to panfrost_drm_submit...
2019-09-18 Boris Brezillonpanfrost: Kill a useless memset(0) in panfrost_create_c...
2019-09-18 Boris Brezillonpanfrost: Add polygon_list to the batch BO set at alloc...
2019-09-18 Boris Brezillonpanfrost: Add missing panfrost_batch_add_bo() calls
2019-09-18 Boris Brezillonpanfrost: Use the correct type for the bo_handle array
2019-09-18 Boris Brezillonpanfrost: Stop exposing internal panfrost_*_batch(...
2019-09-18 Christian Gmeineretnaviv: disable ARB_shadow
2019-09-18 Christian GmeinerRevert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
2019-09-18 Lepton Wuvirgl: Remove wrong EAGAIN handling for drmIoctl
2019-09-17 Kenneth Graunkeiris: Skip allocating a null surface when there are...
2019-09-17 Adam Jacksongallium/xlib: Fix glXMakeCurrent(dpy, None, None, ctx)
2019-09-17 Adam Jacksongallium/xlib: Remove MakeCurrent_PrevContext
2019-09-17 Adam Jacksongallium/xlib: Remove drawable caching from the MakeCurr...
2019-09-17 Adam Jacksonci: Run tests on i386 cross builds
2019-09-17 Tapani Pälliiris: close screen fd on iris_destroy_screen
2019-09-17 Michel Dänzerswr: Limit DEBUG workaround to LLVM < 7
2019-09-17 Michel Dänzergallivm: Limit DEBUG workaround to LLVM < 7
2019-09-17 Christian Gmeineretnaviv: a bit of micro-optimization
2019-09-17 Icenowy Zhenglima: reset scissor state if scissor test is disabled
2019-09-16 Erik Faye-Lundgallium/gdi: use GALLIUM_FOO rather than HAVE_FOO
2019-09-16 Dylan Bakerscons: Make scons and meson agree about path to glapi...
2019-09-16 Vasily Khoruzhicklima: add standalone disassembler with primitive MBS...
2019-09-16 Timothy Arceriradeonsi/nir: fix number of used samplers
2019-09-16 Danylo Piliaieviris: Fix fence leak in iris_fence_flush
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-14 Christian Gmeinergallium: util_set_vertex_buffers_mask(..): make use...
2019-09-14 Lepton Wuvirgl: replace fprintf with _debug_printf
2019-09-13 Kenneth Graunkeiris: Initialize ice->state.prim_mode to an invalid...
2019-09-13 Andreas Baierllima/ppir: Add undef handling
2019-09-13 Andreas Baierllima/ppir: Rename ppir_op_dummy to ppir_op_undef
2019-09-13 Boris Brezillonpanfrost: Move the batch submission logic to panfrost_b...
2019-09-13 Boris Brezillonpanfrost: Move the fence creation in panfrost_flush()
2019-09-13 Boris Brezillonpanfrost: Delay payloads[].offset_start initialization
2019-09-13 Boris Brezillonpanfrost: Prepare things to avoid flushes on FB switch
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_set_value_job()
2019-09-13 Boris Brezillonpanfrost: Use ctx->wallpaper_batch in panfrost_blit_wal...
2019-09-13 Boris Brezillonpanfrost: Pass a batch to functions emitting FB descs
next