nir: Add lower_rotate flag and set to true in all drivers
[mesa.git] / src / gallium / drivers / nouveau / nv50 /
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-06-18 Dave Airlienouveau: fix frees in unsupported IR error paths.
2019-06-12 Nicolai Hähnleu_dynarray: turn util_dynarray_{grow, resize} into...
2019-06-05 Kenneth Graunkegallium: Drop lower_fmod64 from drivers that don't...
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-04-29 Erik Faye-Lundnouveau: support NULL-resources
2019-04-24 Marek Olšákgallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for...
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-15 Rhys Perrygallium: add support for formatted image loads
2019-03-17 Karol Herbstnouveau: add support for nir
2019-02-22 Ilia Mirkinnv50: disable compute
2019-02-09 Kenneth Graunkenouveau: Silence unhandled cap warnings
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-02-07 Ilia Mirkinnv50,nvc0: use condition for occlusion queries when...
2019-02-05 Ilia Mirkinnv50,nvc0: add explicit settings for recent caps
2019-01-23 Ilia Mirkinnv50,nvc0: mark textures dirty on fb update
2019-01-20 Rhys Kiddnv50,nvc0: add missing CAPs for unsupported features
2018-12-27 Ilia Mirkinnv50,nvc0: add missing CAPs for unsupported features
2018-12-04 Ilia Mirkinnouveau: set texture upload budget
2018-12-04 Ilia Mirkinnv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX...
2018-12-04 Ilia Mirkinnv50: always keep TSC slot 0 bound
2018-12-01 Karol Herbstnv50,nvc0: Fix gallium nine regression regarding sample...
2018-10-09 Ilia Mirkinnv50,nvc0: guard against zero-size blits
2018-10-09 Ilia Mirkinnv50,nvc0: mark RGBX_UINT formats as renderable
2018-09-11 Ilia Mirkinnv50,nvc0: warn on not-explicitly-handled caps
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-30 Ilia Mirkinnv50: bump compat glsl level to same as core
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-15 Karol Herbstnouveau: fix 3D blitter for unsigned to signed integer...
2018-07-04 Rhys Perrynvc0: implement multisampled images on Maxwell+
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
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-02 Vlad Golovkinnv50: Extract needed value bits without shifting them...
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-04-07 Ilia Mirkinnvc0: restore image binding on RGB10A2, remove from...
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-15 Mario Kleinernv50,nvc0: Support BGRX1010102 and RGBX1010102 for...
2018-02-23 Ilia Mirkinnv50,nvc0: fix integer MS resolves using 2d engine
2018-02-23 Ilia Mirkinnv50,nvc0: fix clear buffer acceleration
2018-02-20 Ilia Mirkinnv50,nvc0: mark ABGR format as displayable instead...
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-07 Ilia Mirkinnvc0: add support for bindless textures on kepler+
2017-12-30 Rhys Kiddnv50: Fix unused var warning in release build
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-11-26 Tobias Klausmannnouveau/compiler: Allow to omit line numbers when print...
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Ilia Mirkinnv50: make blending work so that zero wins in a multipl...
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-04 Pierre Moreaunv50,nvc0: Display shared memory usage in pipe_debug_me...
2017-11-04 Pierre Moreaunv50,nvc0: Copy shared memory per block to the program...
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-11 Ilia Mirkinnv50,nvc0: fix push hint logic in presence of a start...
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-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-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
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-06-27 Ilia Mirkinnv50,nvc0: remove IDX from bufctx immediately, to avoid...
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-07 Thomas Hellandutil: Port nir_array functionality to u_dynarray
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-20 Ilia Mirkinnv50,nvc0: clear index buffer bufctx bin unconditionally
2017-05-20 Ilia Mirkinnv50: fix vtxbuf cleanup
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
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-07 Pierre Moreaunv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
2017-04-26 Samuel Pitoisetnv50,nvc0: disable the TGSI merge registers pass
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-09 Boyan Dingnouveau: enable ARB_shader_clock on nv50 and nvc0
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-02 Ilia Mirkinnv50: don't assume a rast is set when validating for...
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
next