util: skip NEON detection if built with -mfpu=neon
[mesa.git] / src / freedreno /
2019-09-30 Daniel Schürmannfreedreno: Enable the nir_opt_algebraic_late() pass.
2019-09-27 Eric Anholtturnip: Fix failure behavior of vkCreateGraphicsPipelines.
2019-09-27 Eric Anholtturnip: Silence compiler warning about uninit pipeline.
2019-09-27 Eric Anholtturnip: Add a .editorconfig and .dir-locals.el
2019-09-27 Bas Nieuwenhuizenturnip: Add todo for d24_s8 copies
2019-09-27 Bas Nieuwenhuizenturnip: Disallow NPoT formats.
2019-09-27 Bas Nieuwenhuizenturnip: Always use UINT formats for copies.
2019-09-27 Bas Nieuwenhuizenturnip: Add image->image blitting.
2019-09-26 Jonathan Marekturnip: emit texture and uniform state
2019-09-26 Jonathan Marekturnip: add some shader information in pipeline state
2019-09-26 Jonathan Marekturnip: use nir_opt_copy_prop_vars
2019-09-26 Jonathan Marekturnip: lower samplers and uniform buffer indices
2019-09-26 Jonathan Marekturnip: basic descriptor sets (uniform buffer and samplers)
2019-09-26 Jonathan Marekturnip: enable linear filtering
2019-09-26 Jonathan Marekturnip: align layer_size
2019-09-26 Jonathan Marekturnip: use linear tiling for scanout image
2019-09-26 Jonathan Marekturnip: implement image view descriptor
2019-09-26 Jonathan Marekturnip: implement sampler state
2019-09-26 Jonathan Marekturnip: fix vertex_id
2019-09-26 Jonathan Marekturnip: emit shader immediates
2019-09-25 Jonathan Marekturnip: use image tile_mode for gmem configuration
2019-09-25 Jonathan Marekturnip: fix binning shader compilation
2019-09-18 Kristian H. Kristensenfreedreno/regs: A couple of tess updates
2019-09-18 Kristian H. Kristensenfreedreno/regs: Fix CP_DRAW_INDX_OFFSET command
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Turn on vectorize_io
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Track location of gl_Position out as...
2019-09-18 Bas Nieuwenhuizentu: Set up glsl types.
2019-09-16 Eric Anholtfreedreno: Fix invalid read when a block has no instruc...
2019-09-13 Rob Clarkfreedreno/a6xx: pre-calculate userconst stateobj size
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-09-06 Jonathan Marekfreedreno/a2xx: formats update
2019-09-06 Jonathan Marekfreedreno/a2xx: implement polygon offset
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-06 Rob Clarkfreedreno/ir3: allow copy propagation for relative
2019-09-06 Rob Clarkfreedreno/ir3: fix cp cmps.s opt
2019-09-06 Rob Clarkfreedreno/ir3: assert that only single address
2019-09-06 Rob Clarkfreedreno/ir3: fix mad copy propagation special case
2019-09-06 Rob Clarkfreedreno/ir3: fix addr/pred spilling
2019-09-06 Rob Clarkfreedreno/ir3: cleanup "partially const" ubo srcs
2019-09-03 Eric Engestromfreedreno/drm-shim: fix mem leak
2019-09-03 Rob Clarkfreedreno/ir3: use uniform base
2019-09-03 Rob Clarkfreedreno/drm: fix 64b iova shifts
2019-08-30 Alyssa Rosenzweigfreedreno/ir3: Link directly to Sethi-Ullman paper
2019-08-28 Rob Clarkfreedreno/ir3: do better job of marking convergence...
2019-08-28 Rob Clarkfreedreno/ir3: maintain predecessors/successors
2019-08-28 Rob Clarkfreedreno/ir3: convert block->predecessors to set
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
2019-08-13 Rob Clarkfreedreno/ir3: drop unneeded ir3_ra() args
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-08-11 Caio Marcelo de... spirv: Drop lower_workgroup_access_to_offsets
2019-08-07 John Stultzmesa: freedreno: Android.registers.mk: Fix up register...
2019-08-07 John Stultzmesa: Add ir3/ir3_nir_imul.c generation to Android.mk
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Rob Clarkfreedreno: update registers
2019-08-02 Rob Clarkfreedreno/drm: convert ring_pool to child_pool
2019-08-02 Rob Clarkfreedreno/drm: remove idx_lock
2019-08-02 Jonathan Marekfreedreno: a2xx: implement texture tiling
2019-07-29 Rob Clarkfreedreno/ir3: fix for array/reg store vs meta instructions
2019-07-29 Eric Anholtfreedreno: Fix data race on making the shader's id.
2019-07-29 Eric Anholtfreedreno: Take a lock around shader variant creation.
2019-07-29 Eric Anholtfreedreno: Fix data races with allocating/freeing struc...
2019-07-26 Eric Engestromanv+tu+radv: delete unusable dev_icd.json
2019-07-25 Eric Anholtfreedreno: Add support for drm-shim.
2019-07-18 Eric Anholtfreedreno: Convert nir_lower_tg4_to_tex to the NIR...
2019-07-18 Eric Anholtfreedreno: Convert load_barycentric_at_sample to the...
2019-07-18 Eric Anholtfreedreno: Convert load_barycentric_at_offset to the...
2019-07-10 Kristian H. Kristensenfreedreno: Generate headers from xml files
2019-07-10 Eric Engestromtu: add exported symbols check
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-07-01 Rob Clarkfreedreno: update generated registers
2019-06-28 Rob Clarkfreedreno/ir3: small cleanup
2019-06-28 Rob Clarkfreedreno/ir3: fix missing (ss) in dummy bary.f case
2019-06-24 Eric Anholtfreedreno: Only upload the used part of UBO0 to the...
2019-06-24 Eric Anholtfreedreno: Stop treating UBO 0 specially in UBO uploading.
2019-06-24 Daniel Schürmannnir: define behavior of nir_op_bfm and nir_op_u/ibfe...
2019-06-22 Eric Anholtfreedreno: Only upload UBO pointers for UBOs that haven...
2019-06-22 Eric Anholtfreedreno: Remove silly return from ir3_optimize_nir().
2019-06-22 Eric Anholtfreedreno: Fix up end range of unaligned UBO loads.
2019-06-22 Eric Anholtfreedreno: Fix UBO load range detection on booleans.
2019-06-22 Eric Anholtfreedreno: Stop reporting max_const in shader-db.
2019-06-22 Eric Anholtfreedreno: Include binning shaders in shader-db.
2019-06-20 Hyunjun Kofreedreno/ir3: fix typo
2019-06-14 Tapani Pälliir3: initialize progress false before ir3_nir_lower_imul
2019-06-11 Rob Clarkfreedreno: update generated headers
2019-06-07 Eduardo Lima Mitevir3: Use the new NIR lowering pass for integer multipli...
2019-06-07 Eduardo Lima Mitevir3/nir: Add new NIR AlgebraicPass for lowering imul
2019-06-07 Eduardo Lima Mitevir3/compiler: Handle new alu opcodes 'umul_low' and...
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkegallium: Drop lower_fmod64 from drivers that don't...
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Extend debug helpers to support TCS...
2019-06-05 Kristian H. Kristensenfreedreno/ir3: Generalize ir3_shader_disasm()
2019-06-04 Eric Anholtfreedreno: Reuse glsl_get_sampler_coordinate_components().
2019-06-04 Eric Anholtfreedreno: Improve the pi approximations in trig lowering.
2019-06-03 Vinson Leefreedreno: Fix GCC build error.
2019-06-03 Hyunjun Kofreedreno/ir3: fix counting and printing for half regis...
2019-06-03 Neil Robertsfreedreno/ir3: Fix up the half reg source even when...
2019-06-03 Neil Robertsfreedreno/ir3: Add a 16-bit implementation of nir_op_imul
2019-06-03 Hyunjun Kofreedreno/ir3: set dst type of alu instructions correctly.
next