v3d: Convert a bunch of our "minus one" fields over to the new XML attr.
[mesa.git] / src / gallium / drivers / freedreno /
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-10 Rob Clarkfreedreno: small fix for flushing dependent batches
2018-02-10 Rob Clarkfreedreno/ir3: intra-block scheduling
2018-02-10 Rob Clarkfreedreno/ir3: "boost" the depth of if/else condition
2018-02-10 Rob Clarkfreedreno/ir3: account for arrays in delayslot calc
2018-02-10 Rob Clarkfreedreno/ir3: more clever legalize algorithm
2018-02-10 Rob Clarkfreedreno/ir3: track block predecessors
2018-02-10 Rob Clarkfreedreno/ir3: clean up dangling false-dep's
2018-02-10 Rob Clarkfreedreno/ir3: handle IMMED for mad 2nd src special...
2018-02-10 Rob Clarkfreedreno/ir3: remove ir3 phi instruction
2018-02-10 Rob Clarkfreedreno/ir3: remove lower_if_else pass
2018-02-10 Rob Clarkfreedreno/ir3: add experimental GCM pass
2018-02-10 Rob Clarkfreedreno/ir3: change opt passes
2018-02-10 Rob Clarkfreedreno/ir3: use peephole select pass
2018-02-10 Rob Clarkfreedreno/ir3: lower phi webs to regs
2018-02-10 Rob Clarkfreedreno/ir3: separate arrays from groups
2018-02-10 Rob Clarkfreedreno/ir3: make block/instruction serialno per...
2018-02-10 Rob Clarkfreedreno/ir3: add spirv support to cmdline compiler
2018-02-10 Rob Clarkfreedreno/ir3: don't lower fsat
2018-02-10 Rob Clarkfreedreno/ir3: add encoding/decoding for (sat) bit
2018-02-10 Rob Clarkfreedreno/ir3: extend liverange of arrays
2018-02-10 Rob Clarkfreedreno/ir3: avoid extra mov's for "arrays"
2018-02-10 Rob Clarkfreedreno/ir3: a couple more array fixes
2018-02-10 Rob Clarkfreedreno/ir3: keep array stores
2018-02-10 Rob Clarkfreedreno/ir3: propagate barrier information
2018-02-10 Rob Clarkfreedreno/ir3: remove pointless statement
2018-02-10 Rob Clarkfreedreno/ir3: some more debug prints
2018-02-10 Rob Clarkfreedreno/ir3: fix printing of relative branch offsets
2018-02-10 Rob Clarkfreedreno/ir3: be more clever with if/else jumps
2018-02-10 Rob Clarkfreedreno/ir3: avoid some spurious sync bits
2018-02-10 Rob Clarkfreedreno/ir3: print # of sync bits for shaderdb
2018-02-10 Rob Clarkfreedreno: add debug trace for flush
2018-02-08 Scott D Phillipsmeson: Add build option for tools
2018-01-30 Timothy Arcerinir: add lower_all_io_to_temps flag
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2018-01-25 Emil Velikovautomake: small cleanup after the meson.build inclusion
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-14 Rob Clarkfreedreno/ir3: "soft" depth scheduling for SFU instructions
2018-01-14 Rob Clarkfreedreno/a5xx: work around SWAP vs TILE_MODE constraint
2018-01-14 Rob Clarkfreedreno/a5xx: texture tiling
2018-01-14 Rob Clarkfreedreno: update generated headers
2018-01-14 Rob Clarkfreedreno: add screen->setup_slices() for tex layout
2018-01-11 Dylan Bakermeson: move libsensors dependency to libgallium
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: Use consistent style
2017-12-22 Ilia Mirkinfreedreno: set missing internal_format when importing...
2017-12-19 Rob Clarkfreedreno: add debug flag to force high priority context
2017-12-19 Rob Clarkfreedreno: context priority support
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-19 Rob Clarkfreedreno/ir3: handle VTXID_BASE for indirect draws
2017-12-19 Rob Clarkfreedreno/ir3: add ctx->mem_to_mem()
2017-12-19 Rob Clarkfreedreno/a5xx: use vertex_id_zero_base
2017-12-17 Rob Clarkfreedreno/a5xx: add a5xx blitter
2017-12-17 Rob Clarkfreedreno: add generic blitter
2017-12-17 Rob Clarkfreedreno: add non-draw batches for compute/blit
2017-12-17 Rob Clarkfreedreno: track staging and shadow perf ctrs for the HUD
2017-12-17 Rob Clarkfreedreno: staging upload transfers
2017-12-17 Rob Clarkfreedreno: update generated headers
2017-12-15 Rob Clarkfreedreno: use u_transfer_helper
2017-12-05 Rob Clarkfreedreno/a5xx: hide ARB_base_instance
2017-12-05 Rob Clarkfreedreno/ir3: handle input/output component
2017-12-05 Marek Olšákgallium/u_upload_mgr: allow drivers to specify pipe_res...
2017-12-04 Dylan Bakermeson: define driver dependencies
2017-12-04 Rob Clarkfreedreno: mark stencil buffer valid too in case of...
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-12-04 Eric Engestromfreedreno: add -Wno-packed-bitfield-compat for meson...
2017-12-03 Rob Clarkfreedreno/ir3: relax barriers
2017-12-03 Rob Clarkfreedreno/ir3: all mem instructions have WAR hazzard
2017-12-03 Rob Clarkfreedreno: add debug option to force emulated indirect
2017-12-03 Rob Clarkfreedreno: also mark draw-indirect buffer as read
2017-12-03 Rob Clarkfreedreno: small cleanups
2017-12-03 Rob Clarkfreedreno: avoid unneccessary batch flush
2017-12-03 Rob Clarkfreedreno: avoid mem2gmem for invalidated buffers
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-12-03 Rob Clarkfreedreno: proper locking for iterating dependent batches
2017-12-03 Rob Clarkfreedreno/a5xx: correct max_indicies for indirect draws
2017-12-01 Dylan Bakermeson: use dep_thread instead of dependency('threads...
2017-12-01 Dylan Bakermeson: Add lmsensors support
2017-11-25 Ilia Mirkinfreedreno/a4xx: add ARB_framebuffer_no_attachments...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add indirect draw support
2017-11-25 Ilia Mirkinfreedreno: regenerate pm4 header, adjust code for new...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add stencil texturing support
2017-11-25 Ilia Mirkinfreedreno/ir3: add a pass to lower tg4 to txl, enable...
2017-11-18 Rob Clarkfreedreno/ir3: add texture gather support
2017-11-17 Rob Clarkfreedreno/a5xx: stencil texturing support
2017-11-17 Rob Clarkfreedreno/a5xx/gmem: fix z32/s8 restore/resolve
2017-11-17 Rob Clarkfreedreno/a5xx/gmem: move ZS restore tiling hack
2017-11-17 Rob Clarkfreedreno: update generated headers
2017-11-16 Rob Clarkfreedreno: also mark images used by draw/grid
2017-11-16 Rob Clarkfreedreno: mark SSBOs written at draw time
2017-11-16 Rob Clarkfreedreno/a5xx: ARB_framebuffer_no_attachments support
2017-11-14 Rob Clarkfreedreno/a5xx: small comment fix
2017-11-14 Rob Clarkfreedreno/a5xx: indirect draw support
2017-11-14 Rob Clarkfreedreno/a5xx: split out helper for pipeline stalls
2017-11-14 Rob Clarkfreedreno: update generated headers
next