| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nv50,nvc0: avoid doing work inside of an assert | Ilia Mirkin | 2015-01-05 | 1 | -1/+2 |
* | nv50,nvc0: set vertex id base to index_bias | Ilia Mirkin | 2014-12-30 | 2 | -0/+15 |
* | nv50,nvc0: implement half_pixel_center | Tiziano Bacocco | 2014-12-30 | 4 | -9/+6 |
* | gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX | Roland Scheidegger | 2014-12-16 | 1 | -0/+1 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 2 | -4/+2 |
* | nv50: remove ancient map of rt formats | Ilia Mirkin | 2014-11-27 | 1 | -83/+0 |
* | nv50,nvc0: buffer resources can be bound as other things down the line | Ilia Mirkin | 2014-11-23 | 1 | -7/+7 |
* | nv50,nvc0: actually check constbufs for invalidation | Ilia Mirkin | 2014-11-23 | 1 | -2/+3 |
* | nv50,nvc0: use clip_halfz setting when creating rasterizer state | Ilia Mirkin | 2014-11-15 | 3 | -2/+5 |
* | nv50: handle inverted render conditions | Tobias Klausmann | 2014-10-26 | 4 | -10/+51 |
* | gallium: introduce PIPE_CAP_CLIP_HALFZ. | Mathias Fröhlich | 2014-10-24 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa | Marek Olšák | 2014-10-21 | 1 | -0/+2 |
* | nv50,nvc0: fix 3d blit logic for odd depth/stencil formats | Ilia Mirkin | 2014-09-25 | 2 | -7/+18 |
* | nv50,nvc0: add missing depth/stencil formats to tile flag selection | Ilia Mirkin | 2014-09-25 | 1 | -0/+4 |
* | nv50,nvc0: enable ARB_texture_view | Ilia Mirkin | 2014-09-12 | 2 | -3/+3 |
* | gallium: add a texture target to sampler view and a CAP to use it | Ilia Mirkin | 2014-09-12 | 1 | -0/+1 |
* | nouveau: rework reference frame handling | Maarten Lankhorst | 2014-09-11 | 1 | -1/+0 |
* | nouveau: re-allocate bo's on overflow | Maarten Lankhorst | 2014-09-11 | 1 | -2/+37 |
* | nv50,nvc0: get rid of draw module support | Ilia Mirkin | 2014-09-05 | 3 | -111/+0 |
* | nv50: remove unused variables | Ilia Mirkin | 2014-09-01 | 2 | -2/+0 |
* | nv50: attach the buffer bo to the miptree structures | Ilia Mirkin | 2014-09-01 | 1 | -8/+5 |
* | nv50: mt address may not be the underlying bo's start address | Ilia Mirkin | 2014-09-01 | 3 | -12/+14 |
* | nv50: set the miptree address when clearing bo's in vp2 init | Ilia Mirkin | 2014-09-01 | 1 | -0/+2 |
* | nv50: zero out unbound samplers | Ilia Mirkin | 2014-09-01 | 1 | -2/+5 |
* | gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE | Timothy Arceri | 2014-08-27 | 1 | -0/+2 |