| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50, nvc0: fix must_check warning of util_dynarray_resize_bytes | Karol Herbst | 2020-03-27 | 1 | -3/+7 |
* | nv50: remove unused variable | Erik Faye-Lund | 2020-03-27 | 1 | -2/+0 |
* | Revert "gallium: make handles of set_global_binding 64 bit" | Karol Herbst | 2020-03-10 | 1 | -3/+10 |
* | gallium: make handles of set_global_binding 64 bit | Karol Herbst | 2020-03-10 | 1 | -10/+3 |
* | nv50,nvc0: add newly added PIPE_CAP's to list | Ilia Mirkin | 2020-03-02 | 1 | -0/+17 |
* | gallium/video: remove pipe_video_buffer.chroma_format | Pierre-Eric Pelloux-Prayer | 2020-02-27 | 1 | -2/+1 |
* | util: Make helper functions for pack/unpacking pixel rows. | Eric Anholt | 2020-02-04 | 2 | -11/+3 |
* | nv50: report max lod bias of 15.0 | Ilia Mirkin | 2020-02-02 | 1 | -1/+1 |
* | nv50,nvc0: fix destination coordinates of blit | Ilia Mirkin | 2020-01-12 | 1 | -8/+4 |
* | util: Move gallium's PIPE_FORMAT utils to /util/format/ | Eric Anholt | 2019-11-14 | 11 | -12/+12 |
* | gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLE | James Xiong | 2019-10-14 | 1 | -1/+1 |
* | gallium: remove PIPE_SHADER_CAP_SCALAR_ISA | Marek Olšák | 2019-10-10 | 1 | -2/+0 |
* | nir: add nir_shader_compiler_options::lower_to_scalar | Marek Olšák | 2019-10-10 | 1 | -0/+1 |
* | nvc0: add support for GL_EXT_demote_to_helper_invocation | Ilia Mirkin | 2019-10-07 | 1 | -0/+1 |
* | gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock | Marek Olšák | 2019-10-07 | 2 | -2/+2 |
* | nouveau: set lower_sub = true | Daniel Schürmann | 2019-09-30 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 1 | -0/+1 |
* | tree-wide: replace MAYBE_UNUSED with ASSERTED | Eric Engestrom | 2019-07-31 | 1 | -1/+1 |
* | nouveau: flip DEBUG -> !NDEBUG | Ilia Mirkin | 2019-07-27 | 1 | -1/+1 |
* | nv50,nvc0: update sampler/view bind functions to accept NULL array | Ilia Mirkin | 2019-07-27 | 1 | -6/+8 |
* | gallium: switch boolean -> bool at the interface definitions | Ilia Mirkin | 2019-07-22 | 12 | -28/+28 |
* | gallium: get rid of PIPE_CAP_SM3 | Erik Faye-Lund | 2019-07-10 | 1 | -1/+3 |
* | nouveau: handle new CAPS | Karol Herbst | 2019-07-02 | 1 | -0/+13 |
* | nir: Add lower_rotate flag and set to true in all drivers | Sagar Ghuge | 2019-07-01 | 1 | -0/+1 |
* | gallium: Add CAP for opcode DIV | Gert Wollny | 2019-06-30 | 1 | -0/+1 |
* | nouveau: fix frees in unsupported IR error paths. | Dave Airlie | 2019-06-19 | 2 | -0/+3 |
* | u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros | Nicolai Hähnle | 2019-06-12 | 1 | -3/+2 |
* | gallium: Drop lower_fmod64 from drivers that don't support doubles. | Kenneth Graunke | 2019-06-05 | 1 | -1/+0 |
* | gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count | Kenneth Graunke | 2019-05-23 | 1 | -1/+1 |
* | gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. | Eric Anholt | 2019-05-13 | 1 | -2/+2 |
* | nir: nir_shader_compiler_options: drop native_integers | Christian Gmeiner | 2019-05-07 | 1 | -1/+0 |
* | nouveau: support NULL-resources | Erik Faye-Lund | 2019-04-29 | 1 | -2/+5 |
* | gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers | Marek Olšák | 2019-04-24 | 1 | -3/+0 |
* | gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT | Marek Olšák | 2019-04-23 | 1 | -0/+3 |
* | gallium: add support for formatted image loads | Rhys Perry | 2019-04-15 | 1 | -0/+1 |
* | nouveau: add support for nir | Karol Herbst | 2019-03-17 | 3 | -7/+93 |
* | nv50: disable compute | Ilia Mirkin | 2019-02-22 | 1 | -1/+1 |
* | nouveau: Silence unhandled cap warnings | Kenneth Graunke | 2019-02-08 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_MAX_VARYINGS | Karol Herbst | 2019-02-07 | 1 | -0/+2 |
* | nv50,nvc0: use condition for occlusion queries when already complete | Ilia Mirkin | 2019-02-06 | 3 | -14/+10 |
* | nv50,nvc0: add explicit settings for recent caps | Ilia Mirkin | 2019-02-04 | 1 | -0/+2 |
* | nv50,nvc0: mark textures dirty on fb update | Ilia Mirkin | 2019-01-22 | 1 | -1/+1 |
* | nv50,nvc0: add missing CAPs for unsupported features | Rhys Kidd | 2019-01-20 | 1 | -0/+2 |
* | nv50,nvc0: add missing CAPs for unsupported features | Ilia Mirkin | 2018-12-26 | 1 | -0/+2 |
* | nouveau: set texture upload budget | Ilia Mirkin | 2018-12-03 | 1 | -1/+2 |
* | nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET | Ilia Mirkin | 2018-12-03 | 1 | -0/+2 |
* | nv50: always keep TSC slot 0 bound | Ilia Mirkin | 2018-12-03 | 3 | -0/+31 |
* | nv50,nvc0: Fix gallium nine regression regarding sampler bindings | Karol Herbst | 2018-12-02 | 1 | -8/+6 |
* | nv50,nvc0: guard against zero-size blits | Ilia Mirkin | 2018-10-09 | 1 | -0/+7 |
* | nv50,nvc0: mark RGBX_UINT formats as renderable | Ilia Mirkin | 2018-10-09 | 1 | -4/+4 |