aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
* nvc0: fix program dumping, use _debug_printfIlia Mirkin2019-08-071-6/+6
* 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
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-3/+3
* nouveau: flip DEBUG -> !NDEBUGIlia Mirkin2019-07-272-7/+7
* nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin2019-07-271-18/+27
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-271-8/+10
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-2210-34/+34
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* nvc0: remove nvc0_program.tp.input_patch_sizeKarol Herbst2019-07-092-5/+0
* 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
* 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
* 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
* nouveau: support NULL-resourcesErik Faye-Lund2019-04-291-1/+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
* nvc0/nir: enable bindless textureKarol Herbst2019-04-121-1/+1
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-1/+2
* nv50/ir/nir: support gather offsetsKarol Herbst2019-03-211-3/+1
* nvc0: Skip new update barrier bitsKenneth Graunke2019-03-201-0/+3
* nouveau: add support for nirKarol Herbst2019-03-173-12/+136
* nvc0: print the shader type when dumping headersKarol Herbst2019-03-171-0/+1
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-142-2/+2
* 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-068-4/+207
* nvc0: stick zero values for the compute invocation countsIlia Mirkin2019-02-061-0/+2
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-063-14/+15
* nvc0: fix 3d images on keplerIlia Mirkin2019-02-061-15/+8
* nvc0: add support for handling indirect draws with attrib conversionIlia Mirkin2019-02-063-1/+82
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-041-0/+2
* nvc0: don't put text segment into bufctxIlia Mirkin2019-01-276-13/+16
* nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2019-01-221-1/+3
* 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: always keep TSC slot 0 bound to fix TXFIlia Mirkin2018-12-142-0/+21
* nvc0: replace use of explicit default_tsc with entry 0Ilia Mirkin2018-12-146-22/+25
* 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,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2018-12-021-8/+6