summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0
AgeCommit message (Expand)AuthorFilesLines
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-1/+1
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-03-09nouveau: Add framebuffer modifier supportThierry Reding3-4/+139
2018-03-09nouveau/nvc0: Extract common tile mode macroThierry Reding1-6/+9
2018-02-27nvc0: collapse output slots to have adjacent registersIlia Mirkin1-2/+12
2018-02-22nvc0: fix writing query results into bufferIlia Mirkin1-4/+10
2018-02-22nv50,nvc0: fix clear buffer accelerationIlia Mirkin1-16/+9
2018-02-17nvc0: add support for bindless on maxwell+Ilia Mirkin2-5/+93
2018-02-17nvc0: Use GP100_COMPUTE_CLASS on GP10BMikko Perttunen1-1/+2
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-02-15nvc0: disable MS Images for sample_count == 1 on MaxwellKarol Herbst1-1/+1
2018-02-14gallium: drop all the guard band float caps.Dave Airlie1-6/+0
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-17gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-1/+0
2018-01-07nvc0: enable bindless on keplerIlia Mirkin1-3/+3
2018-01-07nvc0: add bindless image support for keplerIlia Mirkin7-18/+121
2018-01-07nvc0: add support for bindless textures on kepler+Ilia Mirkin6-1/+165
2018-01-07nvc0: update tic in-place when buffer address changesIlia Mirkin2-14/+21
2018-01-07nvc0: ensure that pushbuf keeps ref to old text/tls bosIlia Mirkin1-0/+13
2017-12-29nvc0: Fix unused var warnings in release buildRhys Kidd1-3/+4
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-11-26nouveau/compiler: Allow to omit line numbers when printing instructionsTobias Klausmann1-0/+1
2017-11-10gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie1-0/+2
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-04nv50,nvc0: Display shared memory usage in pipe_debug_messagePierre Moreau1-3/+4
2017-11-04nv50,nvc0: Copy shared memory per block to the program info structure and backPierre Moreau1-0/+2
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-11nv50,nvc0: fix push hint logic in presence of a start offsetIlia Mirkin1-5/+4
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+1
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely1-0/+1
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely1-0/+1
2017-09-18nvc0: fix compile errorBenedikt Schemmer1-1/+1
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle2-1/+7
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-08-31nvc0: write 0 to pipeline_statistics.cs_invocationsKarol Herbst1-0/+1
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri1-0/+1
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle1-0/+1
2017-06-26nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clearIlia Mirkin1-5/+5
2017-06-20nvc0: fix transfer of larger rectangles with DmaCopy on gk104 and upBen Skeggs1-9/+32
2017-06-20nvc0: copy engine surface params are only relevant for tiled surfacesBen Skeggs1-18/+19
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-07util: Port nir_array functionality to u_dynarrayThomas Helland1-1/+1
2017-06-02nvc0: Add support for ARB_post_depth_coverageLyude6-1/+11
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-06-02nvc0: disable BGRA8 images on FermiLyude1-5/+14