freedreno: Enable GL_EXT_memory_object and GL_EXT_memory_object_fd
[mesa.git] / src / gallium / drivers / freedreno / freedreno_screen.c
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-05 Rob Clarkfreedreno: add some more compute caps
2018-03-05 Rob Clarkfreedreno/a5xx: don't expose 64b pointers yet
2018-03-05 Rob Clarkfreedreno: steal handy macro for compute caps from...
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-14 Rob Clarkfreedreno/a5xx: texture tiling
2017-12-19 Rob Clarkfreedreno: add debug flag to force high priority context
2017-12-19 Rob Clarkfreedreno: context priority support
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-17 Rob Clarkfreedreno/a5xx: add a5xx blitter
2017-12-05 Rob Clarkfreedreno/a5xx: hide ARB_base_instance
2017-12-03 Rob Clarkfreedreno: add debug option to force emulated indirect
2017-11-25 Ilia Mirkinfreedreno/a4xx: add ARB_framebuffer_no_attachments...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add indirect draw support
2017-11-25 Ilia Mirkinfreedreno/ir3: add a pass to lower tg4 to txl, enable...
2017-11-18 Rob Clarkfreedreno/ir3: add texture gather support
2017-11-16 Rob Clarkfreedreno/a5xx: ARB_framebuffer_no_attachments support
2017-11-14 Rob Clarkfreedreno/a5xx: indirect draw support
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
next