aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
Commit message (Expand)AuthorAgeFilesLines
* nvir/nir: move nir options to codegenBen Skeggs2020-06-101-63/+4
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-1/+1
* nv50,nvc0: update with latest capsIlia Mirkin2020-04-161-0/+6
* nvc0: enable GL_NV_viewport_array2Ilia Mirkin2020-04-151-0/+1
* nvc0: enable ASTC and ETC on GM20BKarol Herbst2020-04-151-5/+3
* nvc0: add NV_viewport_swizzle support for GM200+Ilia Mirkin2020-04-121-0/+1
* nvc0: enable EXT_texture_shadow_lodIlia Mirkin2020-03-021-1/+1
* nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2020-03-021-0/+17
* nvc0: add dummy reset status supportIlia Mirkin2020-01-121-1/+1
* nouveau: request ufind_msb64 lowering in the frontend.Dave Airlie2019-11-221-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-2/+2
* 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
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-301-1/+1
* nvc0: expose spirv supportKarol Herbst2019-09-211-3/+7
* nvc0: add support for ATOMC_WRAP TGSI operationsIlia Mirkin2019-08-071-1/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* nouveau: handle new CAPSKarol Herbst2019-07-021-0/+13
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.Daniel Schürmann2019-06-241-1/+0
* nir: Combine lower_fmod16/32 back into a single lower_fmod.Kenneth Graunke2019-06-051-1/+1
* nouveau: Use nir_lower_doubles instead of lower_fmod64 on nvc0.Kenneth Graunke2019-06-051-2/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-2/+2
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-1/+2
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-1/+0
* 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
* nvc0/nir: enable bindless textureKarol Herbst2019-04-121-1/+1
* nv50/ir/nir: support gather offsetsKarol Herbst2019-03-211-3/+1
* nouveau: add support for nirKarol Herbst2019-03-171-7/+92
* nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin2019-02-101-2/+2
* nouveau: Silence unhandled cap warningsKenneth Graunke2019-02-081-0/+1
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-12/+7
* nvc0: add compute invocation counterRhys Perry2019-02-061-0/+2
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-041-0/+2
* 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/+1
* nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin2018-12-261-0/+2
* nvc0: replace use of explicit default_tsc with entry 0Ilia Mirkin2018-12-141-4/+0
* 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
* nvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to 1024 on Kepler+Rhys Perry2018-10-251-0/+7
* nv50,nvc0: warn on not-explicitly-handled capsIlia Mirkin2018-09-111-9/+15
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1