| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: add GK20A 3D class | Alexandre Courbot | 2014-05-27 | 1 | -1/+8 |
* | nvc0: implement clear_buffer | Tobias Klausmann | 2014-05-26 | 1 | -0/+141 |
* | nvc0: revert mistaken logic to collapse color outputs to the beginning | Ilia Mirkin | 2014-05-26 | 1 | -9/+4 |
* | nvc0: assert that we have vertex elements state | Christoph Bumiller | 2014-05-23 | 1 | -0/+1 |
* | nvc0: use PRIxPTR for sizeof() | Christoph Bumiller | 2014-05-23 | 1 | -1/+1 |
* | nv50,nvc0: handle guard band defines | Christoph Bumiller | 2014-05-23 | 1 | -2/+8 |
* | nv50,nvc0: set constbufs dirty on pipe context switch | Christoph Bumiller | 2014-05-23 | 1 | -0/+1 |
* | nv50,nvc0: always pull out bufctx on context destruction | Christoph Bumiller | 2014-05-23 | 1 | -4/+5 |
* | nv50,nvc0: fix 3d blits with mipmap levels | Ilia Mirkin | 2014-05-21 | 1 | -5/+9 |
* | nvc0: enable support for maxwell boards | Ben Skeggs | 2014-05-15 | 5 | -19/+48 |
* | nvc0: use vertex arrays for eng3d blit | Ben Skeggs | 2014-05-15 | 1 | -31/+64 |
* | nvc0: restrict "constant vbo" logic to fermi/kepler classes | Ben Skeggs | 2014-05-15 | 1 | -1/+1 |
* | nvc0: replace some vb->stride checks with constant_vbo instead | Ben Skeggs | 2014-05-15 | 1 | -3/+3 |
* | nvc0: add maxwell class | Ben Skeggs | 2014-05-15 | 1 | -0/+3 |
* | nvc0: properly distribute macros in source form | Ben Skeggs | 2014-05-15 | 5 | -244/+365 |
* | nv50,nvc0: leave queries on during blit, turn them on for 2d engine | Ilia Mirkin | 2014-05-11 | 3 | -3/+15 |
* | gallium: add a cap for supporting 4-offset TG4 opcodes | Ilia Mirkin | 2014-05-07 | 1 | -0/+1 |
* | nouveau: add ARB_buffer_storage support | Ilia Mirkin | 2014-05-02 | 3 | -1/+34 |
* | nvc0: treat non-linear 2DRect textures the same as 2D | Ilia Mirkin | 2014-05-02 | 1 | -1/+1 |
* | nvc0/ir: add support for INVOCATIONID system value | Ilia Mirkin | 2014-04-26 | 1 | -1/+0 |
* | nvc0: add support for PIPE_CAP_SAMPLE_SHADING | Ilia Mirkin | 2014-04-26 | 8 | -11/+70 |
* | gallium: add basic support for ARB_sample_shading | Ilia Mirkin | 2014-04-26 | 1 | -0/+1 |
* | nvc0: change logic for centering of eng2d blit when downsampling | Ilia Mirkin | 2014-04-19 | 1 | -2/+2 |
* | nouveau/vdec: small fixes to h264 handling | Maarten Lankhorst | 2014-04-17 | 1 | -2/+2 |
* | gallium: add a way to query min/max texture gather offsets | Ilia Mirkin | 2014-04-10 | 1 | -0/+4 |
* | nvc0: add support for texture gather | Ilia Mirkin | 2014-04-07 | 1 | -1/+2 |
* | nvc0: enable texture query lod | Ilia Mirkin | 2014-04-07 | 1 | -1/+2 |
* | gallium: add support for LODQ opcodes. | Dave Airlie | 2014-04-07 | 1 | -0/+1 |
* | mesa/soft/llvmpipe: add fake MSAA support | Dave Airlie | 2014-04-02 | 1 | -0/+1 |
* | nvc0: Handle user mapped vertex buffer for edgeflag | Maarten Lankhorst | 2014-03-18 | 1 | -2/+7 |
* | nvc0: minor cleanups in stream output handling | Emil Velikov | 2014-03-14 | 1 | -4/+5 |
* | gallium: allow setting of the internal stream output offset | Zack Rusin | 2014-03-07 | 1 | -3/+4 |
* | Revert nvc0 part of "nv50: adjust blit_3d handling of ms output textures" | Ilia Mirkin | 2014-03-09 | 1 | -8/+4 |
* | nv50: adjust blit_3d handling of ms output textures | Ilia Mirkin | 2014-03-09 | 1 | -4/+8 |
* | nouveau: fix fence waiting logic in screen destroy | Ilia Mirkin | 2014-03-09 | 1 | -1/+8 |
* | nouveau: add valid range tracking to nouveau_buffer | Ilia Mirkin | 2014-03-09 | 2 | -0/+6 |
* | nv50,nvc0: add 11f_11f_10f vertex support | Ilia Mirkin | 2014-03-04 | 1 | -0/+1 |
* | nv30: remove nv30_context use from nvfx_*prog | Ilia Mirkin | 2014-02-26 | 1 | -1/+1 |
* | gallium: the other drivers don't support ARB_buffer_storage | Marek Olšák | 2014-02-25 | 1 | -0/+1 |
* | gallium: add texture gather support to gallium (v3) | Dave Airlie | 2014-02-25 | 1 | -0/+2 |
* | nouveau: create only 1 shared screen between vdpau and opengl | Maarten Lankhorst | 2014-02-12 | 1 | -0/+3 |
* | nv30,nvc0: only claim a single viewport | Ilia Mirkin | 2014-02-11 | 1 | -0/+2 |
* | gallium: add geometry shader output limits | Grigori Goronzy | 2014-02-09 | 1 | -0/+3 |
* | nvc0: handle TGSI_SEMANTIC_LAYER | Christoph Bumiller | 2014-02-07 | 2 | -2/+2 |
* | nvc0: create the SW object | Christoph Bumiller | 2014-02-07 | 2 | -0/+10 |
* | gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS | Marek Olšák | 2014-02-04 | 1 | -2/+0 |
* | nv50, nvc0: update reported glsl version to 330 | Ilia Mirkin | 2014-01-27 | 1 | -1/+1 |
* | nvc0: don't forget to also clear additional layers | Ilia Mirkin | 2014-01-27 | 1 | -5/+27 |
* | nv50, nvc0: only clear out the buffers that we were asked to clear | Ilia Mirkin | 2014-01-27 | 1 | -7/+12 |
* | nv50, nvc0: clear out RT on a null cbuf | Ilia Mirkin | 2014-01-27 | 1 | -3/+25 |