vc4: Enable V3D 2.6.
[mesa.git] / src / gallium / drivers / freedreno / ir3 /
2017-04-17 Rob Clarkfreedreno/ir3: add 'high' register class
2017-04-14 Rob Clarkfreedreno/ir3: small re-order
2017-04-14 Rob Clarkfreedreno/ir3: move 'keeps' to block level
2017-04-14 Rob Clarkfreedreno/ir3: convert dynamic arrays to ralloc
2017-03-24 Rob Clarkfreedreno: free compiler when screen is destroyed
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-13 Rob Clarkfreedreno/ir3: fragz cannot be half precision
2017-03-10 Emil Velikovfreedreno: remove shebang from ir3_nir_trig.py
2017-03-10 Emil Velikovfreedreno: remove execute bit from ir3_nir_trig.py
2017-01-22 Rob Clarkfreedreno/ir3: setup var locations in standalone compiler
2017-01-11 Rob Clarkfreedreno/a5xx: use the non-_ZERO_BASE for vertexid
2016-12-30 Rob Clarkfreedreno/ir3: rework varying slots (maybe??)
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-27 Rob Clarkfreedreno/ir3: fix linkage::var size
2016-12-27 Rob Clarkfreedreno/ir3: treat clipvertex like a normal varying
2016-12-27 Rob Clarkfreedreno/a5xx: transform-feedback support
2016-12-27 Rob Clarkfreedreno/ir3: UBO support for 64b GPUs (a5xx)
2016-12-27 Rob Clarkfreedreno/ir3: rework location of driver constants
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-11-30 Rob Clarkfreedreno/a5xx: fix negative branches
2016-11-30 Rob Clarkfreedreno/ir3: don't offset inloc by 8
2016-11-30 Rob Clarkfreedreno/ir3: add new helper for shader linkage
2016-11-12 Rob Clarkfreedreno/ir3: fixup ralloc fallout
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-03 Ilia Mirkina3xx: make use of software clipping when hw can't handle it
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-19 Eric Anholtttn: Use nir_load_front_face instead of the TGSI-style...
2016-08-19 Eric Anholtttn: Make FRAG_RESULT_DEPTH be a float variable to...
2016-08-13 Rob Clarkfreedreno/ir3: fix issue with emit_tex()
2016-07-30 francians@gmail.comfreedreno/ir3: init ir3_shader_key with memset()
2016-07-30 Rob Clarkfreedreno: move needs_wfi into batch
2016-07-23 francians@gmail.comfreedreno/ir3: Add missing braces in initializer
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-02 Rob Clarkfreedreno/ir3: support glsl linking for cmdline compiler
2016-07-02 Rob Clarkfreedreno/ir3: support non-user_buffer consts
2016-07-02 Rob Clarkfreedreno: switch emit_const_bo() to take prsc's
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-03 Rob Clarkfreedreno/ir3: do idiv lowering after main opt loop
2016-06-02 Rob Clarkfreedreno/ir3: fix coverity warning
2016-06-02 Rob Clarkfreedreno/ir3: use nir_shader_get_entrypoint() helper
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la
2016-05-25 Rob Clarkfreedreno/ir3: cmdline compiler for glsl
2016-05-23 Rob Clarkfreedreno/ir3: disable cp for indirect src's
2016-05-20 Rob Clarkfreedreno/ir3: need to lower fmod too
2016-05-17 Rob Clarkfreedreno/ir3: fix compiler warning
2016-05-15 Rob Clarkfreedreno/ir3: small standalone compiler cleanup
2016-05-15 Rob Clarkfreedreno/ir3: lower fdiv
2016-05-15 Rob Clarkfreedreno/ir3: handle VARYING_SLOT_PNTC
2016-05-15 Rob Clarkfreedreno/ir3: disable TGSI specific hacks in nir case
2016-05-15 Rob Clarkfreedreno/ir3: add support for NIR as preferred IR
2016-05-11 Jason Ekstrandnir/algebraic: Separate ffma lowering from fusing
2016-05-10 Rob Clarkfreedreno/ir3: size input/output arrays properly
2016-05-10 Samuel Iglesias... freedreno/ir3: lower lrp when operating with double...
2016-05-09 Rob Clarkfreedreno/ir3: fix fallout from new block iterators
2016-05-09 Rob Clarkfreedreno/ir3: allow for additional VS sysval inputs
2016-05-05 Connor Abbottir3: fixup for new nir_foreach_block()
2016-05-04 Rob Clarkfreedreno: move shader-stage dirty bits to global dirty...
2016-05-04 Rob Clarkfreedreno/ir3: remove a couple redundant is_flow()s
2016-05-04 Rob Clarkfreedreno/ir3: cp small negative integers too
2016-05-04 Rob Clarkfreedreno/ir3: fix # of registers
2016-05-04 Rob Clarkfreedreno/ir3: lower immeds to const
2016-05-04 Rob Clarkfreedreno/ir3: add ir3_cp_ctx
2016-05-03 Brian Paulfreedreno: s/Elements/ARRAY_SIZE/
2016-04-30 Rob Clarkfreedreno/ir3: use pipe_debug_callback for shader-db...
2016-04-30 Rob Clarkfreedreno/ir3: handle color clamp variant ourselves
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_use and friends
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Samuel Iglesias... nir: rename lower_flrp to lower_flrp32
2016-04-25 Rob Clarkfreedreno/ir3: convert over to ralloc
2016-04-25 Rob Clarkfreedreno: disallow cat4 immed src
2016-04-25 Rob Clarkfreedreno/ir3: fix sin/cos
2016-04-24 Rob Clarkfreedreno/ir3: relax restriction in grouping
2016-04-24 Rob Clarkfreedreno/ir3: fix small memory leak
2016-04-24 Rob Clarkfreedreno/ir3: fix small RA bug
2016-04-24 Rob Clarkfreedreno/a4xx: better workaround for astc+srgb
2016-04-24 Rob ClarkRevert "freedreno/a4xx: lower srgb in shader for astc...
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-19 Rob Clarkfreedreno/a4xx: lower srgb in shader for astc textures
2016-04-18 Rob Clarkfreedreno/ir3: fix grouping issue w/ reverse swizzles
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jason Ekstrandnir/dead_variables: Configurably work with any variable...
2016-04-13 Rob Clarkfreedreno/ir3: fix array textures on a4xx
2016-04-13 Rob Clarkfreedreno/ir3: hack to avoid getting stuck in a loop
2016-04-13 Rob Clarkfreedreno/ir3: use (ss) instead of (sy) for ldlv
2016-04-13 Rob Clarkfreedreno/ir3: cleanup double cmps.s from frontend
2016-04-11 Jason Ekstrandnir/lower_system_values: Add support for several comput...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-05 Rob Clarkfreedreno/ir3: insert extra move into phi
2016-04-05 Rob Clarkfreedreno/ir3: eliminate unnecessary absneg's
2016-04-05 Rob Clarkfreedreno/ir3: deal with duplicate phi sources
2016-04-05 Rob Clarkfreedreno/ir3: fix silly brain-fart in RA
2016-04-05 Rob Clarkfreedreno/ir3: don't cp into phi's
next