| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50: add ARB_copy_image support | Ilia Mirkin | 2015-10-28 | 2 | -7/+11 |
* | gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS | Marek Olšák | 2015-10-28 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT | Marek Olšák | 2015-10-20 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_SHAREABLE_SHADERS | Marek Olšák | 2015-10-20 | 1 | -0/+1 |
* | nv50,nvc0: don't base decisions on available pushbuf space | Ilia Mirkin | 2015-10-11 | 2 | -20/+5 |
* | nouveau: make sure there's always room to emit a fence | Ilia Mirkin | 2015-10-07 | 1 | -0/+1 |
* | gallium: add per-sample interpolation control into rasterizer statOAe | Marek Olšák | 2015-10-03 | 1 | -0/+1 |
* | nouveau: delay deleting buffer with unflushed fence | Ilia Mirkin | 2015-09-28 | 1 | -1/+4 |
* | nouveau: be more careful about freeing temporary transfer buffers | Ilia Mirkin | 2015-09-28 | 1 | -1/+6 |
* | nv50,nvc0: flush texture cache in presence of coherent bufs | Ilia Mirkin | 2015-09-17 | 1 | -0/+19 |
* | nv50,nvc0: detect underlying resource changes and update tic | Ilia Mirkin | 2015-09-17 | 1 | -0/+21 |
* | nv50, nvc0: fix max texture buffer size to 128M elements | Ilia Mirkin | 2015-09-16 | 1 | -1/+1 |
* | nv50/ir: add support for TXQS tgsi opcode | Ilia Mirkin | 2015-09-13 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported | Ilia Mirkin | 2015-09-13 | 1 | -0/+1 |
* | nvc0: remove BGRA4 format support | Ilia Mirkin | 2015-09-09 | 1 | -0/+2 |
* | nv50: avoid using inline vertex data submit when gl_VertexID is used | Ilia Mirkin | 2015-09-05 | 4 | -2/+14 |
* | nv50: don't flush vertex arrays when index buffer changes | Ilia Mirkin | 2015-09-05 | 1 | -4/+0 |
* | nv50: rebind bo to bufctx when invalidating idxbuf storage | Ilia Mirkin | 2015-09-05 | 1 | -1/+5 |
* | nv50: clear buffer status on all vertex bufs, not just the first one | Ilia Mirkin | 2015-09-05 | 1 | -1/+0 |
* | nv50: fix drawing from tfb, direct-to-pushbuf submits | Ilia Mirkin | 2015-09-05 | 4 | -14/+15 |
* | nouveau: avoid build failures since 0fc21ecf | Ilia Mirkin | 2015-08-26 | 1 | -1/+1 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 2 | -2/+2 |
* | nv50: fix 2d engine blits for 64- and 128-bit formats | Ilia Mirkin | 2015-08-23 | 1 | -0/+4 |
* | nv50: account for the int RT0 rule for alpha-to-one/cov | Ilia Mirkin | 2015-08-23 | 3 | -11/+23 |
* | nv50,nvc0: disable depth bounds test on blit | Ilia Mirkin | 2015-08-23 | 1 | -0/+2 |
* | nv50,nvc0: take level into account when doing eng2d multi-layer blits | Ilia Mirkin | 2015-08-17 | 1 | -4/+10 |
* | nv50: add depth bounds test support | Ilia Mirkin | 2015-08-14 | 3 | -2/+12 |
* | gallium: add an interface for EXT_depth_bounds_test | Marek Olšák | 2015-08-14 | 1 | -0/+1 |
* | gallium: add support for GLES texture float extensions (v3) | Marek Olšák | 2015-08-14 | 1 | -0/+2 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 19 | -62/+62 |
* | nv50: force cache flush when binding a new ubo | Samuel Pitoiset | 2015-07-21 | 1 | -0/+2 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 18 | -177/+177 |
* | nv50: limit the maximum number of samplers to 16 | Samuel Pitoiset | 2015-07-20 | 1 | -1/+1 |
* | nv50: turn samples counts off during blit | Samuel Pitoiset | 2015-07-20 | 1 | -0/+11 |
* | nv50: add nesting support for occlusion queries | Samuel Pitoiset | 2015-07-20 | 2 | -11/+20 |
* | nv50: fix max level clamping on G80 | Ilia Mirkin | 2015-07-20 | 1 | -2/+9 |
* | gallium: add BIND flags for R/W buffers and images | Marek Olšák | 2015-07-16 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS | Marek Olšák | 2015-07-16 | 1 | -0/+1 |
* | nv50, nvc0: enable at least one color RT if alphatest is enabled | Ilia Mirkin | 2015-07-10 | 1 | -0/+18 |
* | nv50: avoid segfault with enabled but unbound vertex attrib | Samuel Pitoiset | 2015-07-08 | 1 | -0/+5 |
* | nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data | Ilia Mirkin | 2015-06-23 | 2 | -0/+2 |
* | nvc0: use NV_VRAM_DOMAIN() macro | Alexandre Courbot | 2015-06-22 | 1 | -1/+1 |
* | nv50,nvc0: clamp uniform size to 64k | Ilia Mirkin | 2015-06-15 | 1 | -2/+2 |
* | nouveau: set imported buffers to what the kernel gives us | Dave Airlie | 2015-06-10 | 1 | -1/+1 |
* | tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations | Marek Olšák | 2015-06-05 | 1 | -0/+1 |
* | nv50: fix PIPE_QUERY_TIMESTAMP_DISJOINT, based on nvc0 | Samuel Pitoiset | 2015-05-23 | 1 | -17/+22 |
* | nv50: fix PIPELINE_STATISTICS with HUD, based on nvc0 | Samuel Pitoiset | 2015-05-22 | 1 | -1/+2 |
* | nv50: fix 64-bit queries with HUD, based on nvc0 | Samuel Pitoiset | 2015-05-22 | 1 | -1/+13 |
* | gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY | Marek Olšák | 2015-05-12 | 1 | -0/+1 |
* | nv50: keep track of PGRAPH state in nv50_screen | Ilia Mirkin | 2015-05-09 | 4 | -30/+36 |