etnaviv: drm: Use _mesa_hash_table instead of drmHash
[mesa.git] / src / gallium /
2019-06-05 Guido Güntheretnaviv: untabify
2019-06-05 Tomeu Vizosopanfrost: bifrost: Fix format string in disassembler
2019-06-05 Kenneth Graunkeiris: Free the buffer when reading from the disk cache.
2019-06-05 Alyssa Rosenzweigpanfrost/midgard: Don't promote non-SSA to pipeline...
2019-06-04 Eric Anholtfreedreno: Drop invalid scissor optimization.
2019-06-04 Chia-I Wuvirgl: resolve to correct level during texture read
2019-06-04 Chia-I Wuvirgl: fix texture resolving with compressed formats
2019-06-04 Bas Nieuwenhuizenfreedreno: Add printf pattern string.
2019-06-04 Bas NieuwenhuizenRevert "vl: Enable DRM by default."
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: .pos propagation
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Cleanup copy propagation
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Implement "pipeline register" prepass
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Helpers for pipeline
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Refactor schedule/emit pipeline
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Cleanup RA (stylistic changes)
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Share MIR utilities
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Misc. cleanup for readibility
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Extend RA to non-vec4 sources
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Set masks on ld_vary
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Fix liveness analysis bugs
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Set int outmod for "pasted" code
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Hoist some utility functions
2019-06-04 Alyssa Rosenzweigpanfrost/midgard: Remove pinning
2019-06-04 Bas Nieuwenhuizenvl: Enable DRM by default.
2019-06-04 Connor Abbottradeonsi/nir: Fix type in bindless address computation
2019-06-04 Christian Gmeineretnaviv: implement set_active_query_state(..) for hw...
2019-06-04 Kenneth Graunkeiris: Fix SO stride units for DrawTransformFeedback
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-06-04 Nicolai Hähnleamd/common: use SH{0,1}_CU_EN definitions only of COMPU...
2019-06-04 Nicolai Hähnleamd/common: unify PITCH_GFX6 and PITCH_GFX9
2019-06-04 Nicolai Hähnleamd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
2019-06-03 Caio Marcelo de... iris: Always reserve binding table space for NIR constants
2019-06-03 Caio Marcelo de... iris: Print binding tables when INTEL_DEBUG=bt
2019-06-03 Caio Marcelo de... iris: Compact binding tables
2019-06-03 Caio Marcelo de... iris: Create an enum for the surface groups
2019-06-03 Caio Marcelo de... iris: Handle binding table in the driver
2019-06-03 Caio Marcelo de... iris: Pull brw_nir_analyze_ubo_ranges() call out setup_...
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-06-03 Neil Robertsfreedreno/ir3: Use output type size to set OUTPUT_REG_H...
2019-06-03 Pierre-Eric Pellou... radeonsi: init sctx->dma_copy before using it
2019-06-03 Axel Davyd3dadapter9: Revert to old throttling limit value
2019-06-03 Marek Olšákac: use amdgpu-flat-work-group-size
2019-06-03 Marek Olšáku_blitter: don't fail mipmap generation for depth forma...
2019-06-03 Christian Gmeineretnaviv: drop a bunch of duplicated gallium PIPE_CAP...
2019-06-03 Jonathan Mareknir: copy intrinsic type when lowering load input/unifo...
2019-05-31 Caio Marcelo de... iris: Drop unused locals from iris_clear.c to avoid...
2019-05-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: add lower_bitshift option
2019-05-31 Rob Clarkfreedreno/a6xx: add 'type' to shader state key
2019-05-31 Rob Clarkfreedreno/a6xx: fix GPU crash on small render targets
2019-05-31 Tomeu Vizosopanfrost: Remove link stage for jobs
2019-05-31 Tomeu Vizosopanfrost: ci: Switch to kernel 5.2-rc2
2019-05-31 Tomeu Vizosopanfrost: ci: Update expectations
2019-05-31 Connor Abbottradeonsi/nir: Remove hack for builtins
2019-05-31 Connor Abbottradeonsi/nir: Use correct location for uniform access...
2019-05-31 Connor Abbottradeonsi/nir: Correctly handle double TCS/TES varyings
2019-05-31 Christian Gmeineretnaviv: blt: s/TRUE/true && s/FALSE/false
2019-05-31 Christian Gmeineretnaviv: rs: s/TRUE/true && s/FALSE/false
2019-05-30 Jan Zielinskiswr/rast: Enable ARB_GL_texture_buffer_range
2019-05-30 Jan Zielinskiswr/rast: fix 32-bit compilation on Linux
2019-05-30 Kenneth Graunkeiris: Avoid holding the lock while allocating pages.
2019-05-30 Kenneth Graunkeiris: Move SET_DOMAIN to alloc_fresh_bo()
2019-05-30 Kenneth Graunkeiris: Be lazy about cleaning up purged BOs in the cache.
2019-05-30 Kenneth Graunkeiris: Dig through the cache to find a BO in the right...
2019-05-30 Kenneth Graunkeiris: Tidy BO sizing code and comments
2019-05-30 Kenneth Graunkeiris: Move some field setting after we drop the lock.
2019-05-30 Kenneth Graunkeiris: Move cached BO allocation into a helper function.
2019-05-30 Kenneth Graunkeiris: Fall back to fresh allocations of mapping for...
2019-05-30 Kenneth Graunkeiris: Move fresh BO allocation into a helper function.
2019-05-30 Kenneth Graunkeiris: Do SET_TILING at a single point rather than in...
2019-05-30 Kenneth Graunkeiris: Use the BO cache even for coherent buffers on...
2019-05-30 Kenneth Graunkeiris: Fix locking around vma_alloc in iris_bo_create_us...
2019-05-30 Kenneth Graunkeiris: Fix lock/unlock mismatch for non-LLC coherent...
2019-05-30 Marek Olšákradeonsi: fix timestamp queries for compute-only contexts
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-29 Kenneth Graunkeiris: Re-emit Surface State Base Address when context...
2019-05-29 Jason Ekstrandiris: Enable nir_opt_large_constants
2019-05-29 Jason Ekstrandiris: Don't assume UBO indices are constant
2019-05-29 Jason Ekstrandiris: Move upload_ubo_ssbo_surf_state to iris_program.c
2019-05-29 Brian Paulsvga: clamp max_const_buffers to SVGA_MAX_CONST_BUFS
2019-05-29 Kenneth Graunkeiris: Clone before calling nir_strip and serializing
2019-05-29 Kenneth Graunkeiris: Only store the SHA1 of the NIR in iris_uncompiled...
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-29 Chia-I Wuvirgl: fix readback with pending transfers
2019-05-29 Connor Abbottradeonsi: Fix editorconfig
2019-05-28 Mike Lothianmeson: Link Gallium drivers with ld_args_build_id
2019-05-27 Marek Olšákradeonsi: clean up winsys creation
2019-05-27 Marek Olšákradeonsi: allow query functions for compute-only contexts
2019-05-27 Marek Olšákac: treat Mullins as Kabini, remove the enum
2019-05-27 Christian Gmeineretnaviv: rs: choose clear format based on block size
2019-05-27 Vasily Khoruzhicklima/ppir: implement discard and discard_if
2019-05-27 Kenneth Graunkeiris: Don't flag IRIS_DIRTY_URB after BLORP operations...
2019-05-26 Alyssa Rosenzweigpanfrost/midgard: Implement fneg/fabs/fsat
2019-05-25 Qiang Yulima: fix lima_blit with non-zero level source resource
2019-05-25 Qiang Yulima: fix render to non-zero level texture
2019-05-24 Chia-I Wuvirgl: remove an incorrect check in virgl_res_needs_flush
2019-05-24 Chia-I Wuvirgl: reemit resources on first draw/clear/compute
2019-05-24 Chia-I Wuvirgl: add missing emit_res for SO targets
2019-05-24 Roland Scheideggergallivm: fix default cbuf info.
2019-05-24 Tomeu Vizosopanfrost: Dereference sampled texture
next