aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50
Commit message (Expand)AuthorAgeFilesLines
* nv50, nvc0: fix must_check warning of util_dynarray_resize_bytesKarol Herbst2020-03-271-3/+7
* nv50: remove unused variableErik Faye-Lund2020-03-271-2/+0
* Revert "gallium: make handles of set_global_binding 64 bit"Karol Herbst2020-03-101-3/+10
* gallium: make handles of set_global_binding 64 bitKarol Herbst2020-03-101-10/+3
* nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2020-03-021-0/+17
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-2/+1
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-042-11/+3
* nv50: report max lod bias of 15.0Ilia Mirkin2020-02-021-1/+1
* nv50,nvc0: fix destination coordinates of blitIlia Mirkin2020-01-121-8/+4
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1411-12/+12
* gallium: rename PIPE_CAP_MAX_FRAMES_IN_FLIGHT to PIPE_CAP_THROTTLEJames Xiong2019-10-141-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-0/+1
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-071-0/+1
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-072-2/+2
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-301-0/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* nouveau: flip DEBUG -> !NDEBUGIlia Mirkin2019-07-271-1/+1
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-271-6/+8
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2212-28/+28
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* nouveau: handle new CAPSKarol Herbst2019-07-021-0/+13
* nir: Add lower_rotate flag and set to true in all driversSagar Ghuge2019-07-011-0/+1
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* nouveau: fix frees in unsupported IR error paths.Dave Airlie2019-06-192-0/+3
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-3/+2
* gallium: Drop lower_fmod64 from drivers that don't support doubles.Kenneth Graunke2019-06-051-1/+0
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-2/+2
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-1/+0
* nouveau: support NULL-resourcesErik Faye-Lund2019-04-291-2/+5
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-3/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+3
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* nouveau: add support for nirKarol Herbst2019-03-173-7/+93
* nv50: disable computeIlia Mirkin2019-02-221-1/+1
* nouveau: Silence unhandled cap warningsKenneth Graunke2019-02-081-0/+1
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+2
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-063-14/+10
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-041-0/+2
* nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2019-01-221-1/+1
* nv50,nvc0: add missing CAPs for unsupported featuresRhys Kidd2019-01-201-0/+2
* nv50,nvc0: add missing CAPs for unsupported featuresIlia Mirkin2018-12-261-0/+2
* nouveau: set texture upload budgetIlia Mirkin2018-12-031-1/+2
* nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSETIlia Mirkin2018-12-031-0/+2
* nv50: always keep TSC slot 0 boundIlia Mirkin2018-12-033-0/+31
* nv50,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2018-12-021-8/+6
* nv50,nvc0: guard against zero-size blitsIlia Mirkin2018-10-091-0/+7
* nv50,nvc0: mark RGBX_UINT formats as renderableIlia Mirkin2018-10-091-4/+4