| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50,nvc0: flush texture cache in presence of coherent bufs | Ilia Mirkin | 2015-09-17 | 1 | -0/+20 |
* | nv50,nvc0: detect underlying resource changes and update tic | Ilia Mirkin | 2015-09-17 | 1 | -0/+22 |
* | 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: keep track of cb bindings per buffer, use for upload settings | Ilia Mirkin | 2015-09-09 | 4 | -8/+51 |
* | nvc0: always emit a full shader colormask | Ilia Mirkin | 2015-09-08 | 1 | -1/+1 |
* | nvc0: change prefix of MP performance counters to HW_SM | Samuel Pitoiset | 2015-08-29 | 2 | -149/+149 |
* | nvc0: sort performance counter queries by name | Samuel Pitoiset | 2015-08-29 | 2 | -142/+142 |
* | nvc0: make names of performance counter queries consistent | Samuel Pitoiset | 2015-08-29 | 2 | -56/+56 |
* | nvc0: use enumerations for driver queries | Samuel Pitoiset | 2015-08-29 | 1 | -120/+123 |
* | nvc0: remove commented out code related to PCOUNTER queries | Samuel Pitoiset | 2015-08-29 | 1 | -20/+0 |
* | 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,nvc0: disable depth bounds test on blit | Ilia Mirkin | 2015-08-23 | 1 | -0/+1 |
* | nvc0: implement the color buffer 0 is integer rule for alpha-to-one/cov | Ilia Mirkin | 2015-08-17 | 3 | -11/+22 |
* | nvc0: program smooth line width when multisampling is enabled | Ilia Mirkin | 2015-08-17 | 1 | -1/+1 |
* | nvc0: bind a fake tess control program when there isn't one available | Ilia Mirkin | 2015-08-17 | 4 | -8/+44 |
* | nv50,nvc0: take level into account when doing eng2d multi-layer blits | Ilia Mirkin | 2015-08-17 | 1 | -4/+10 |
* | nvc0: disable tessellation on maxwell | Ilia Mirkin | 2015-08-14 | 1 | -2/+5 |
* | nvc0: add depth bounds test support | Ilia Mirkin | 2015-08-14 | 3 | -2/+9 |
* | 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 |
* | nvc0: fix geometry program revalidation of clipping params | Ilia Mirkin | 2015-07-25 | 1 | -1/+1 |
* | nvc0/ir: per-patch vars are in a separate address space | Ilia Mirkin | 2015-07-24 | 1 | -11/+7 |
* | nvc0/ir: cleanup private enums that have graduated to gallium | Ilia Mirkin | 2015-07-23 | 1 | -2/+0 |
* | nvc0/ir: mark varyings as per-patch based on semantic name | Ilia Mirkin | 2015-07-23 | 1 | -4/+2 |
* | nvc0: TESSCOORD comes in as a sysval, not an input | Ilia Mirkin | 2015-07-23 | 1 | -9/+10 |
* | nvc0: add handling for set_tess_state callback | Ilia Mirkin | 2015-07-23 | 3 | -0/+34 |
* | nvc0: add support for setting patch vertices at draw time | Ilia Mirkin | 2015-07-23 | 4 | -3/+8 |
* | nvc0: support MAX_SHADER_PATCH_VARYINGS | Ilia Mirkin | 2015-07-23 | 1 | -1/+2 |
* | nvc0: preliminary tess support | Ilia Mirkin | 2015-07-23 | 7 | -47/+82 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 17 | -72/+72 |
* | nvc0: 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 | 20 | -226/+226 |
* | nvc0: add a missing parameter to nvc0_set_shader_images() | Samuel Pitoiset | 2015-07-20 | 1 | -3/+3 |
* | gallium: add interface for writable shader images | Marek Olšák | 2015-07-16 | 1 | -4/+6 |
* | 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 |
* | nvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture copy | Samuel Pitoiset | 2015-07-08 | 1 | -1/+1 |
* | nvc0: turn sample counts off during blit | Ilia Mirkin | 2015-07-07 | 1 | -0/+7 |
* | nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capability | Alexandre Courbot | 2015-07-01 | 1 | -1/+2 |
* | nvc0: create screen fence objects with coherent attribute | Alexandre Courbot | 2015-07-02 | 1 | -2/+6 |
* | gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE | Grigori Goronzy | 2015-06-29 | 1 | -0/+4 |
* | nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data | Ilia Mirkin | 2015-06-23 | 2 | -0/+2 |
* | nvc0: always put all tfb bufs into bufctx | Ilia Mirkin | 2015-06-23 | 1 | -3/+4 |
* | nvc0: use NV_VRAM_DOMAIN() macro | Alexandre Courbot | 2015-06-22 | 9 | -18/+23 |
* | nv50,nvc0: clamp uniform size to 64k | Ilia Mirkin | 2015-06-15 | 1 | -2/+2 |
* | tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations | Marek Olšák | 2015-06-05 | 1 | -0/+1 |
* | nvc0: a geometry shader can have up to 1024 vertices output | Ilia Mirkin | 2015-05-23 | 1 | -1/+1 |