gallium: introduce PIPE_CAP_MEMOBJ
[mesa.git] / src / gallium / drivers / freedreno / ir3 /
2017-07-31 Nicolai Hähnlest/glsl_to_nir: move nir_lower_io to drivers
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-12 Ilia Mirkinfreedreno/ir3: fix load_front_face conversion
2017-05-23 Rob Clarkfreedreno/ir3: lower arrays to regs
2017-05-23 Rob Clarkfreedreno/ir3: add put_dst()
2017-05-23 Rob Clarkfreedreno/ir3: code-motion
2017-05-23 Rob Clarkfreedreno/ir3: fix cmdline compiler
2017-05-23 Rob Clarkfreedreno/ir3: add missing nir_opt_copy_prop_vars(...
2017-05-23 Rob Clarkfreedreno/ir3: need different compiler options for...
2017-05-16 Rob Clarkfreedreno/ir3: fix crash with atomics
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-06 Rob Clarkfreedreno/ir3: add macro to declare variable length...
2017-05-04 Rob Clarkfreedreno/ir3: compute shader support
2017-05-04 Rob Clarkfreedreno/ir3: SSBO/atomic support
2017-05-04 Rob Clarkfreedreno/ir3: resync instr-a3xx.h/disasm-a3xx.c
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
2017-04-18 Rob Clarkfreedreno/ir3: split out per-stage emit_consts fxns
2017-04-18 Rob Clarkfreedreno/ir3: refactor out helpers for comparing shade...
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
next