| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: fix 3D blitter for unsigned to signed integer conversions | Karol Herbst | 2018-07-15 | 2 | -10/+22 |
* | nvc0: implement multisampled images on Maxwell+ | Rhys Perry | 2018-07-04 | 1 | -0/+1 |
* | gallium/util: remove dummy function util_format_is_supported | Marek Olšák | 2018-06-29 | 1 | -3/+0 |
* | gallium: add scalar isa shader cap | Christian Gmeiner | 2018-06-20 | 1 | -0/+2 |
* | gallium: add support for programmable sample locations | Rhys Perry | 2018-06-14 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY | Marek Olšák | 2018-05-29 | 1 | -0/+2 |
* | nv50: Extract needed value bits without shifting them before calling bitcount | Vlad Golovkin | 2018-05-02 | 1 | -1/+1 |
* | gallium: add initial support for conservative rasterization | Rhys Perry | 2018-04-30 | 1 | -0/+10 |
* | nvc0: restore image binding on RGB10A2, remove from BGR10A2 | Ilia Mirkin | 2018-04-07 | 1 | -2/+2 |
* | gallium: add packed uniform CAP | Timothy Arceri | 2018-03-20 | 1 | -0/+1 |
* | nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling. | Mario Kleiner | 2018-03-14 | 1 | -0/+2 |
* | nv50,nvc0: fix integer MS resolves using 2d engine | Ilia Mirkin | 2018-02-22 | 1 | -1/+2 |
* | nv50,nvc0: fix clear buffer acceleration | Ilia Mirkin | 2018-02-22 | 1 | -12/+8 |
* | nv50,nvc0: mark ABGR format as displayable instead of ARGB format | Ilia Mirkin | 2018-02-19 | 1 | -2/+2 |
* | gallium: allow drivers to impose BO flags restrictions on constant buffer 0 | Marek Olšák | 2018-02-17 | 1 | -0/+1 |
* | gallium: drop all the guard band float caps. | Dave Airlie | 2018-02-14 | 1 | -6/+0 |
* | gallium: introduce PIPE_CAP_FENCE_SIGNAL v2 | Andres Rodriguez | 2018-01-30 | 1 | -0/+1 |
* | gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS | Marek Olšák | 2018-01-17 | 1 | -1/+0 |
* | gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP | Marek Olšák | 2018-01-17 | 1 | -1/+0 |
* | gallium: remove PIPE_CAP_TWO_SIDED_STENCIL | Marek Olšák | 2018-01-17 | 1 | -1/+0 |
* | nvc0: add support for bindless textures on kepler+ | Ilia Mirkin | 2018-01-07 | 1 | -0/+1 |
* | nv50: Fix unused var warning in release build | Rhys Kidd | 2017-12-29 | 1 | -1/+2 |
* | gallium: plumb context priority through to driver | Rob Clark | 2017-12-19 | 1 | -0/+1 |
* | nouveau/compiler: Allow to omit line numbers when printing instructions | Tobias Klausmann | 2017-11-26 | 1 | -0/+1 |
* | gallium: add CAPs to support HW atomic counters. (v3) | Dave Airlie | 2017-11-10 | 1 | -0/+2 |
* | nv50: make blending work so that zero wins in a multiplication | Ilia Mirkin | 2017-11-08 | 1 | -0/+5 |
* | gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET | Marek Olšák | 2017-11-06 | 1 | -0/+1 |
* | nv50,nvc0: Display shared memory usage in pipe_debug_message | Pierre Moreau | 2017-11-04 | 1 | -3/+4 |
* | nv50,nvc0: Copy shared memory per block to the program info structure and back | Pierre Moreau | 2017-11-04 | 1 | -0/+2 |
* | gallium: add cap for driver specified max combined shader resources. | Dave Airlie | 2017-11-01 | 1 | -0/+1 |
* | nv50,nvc0: fix push hint logic in presence of a start offset | Ilia Mirkin | 2017-10-11 | 1 | -2/+1 |
* | gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4. | Eric Anholt | 2017-10-10 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS | Marek Olšák | 2017-10-06 | 1 | -0/+1 |
* | gallium: add LDEXP TGSI instruction and corresponding cap | Nicolai Hähnle | 2017-09-29 | 1 | -0/+1 |
* | gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS | Jan Vesely | 2017-09-21 | 1 | -0/+1 |
* | gallium: Add PIPE_SHADER_CAP_FP16 | Jan Vesely | 2017-09-18 | 1 | -0/+1 |
* | gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE | Nicolai Hähnle | 2017-09-18 | 2 | -0/+5 |
* | gallium: introduce PIPE_CAP_LOAD_CONSTBUF | Timothy Arceri | 2017-09-15 | 1 | -0/+1 |
* | gallium: introduce PIPE_CAP_MEMOBJ | Timothy Arceri | 2017-08-03 | 1 | -0/+1 |
* | gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap | Nicolai Hähnle | 2017-08-02 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF | Nicolai Hähnle | 2017-07-31 | 1 | -0/+1 |
* | nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clear | Ilia Mirkin | 2017-06-26 | 1 | -4/+5 |
* | gallium: add PIPE_CAP_BINDLESS_TEXTURE | Samuel Pitoiset | 2017-06-14 | 1 | -0/+1 |
* | util: Port nir_array functionality to u_dynarray | Thomas Helland | 2017-06-07 | 1 | -1/+1 |
* | gallium: Add a cap to check if the driver supports ARB_post_depth_coverage | Lyude | 2017-06-02 | 1 | -0/+1 |
* | nv50,nvc0: clear index buffer bufctx bin unconditionally | Ilia Mirkin | 2017-05-20 | 1 | -3/+2 |
* | nv50: fix vtxbuf cleanup | Ilia Mirkin | 2017-05-20 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION | Marek Olšák | 2017-05-17 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX | Marek Olšák | 2017-05-10 | 1 | -0/+1 |
* | gallium: remove pipe_index_buffer and set_index_buffer | Marek Olšák | 2017-05-10 | 5 | -57/+24 |