gallium/u_threaded: align batches and call slots to 16 bytes
[mesa.git] / src / gallium / drivers / freedreno /
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-31 Rob Clarkfreedreno/a5xx: drop WFIs in emit_marker5()
2017-05-31 Rob Clarkfreedreno/a5xx: timestamp / time-elapsed queries
2017-05-31 Rob Clarkfreedreno/a5xx: rename query result struct
2017-05-31 Rob Clarkfreedreno: update generated headers
2017-05-28 Rob Clarkfreedreno: fix fence creation fail if no rendering
2017-05-23 Rob Clarkfreedreno/ir3: switch to NIR by default
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-23 Rob Clarkfreedreno/a5xx: remove copapasta from a4xx
2017-05-23 Rob Clarkfreedreno: only support SSBOs with nir
2017-05-23 Rob Clarkfreedreno/a5xx: add some missing texture formats
2017-05-23 Rob Clarkfreedreno/a5xx: provoking vertex
2017-05-23 Rob Clarkfreedreno: update generated headers
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-16 Rob Clarkfreedreno/gmem: fix hw binning hangs with large render...
2017-05-16 Rob Clarkfreedreno/ir3: fix crash with atomics
2017-05-16 Rob Clarkfreedreno/a5xx: remove unneeded assert
2017-05-16 Rob Clarkfreedreno/a5xx: fallback to slow-clear for z32
2017-05-14 Rob ClarkRevert "freedreno: use bypass if only clears"
2017-05-14 Rob Clarkfreedreno: fix crash when flush() but no rendering
2017-05-14 Rob Clarkfreedreno: fix indexbuffer upload
2017-05-13 Rob Clarkfreedreno/a5xx: hw binning support
2017-05-13 Rob Clarkfreedreno: update generated headers
2017-05-13 Rob Clarkfreedreno: use bypass if only clears
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-09 Rob Herringfreedreno: fix clang error in fd_get_compute_param
2017-05-06 Rob Clarkfreedreno/a3xx: fix hang w/ large render targets and...
2017-05-06 Rob Clarkfreedreno/ir3: add macro to declare variable length...
2017-05-04 Rob Clarkfreedreno/a5xx: compute shader support
2017-05-04 Rob Clarkfreedreno: core compute state support
2017-05-04 Rob Clarkfreedreno/ir3: compute shader support
2017-05-04 Rob Clarkfreedreno/a5xx: SSBO support
2017-05-04 Rob Clarkfreedreno/ir3: SSBO/atomic support
2017-05-04 Rob Clarkfreedreno: core SSBO support
2017-05-04 Rob Clarkfreedreno/ir3: resync instr-a3xx.h/disasm-a3xx.c
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-23 Rob Clarkfreedreno/a5xx: hack for r8g8b8a8_snorm
2017-04-23 Rob Clarkfreedreno/a5xx: rgtc formats
2017-04-22 Rob Clarkfreedreno/a5xx: occlusion query
2017-04-22 Rob Clarkfreedreno: drop ring arg from _set_stage()
2017-04-22 Rob Clarkfreedreno: update generated headers
2017-04-22 Rob Clarkfreedreno: add support for hw accumulating queries
2017-04-22 Rob Clarkfreedreno: a bit of query refactor
2017-04-22 Rob Clarkfreedreno: make hw-query a helper
2017-04-20 Marek Olšákgallium: fold u_trim_pipe_prim call from st/mesa to...
2017-04-18 Rob Clarkfreedreno: refactor dirty state handling
2017-04-18 Rob Clarkfreedreno: move clear path dirty state hack to a2xx...
2017-04-18 Rob Clarkfreedreno/ir3: split out per-stage emit_consts fxns
2017-04-18 Rob Clarkfreedreno: add helper to mark all state clean
2017-04-18 Rob Clarkfreedreno: add helper to mark all state dirty
2017-04-18 Rob Clarkfreedreno: move a2xx specific hack out of core
2017-04-18 Rob Clarkfreedreno: make texture state an array
2017-04-18 Rob Clarkfreedreno/ir3: refactor out helpers for comparing shade...
2017-04-17 Rob Clarkfreedreno: fix crash if ctx torn down with no rendering
2017-04-17 Rob Clarkfreedreno/ir3: add 'high' register class
2017-04-17 Rob Clarkfreedreno: extract helper for stage->sb for a4xx+
2017-04-17 Rob Clarkfreedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4
2017-04-17 Rob Clarkfreedreno: update generated headers
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-14 Rob Clarkfreedreno: enable draw/batch reordering by default
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-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-24 Rob Clarkfreedreno: free compiler when screen is destroyed
2017-03-24 Rob Clarkfreedreno: fix memory leak
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-13 Rob Clarkfreedreno/ir3: fragz cannot be half precision
2017-03-13 Rob Clarkfreedreno/ir3: optimize less in glsl
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-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulfreedreno: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-24 Marek Olšákfreedreno: add support for user index buffers
2017-02-22 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
next