meson: replace libmesa_util with idep_mesautil
[mesa.git] / src / freedreno /
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.
2019-06-03 Hyunjun Kofreedreno/ir3: adjust the bitsize of regs when an array...
2019-06-03 Hyunjun Kofreedreno/ir3: convert back to 32-bit values for half...
2019-06-03 Hyunjun Kofreedreno/ir3: check the type of regs of absneg opcode...
2019-06-03 Hyunjun Kofreedreno/ir3: set proper dst type for uniform accordin...
2019-06-03 Neil Robertsfreedreno/ir3: Fix loading half-float immediate vectors
2019-06-03 Rob Clarkfreedreno/ir3: immediately schedule meta instructions
2019-06-03 Rob Clarkfreedreno/ir3: scheduler improvements
2019-06-03 Rob Clarkfreedreno/ir3: sched should mark outputs used
2019-05-31 Rob Clarkfreedreno/ir3: fix constlen versus indirect UBO
2019-05-31 Rob Clarkfreedreno/ir3: set more barrier bits
2019-05-31 Rob Clarkfreedreno/ir3: set (ss) on last_input if ldlv
2019-05-31 Rob Clarkfreedreno/ir3: add assert
2019-05-31 Jonathan Marekfreedreno/ir3: fix input ncomp for vertex shaders
2019-05-29 Caio Marcelo de... spirv: Change spirv_to_nir() to return a nir_shader
2019-05-29 Caio Marcelo de... turnip: Don't re-use entry_point pointer from spirv_to_nir
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-22 Lionel Landwerlinvulkan: fix build dependency issue with generated files
2019-05-16 Eric Anholtfreedreno: Log the number of loops in the shader for...
2019-05-14 Eric Anholtfreedreno: Move msm_drm.h to the same spot as other...
2019-05-13 Eric Anholtfreedreno: Quiet compiler warnings on 64-bit.
2019-05-13 Eric Anholtfreedreno: Make emacs indent the way robclark's eclipse...
2019-05-13 Eric Anholtfreedreno: Make .editorconfig match .dir-locals.el.
2019-05-13 Jason Ekstrandtu/entrypoints: Import copy
2019-05-10 Jonathan Mareknir: allow specifying a set of opcodes in lower_alu_to_...
2019-05-09 Rob Clarkfreedreno/ir3: fix rasterflat/glxgears
2019-05-07 Rob Clarkfreedreno/ir3: move const_state to ir3_shader
2019-05-07 Rob Clarkfreedreno/ir3: split out const_state setup
2019-05-07 Rob Clarkfreedreno/ir3: move immediates to const_state
2019-05-07 Rob Clarkfreedreno/ir3: consolidate const state
2019-05-07 Rob Clarkfreedreno/ir3: move ir3_pointer_size()
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-06 John Stultzmesa: Makefile.sources: Add ir3_nir_lower_load_barycent...
2019-05-06 Amit Pundirmesa: android: freedreno: build libfreedreno_{drm,ir3...
2019-05-04 Rob Clarkfreedreno: update generated headers
2019-05-04 Rob Clarkfreedreno/ir3: remove assert
2019-05-02 Rob Clarkfreedreno/ir3: fb read support
2019-05-02 Rob Clarkfreedreno/drm: expose GMEM_BASE address
2019-05-02 Rob Clarkfreedreno/ir3: add some ubo range related asserts
2019-05-02 Rob Clarkfreedreno/ir3: add IR3_SHADER_DEBUG flag to disable...
2019-05-02 Rob Clarkfreedreno/ir3: fix lowered ubo region alignment
2019-05-02 Rob Clarkfreedreno/ir3: fix shader variants vs UBO analysis
2019-04-30 Rob Clarkfreedreno/ir3: fixes for half reg in/out
2019-04-30 Eric Engestromturnip: update to use the new features struct names
2019-04-30 Rob Clarkfreedreno/ir3: switch fragcoord to sysval
2019-04-26 Kristian H. Kristensenfreedreno/drm: Quiet pointer to u64 conversion warning
2019-04-26 Emil Velikovturnip: drop dead close(master_fd)
2019-04-25 Rob Clarkfreedreno/ir3: sample-shading support
2019-04-25 Rob Clarkfreedreno/ir3: fix load_interpolated_input slot
2019-04-25 Rob Clarkfreedreno/ir3: rename frag_vcoord -> ij_pixel
2019-04-25 Rob Clarkfreedreno/ir3: remove bogus assert
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_offset
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_sample
2019-04-25 Rob Clarkfreedreno: update generated headers
next