nv50: disable compute
[mesa.git] / src / freedreno /
2019-02-21 Rob Clarkfreedreno/a6xx: enable tiled images
2019-02-20 Rob Clarkfreedreno/a6xx: samplerBuffer fixes
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: use ldib for ssbo reads
2019-02-20 Rob Clarkfreedreno/ir3: sync instr/disasm and add ldib encoding
2019-02-20 Rob Clarkfreedreno/ir3/a6xx: fix load_ssbo barrier type.
2019-02-20 Rob Clarkfreedreno/ir3: rename put_dst()
2019-02-20 Rob Clarkfreedreno: fix crash w/ masked non-SSA dst
2019-02-20 Rob Clarkfreedreno/ir3: fix crash in compile fail case
2019-02-20 Rob Clarkfreedreno/ir3: fix legalize for vecN inputs
2019-02-20 Kristian H. Kristensenfreedreno: Update headers
2019-02-18 Rob Clarkfreedreno/ir3: handle quirky atomic dst for a6xx
2019-02-16 Rob Clarkfreedreno/ir3: HIGH reg w/a for a6xx
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx+ SSBO/image support
2019-02-16 Rob Clarkfreedreno/ir3: add a6xx instruction encoding
2019-02-16 Rob Clarkfreedreno/ir3: add image/ssbo <-> ibo/tex mapping
2019-02-16 Rob Clarkfreedreno/ir3: fix ncomp for _store_image() src
2019-02-16 Rob Clarkfreedreno/ir3: split out a4xx+ instructions
2019-02-16 Rob Clarkfreedreno/ir3: split out image helpers
2019-02-16 Rob Clarkfreedreno/ir3: fix varying packing vs. tex sharp edge
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-14 Eric Anholtfreedreno: Use the NIR lowering for isign.
2019-02-13 Kristian H. Kristensenfreedreno/a6xx: Update headers
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: regen headers
2019-01-31 Rob Clarkfreedreno: fix release tarball
2019-01-28 Jonathan Marekfreedreno: update a2xx registers
2019-01-24 Emil Velikovfreedreno: automake: ship ir3_nir_trig.py in the tarball
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-10 Rob Clarkfreedreno: make cmdstream bo's read-only to GPU
2019-01-08 Bas Nieuwenhuizenfreedreno: Move register constant files to src/freedreno.
2019-01-08 Chia-I Wufreedreno/drm: sync uapi again
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2018-12-22 Rob Clarkfreedreno/ir3: don't treat all inputs/outputs as vec4
2018-12-22 Rob Clarkfreedreno/ir3: fix fallout of extra assert
2018-12-19 Eduardo Lima Mitevfreedreno/ir3: Handle GL_NONE in get_num_components_for...
2018-12-18 Eduardo Lima Mitevfreedreno/ir3: Make imageStore use num components from...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-13 Rob Clarkfreedreno/ir3: don't remove unused input components
2018-12-13 Rob Clarkfreedreno/ir3: fix crash
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-13 Rob Clarkfreedreno/drm: sync uapi and enable softpin
2018-12-11 Neil Robertsfreedreno: Add .dir-locals to the common directory
2018-12-10 Kristian H. Kristensenfreedreno: Fix the Makefile.am fix
2018-12-10 Emil Velikovfreedreno: add the missing _la in libfreedreno_ir3_la
2018-12-10 Emil Velikovfreedreno: drop duplicate MKDIR_GEN declaration
2018-12-07 Rob Clarkfreedreno/drm: fix memory leak
2018-12-07 Rob Clarkfreedreno/ir3: track max flow control depth for a5xx...
2018-12-07 Rob Clarkfreedreno/ir3: code-motion
2018-12-07 Rob Clarkfreedreno/ir3: sync instr/disasm
2018-12-07 Rob Clarkfreedreno/ir3: don't fetch unused tex components
2018-12-07 Rob Clarkfreedreno/drm: fix relocs in nested stateobjs
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-27 Jonathan Marekfreedreno: use MSM_BO_SCANOUT with scanout buffers
2018-11-27 Rob Clarkfreedreno: move ir3 to common location
2018-11-27 Rob Clarkfreedreno: move drm to common location