radeonsi: declare new user SGPR indices for bindless samplers/images
[mesa.git] / src / gallium / drivers / freedreno /
2017-08-16 Ilia Mirkina2xx: only update rasterizer settings when they're...
2017-08-16 Ilia Mirkina2xx: add logicop support
2017-08-03 Timothy Arcerigallium: introduce PIPE_CAP_MEMOBJ
2017-08-02 Nicolai Hähnlegallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and...
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-31 Nicolai Hähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-07-12 Ilia Mirkinfreedreno/ir3: fix load_front_face conversion
2017-07-09 Ilia Mirkina5xx: fix condition for updating *_FS_OUTPUT_CNTL
2017-07-09 Ilia Mirkina5xx: remove no-longer-accurate border color layout...
2017-07-09 Ilia Mirkina5xx: fix border color for depth formats
2017-07-09 Ilia Mirkina5xx: add border color clamping, add packed border...
2017-07-09 Ilia Mirkina5xx: fix border colors for swizzled texture formats
2017-07-09 Ilia Mirkina5xx: fix integer texture border colors
2017-07-09 Ilia Mirkina5xx: fix primitive restart
2017-07-07 Ilia Mirkina5xx: add support for rendering to RGB10A2_UNORM formats
2017-07-07 Ilia Mirkina5xx: set uint/sint bits for mrt output register
2017-07-07 Ilia Mirkina5xx: add backface stencil emission
2017-07-04 Ilia Mirkina5xx: enable polygon offset clamps
2017-07-04 Ilia Mirkina5xx: implement logicop support
2017-07-04 Ilia Mirkina5xx: enable polygon mode selection
2017-07-04 Ilia Mirkina5xx: disable ARB_depth_clamp for now
2017-07-04 Ilia Mirkina5xx: fix clip_halfz support
2017-07-04 Ilia Mirkina5xx: improve 3d texture sampling
2017-07-04 Ilia Mirkina5xx: remove one of the MIPFILTER_LINEAR bits
2017-07-04 Ilia Mirkina5xx: enable formats newly added to the headers
2017-07-04 Ilia Mirkina5xx: include color swap when decoding vertices
2017-07-04 Ilia Mirkina5xx: update headers
2017-06-29 Rob HerringAndroid: use symlinks for driver loading
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-07 Rob Clarkfreedreno/a5xx: set SP_BLEND_CONTROL properly
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2017-06-07 Rob Clarkfreedreno: drop timestamp field
2017-06-07 Rob Clarkfreedreno/a5xx: refactor out helper for LRZ flush
2017-06-07 Rob Clarkfreedreno: reshuffle FD_MESA_DEBUG bitmask
2017-06-07 Rob Clarkfreedreno: update generated headers
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...
next