Age | Commit message (Expand) | Author | Files | Lines |
2016-04-09 | nv50,nvc0: support sending string markers down into the command stream | Ilia Mirkin | 1 | -1/+1 |
2016-04-09 | nv50,nvc0: add invalidate_resource support for buffer resources | Ilia Mirkin | 1 | -1/+1 |
2016-04-07 | gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT | Edward O'Callaghan | 1 | -0/+1 |
2016-04-02 | gallium: distinguish between shader IR in get_compute_param | Bas Nieuwenhuizen | 1 | -0/+1 |
2016-03-31 | nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supported | Ilia Mirkin | 1 | -0/+9 |
2016-03-13 | nv50,nvc0: handle SQRT lowering inside the driver | Ilia Mirkin | 1 | -1/+1 |
2016-03-09 | gallium: add CAPs returning PCI device location | Marek Olšák | 1 | -0/+4 |
2016-02-27 | nv50,nvc0: bump minimum texture buffer offset alignment | Ilia Mirkin | 1 | -1/+1 |
2016-02-20 | nv50: do not advertise about compute shaders | Samuel Pitoiset | 1 | -1/+1 |
2016-02-16 | nv50,nvc0: enable/disable seamless cubemap texturing as requested | Ilia Mirkin | 1 | -1/+1 |
2016-02-16 | nv50-: separate vertex formats from surface format descriptions | Ben Skeggs | 1 | -1/+2 |
2016-02-15 | gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES | Ilia Mirkin | 1 | -0/+1 |
2016-02-14 | nv50: add missing PIPE_SHADER_CAP_SUPPORTED_IRS | Samuel Pitoiset | 1 | -0/+1 |
2016-02-05 | gallium: add interface for querying memory usage and sizes (v2) | Marek Olšák | 1 | -0/+1 |
2016-02-04 | gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT | Ilia Mirkin | 1 | -0/+1 |
2016-02-03 | gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS | Nicolai Hähnle | 1 | -0/+1 |
2016-02-03 | gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY | Nicolai Hähnle | 1 | -0/+1 |
2016-01-21 | gallium: add GREMEDY_string_marker | Rob Clark | 1 | -0/+1 |
2016-01-14 | gallium/st: add pipe_context::generate_mipmap() | Charmaine Lee | 1 | -0/+1 |
2016-01-14 | gallium: add PIPE_CAP_INVALIDATE_BUFFER | Nicolai Hähnle | 1 | -0/+1 |
2016-01-08 | nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion | Ilia Mirkin | 1 | -1/+1 |
2016-01-08 | gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT | Ilia Mirkin | 1 | -0/+1 |
2016-01-08 | gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS | Ilia Mirkin | 1 | -0/+1 |
2016-01-08 | gallium: add caps for POSITION and FACE system values | Marek Olšák | 1 | -0/+2 |
2016-01-07 | gallium: add caps to expose support for multi indirect draws | Ilia Mirkin | 1 | -0/+2 |
2016-01-03 | gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support | Ilia Mirkin | 1 | -0/+1 |
2015-12-30 | gallium: add PIPE_CAP_DRAW_PARAMETERS | Ilia Mirkin | 1 | -0/+1 |
2015-12-22 | nouveau: fix screen creation failure paths | Ben Skeggs | 1 | -3/+3 |
2015-12-22 | nouveau: return nouveau_screen from hw-specific creation functions | Ben Skeggs | 1 | -2/+2 |
2015-12-22 | nouveau: remove use of deprecated nouveau_device::drm_version | Ben Skeggs | 1 | -2/+2 |
2015-12-16 | nv50: free memory allocated by the prog which reads MP perf counters | Samuel Pitoiset | 1 | -0/+5 |
2015-11-20 | nv50: expose two groups of compute-related MP perf counters | Samuel Pitoiset | 1 | -0/+1 |
2015-11-19 | nv50: add NV84_3D macro | Samuel Pitoiset | 1 | -1/+1 |
2015-11-14 | nv50: add compute-related MP perf counters on G84+ | Samuel Pitoiset | 1 | -0/+1 |
2015-11-14 | nv50: implement a basic compute support | Samuel Pitoiset | 1 | -3/+58 |
2015-11-11 | nv50,nvc0: add ARB_clear_texture support | Ilia Mirkin | 1 | -1/+1 |
2015-11-11 | gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype | Ilia Mirkin | 1 | -0/+1 |
2015-11-05 | nouveau: send back a debug message when waiting for a fence to complete | Ilia Mirkin | 1 | -1/+1 |
2015-11-04 | nouveau: relax fence emit space assert | Ilia Mirkin | 1 | -1/+1 |
2015-10-29 | nv50: mark contexts shareable, compile at creation time | Ilia Mirkin | 1 | -1/+1 |
2015-10-29 | nv50: allow per-sample interpolation to be forced via rast | Ilia Mirkin | 1 | -1/+1 |
2015-10-28 | nv50: add ARB_copy_image support | Ilia Mirkin | 1 | -1/+1 |
2015-10-28 | gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS | Marek Olšák | 1 | -0/+1 |
2015-10-20 | gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT | Marek Olšák | 1 | -0/+2 |
2015-10-20 | gallium: add PIPE_CAP_SHAREABLE_SHADERS | Marek Olšák | 1 | -0/+1 |
2015-10-07 | nouveau: make sure there's always room to emit a fence | Ilia Mirkin | 1 | -0/+1 |
2015-10-03 | gallium: add per-sample interpolation control into rasterizer statOAe | Marek Olšák | 1 | -0/+1 |
2015-09-16 | nv50, nvc0: fix max texture buffer size to 128M elements | Ilia Mirkin | 1 | -1/+1 |
2015-09-13 | nv50/ir: add support for TXQS tgsi opcode | Ilia Mirkin | 1 | -1/+1 |
2015-09-13 | gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported | Ilia Mirkin | 1 | -0/+1 |