freedreno/a5xx: add global size compute cap
[mesa.git] / src / gallium / drivers / freedreno / freedreno_screen.c
2017-11-12 Rob Clarkfreedreno/a5xx: add global size compute cap
2017-11-12 Rob Clarkfreedreno/ir3: turn on std430 packing
2017-11-12 Rob Clarkfreedreno/a5xx: image support
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-26 Rob Clarkfreedreno: implement pipe->invalidate_resource()
2017-10-26 Rob Clarkfreedreno: GL_ARB_texture_barrier
2017-10-26 Rob Clarkfreedreno: small rename
2017-10-10 Eric Anholtgallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for...
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-21 Jan Veselygallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-18 Jan Veselygallium: Add PIPE_SHADER_CAP_FP16
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
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ähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-07-04 Ilia Mirkina5xx: enable polygon offset clamps
2017-07-04 Ilia Mirkina5xx: disable ARB_depth_clamp for now
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-07 Rob Clarkfreedreno/a5xx: LRZ support
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-31 Rob Clarkfreedreno/a5xx: timestamp / time-elapsed queries
2017-05-23 Rob Clarkfreedreno/ir3: switch to NIR by default
2017-05-23 Rob Clarkfreedreno/ir3: need different compiler options for...
2017-05-23 Rob Clarkfreedreno: only support SSBOs with nir
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-13 Rob Clarkfreedreno/a5xx: hw binning support
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-09 Rob Herringfreedreno: fix clang error in fd_get_compute_param
2017-05-04 Rob Clarkfreedreno: core compute state support
2017-05-04 Rob Clarkfreedreno/a5xx: SSBO support
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
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-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-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-13 Rob Clarkfreedreno/ir3: optimize less in glsl
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
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-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-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2017-01-27 Dave Airliegallium: Add integer 64 capability
2017-01-24 Ilia Mirkingallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-11 Rob Clarkfreedreno: add "nogrow" debug param
2017-01-11 Rob Clarkfreedreno/a5xx: remove hack for glamor
2017-01-11 Rob Clarkfreedreno/a5xx: use the non-_ZERO_BASE for vertexid
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
2016-12-18 Rob Clarkfreedreno/a5xx: fixup caps
2016-12-06 Rob Clarkfreedreno: pitch alignment should match gmem alignment
2016-12-02 Rob Clarkfreedreno: native fence fd support
2016-12-02 Rob Clarkfreedreno: some fence cleanup
2016-12-02 Rob Clarkgallium: support for native fence fd's
2016-11-30 Rob Clarkfreedreno/a5xx: initial support
2016-11-30 Rob Clarkfreedreno: make gmem tile size alignment configurable
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-15 Marek Olšákgallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-12 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
2016-10-05 Nicolai Hähnlefreedreno: use the new parent/child pools for transfers
2016-09-07 Rob Clarkfreedreno: reject imports with bogus pitch
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-07-30 Rob Clarkfreedreno: some locking
2016-07-30 Rob Clarkfreedreno: spiff up some debug traces
2016-07-30 Rob Clarkfreedreno: add batch-cache and batch reordering
2016-07-29 Rob Clarkfreedreno: limit non-user constant buffers to a4xx
2016-07-23 Rob Clarkfreedreno/a4xx: timestamp queries
2016-07-23 Rob Clarkfreedreno: hw timestamp support
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-02 Rob Clarkfreedreno/ir3: support non-user_buffer consts
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-05-23 Kenneth Graunkegallium: Add a pipe cap for whether primitive restart...
2016-05-15 Rob Clarkfreedreno/ir3: add support for NIR as preferred IR
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-04-30 Rob Clarkfreedreno/ir3: handle color clamp variant ourselves
2016-04-25 Rob Clarkfreedreno: reduce line width for deqp further
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Rob Clarkfreedreno: fix max-line-width
2016-04-13 Rob Clarkfreedreno: add flag to enable dEQP hacks
2016-04-12 Bas Nieuwenhuizengallium: Add capability for ARB_robust_buffer_access_be...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-02 Rob Clarkfreedreno/ir3: enable shareable shaders
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
next