| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | util: Move gallium's linked list to util | Jason Ekstrand | 2015-05-08 | 1 | -1/+1 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -1/+2 |
* | nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling | Ilia Mirkin | 2015-04-06 | 2 | -7/+10 |
* | nv50: allocate more offset space for occlusion queries | Ilia Mirkin | 2015-04-04 | 1 | -5/+5 |
* | Revert "nv50,nvc0: remove bogus 64_FLOAT formats" | Ilia Mirkin | 2015-03-23 | 1 | -0/+5 |
* | gallium: add FMA and DFMA opcodes (v3) | Marek Olšák | 2015-03-16 | 1 | -0/+1 |
* | nv50,nvc0: remove bogus 64_FLOAT formats | Ilia Mirkin | 2015-03-06 | 1 | -5/+0 |
* | gallium: add new double-related shader caps to all the getters | Ilia Mirkin | 2015-02-20 | 1 | -0/+4 |
* | nv50: add PIPELINE_STATISTICS query support, based on nvc0 | Ilia Mirkin | 2015-02-19 | 2 | -2/+27 |
* | gallium: add interface and state tracker support for GL_AMD_pinned_memory | Marek Olšák | 2015-02-17 | 1 | -0/+1 |
* | nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately | Tiziano Bacocco | 2015-02-10 | 1 | -0/+2 |
* | gallium: Add MULTISAMPLE_Z_RESOLVE cap | Axel Davy | 2015-02-06 | 1 | -0/+1 |
* | gallium: add a cap to determine whether the driver supports offset_clamp | Ilia Mirkin | 2015-02-02 | 1 | -0/+1 |
* | nv50: regenerate rnndb headers | Ilia Mirkin | 2015-01-05 | 10 | -357/+450 |
* | nv50: enable texture compression | Tobias Klausmann | 2015-01-05 | 2 | -3/+26 |