| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nvc0: remove unused nv50_tsc_wrap_mode() function | Samuel Pitoiset | 2015-05-14 | 1 | -18/+0 |
* | nvc0: do not expose MP counters for nvf0 (GK110+) | Samuel Pitoiset | 2015-05-14 | 1 | -39/+50 |
* | nvc0: switch mechanism for shader eviction to be a while loop | Ilia Mirkin | 2015-05-12 | 1 | -5/+6 |
* | gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY | Marek Olšák | 2015-05-12 | 1 | -0/+1 |
* | nvc0: reset the instanced elements state when doing blit using 3d engine | Ilia Mirkin | 2015-05-09 | 1 | -0/+6 |
* | nvc0: keep track of PGRAPH state in nvc0_screen | Ilia Mirkin | 2015-05-09 | 4 | -24/+34 |
* | nvc0: all queries use an unsigned 64-bits integer by default | Samuel Pitoiset | 2015-05-06 | 1 | -5/+7 |
* | nvc0: make begin_query return false when all MP counters are used | Samuel Pitoiset | 2015-05-06 | 1 | -5/+8 |
* | nvc0: define driver-specific query groups | Samuel Pitoiset | 2015-05-06 | 3 | -0/+76 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -1/+2 |
* | gallium: replace pipe_driver_query_info::max_value by a union | Samuel Pitoiset | 2015-05-06 | 1 | -4/+5 |
* | gallium: add new fields to pipe_driver_query_info | Samuel Pitoiset | 2015-05-06 | 1 | -4/+2 |
* | nvc0: expose GLSL version 410 | Ilia Mirkin | 2015-04-28 | 1 | -1/+1 |
* | nv50,nvc0: limit the y-tiling of 3d textures to the first level's tiling | Ilia Mirkin | 2015-04-06 | 1 | -3/+3 |
* | gallium: add FMA and DFMA opcodes (v3) | Marek Olšák | 2015-03-16 | 1 | -0/+1 |
* | nvc0: fix wrong max value for driver queries | Samuel Pitoiset | 2015-03-09 | 1 | -4/+3 |
* | nvc0: enable double support | Ilia Mirkin | 2015-02-20 | 1 | -2/+2 |
* | gallium: add shader cap for dldexp/dfracexp support | Ilia Mirkin | 2015-02-19 | 1 | -0/+2 |
* | gallium: add a cap to enable double rounding opcodes | Ilia Mirkin | 2015-02-19 | 1 | -0/+4 |
* | gallium: add interface and state tracker support for GL_AMD_pinned_memory | Marek Olšák | 2015-02-17 | 1 | -0/+1 |
* | nvc0: allow holes in xfb target lists | Ilia Mirkin | 2015-02-14 | 2 | -4/+13 |
* | nvc0: bail out of 2d blits with non-A8_UNORM alpha formats | Ilia Mirkin | 2015-02-14 | 1 | -2/+5 |
* | nv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready immediately | Tiziano Bacocco | 2015-02-10 | 1 | -0/+4 |
* | 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 |
* | nvc0: add name to magic number | Ilia Mirkin | 2015-01-05 | 1 | -2/+2 |
* | nvc0: regenerate rnndb headers | Ilia Mirkin | 2015-01-05 | 16 | -835/+1156 |
* | nv50: regenerate rnndb headers | Ilia Mirkin | 2015-01-05 | 1 | -1/+1 |
* | 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 | 3 | -7/+20 |
* | nv50,nvc0: implement half_pixel_center | Tiziano Bacocco | 2014-12-30 | 4 | -5/+5 |
* | nvc0: add missed PIPE_CAP_VERTEXID_NOBASE | Ilia Mirkin | 2014-12-15 | 1 | -0/+1 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 3 | -6/+3 |
* | 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 | -1/+3 |
* | nv50,nvc0: use clip_halfz setting when creating rasterizer state | Ilia Mirkin | 2014-11-15 | 3 | -1/+5 |