summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
* nvc0: implement multisampled images on Maxwell+Rhys Perry2018-07-042-9/+2
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-3/+0
* nvc0: remove magic values in nve4_set_tex_handles()Rhys Perry2018-06-281-1/+1
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* nvc0: add support for programmable sample locationsRhys Perry2018-06-146-36/+196
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+2
* nvc0: fix setting of subpixel precision during conservative rasterizationRhys Perry2018-05-132-2/+2
* nvc0: add conservative rasterization supportRhys Perry2018-04-307-8/+87
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* nvc0: fix line width on GM20x+Rhys Perry2018-04-201-1/+4
* nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry2018-04-073-17/+30
* nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-1/+1
* nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-0/+4
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-1/+1
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* nouveau: Add framebuffer modifier supportThierry Reding2018-03-093-4/+139
* nouveau/nvc0: Extract common tile mode macroThierry Reding2018-03-091-6/+9
* nvc0: collapse output slots to have adjacent registersIlia Mirkin2018-02-271-2/+12
* nvc0: fix writing query results into bufferIlia Mirkin2018-02-221-4/+10
* nv50,nvc0: fix clear buffer accelerationIlia Mirkin2018-02-221-16/+9
* nvc0: add support for bindless on maxwell+Ilia Mirkin2018-02-172-5/+93
* nvc0: Use GP100_COMPUTE_CLASS on GP10BMikko Perttunen2018-02-171-1/+2
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* nvc0: disable MS Images for sample_count == 1 on MaxwellKarol Herbst2018-02-151-1/+1
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-6/+0
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+0
* nvc0: enable bindless on keplerIlia Mirkin2018-01-071-3/+3
* nvc0: add bindless image support for keplerIlia Mirkin2018-01-077-18/+121
* nvc0: add support for bindless textures on kepler+Ilia Mirkin2018-01-076-1/+165
* nvc0: update tic in-place when buffer address changesIlia Mirkin2018-01-072-14/+21
* nvc0: ensure that pushbuf keeps ref to old text/tls bosIlia Mirkin2018-01-071-0/+13
* nvc0: Fix unused var warnings in release buildRhys Kidd2017-12-291-3/+4
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* nouveau/compiler: Allow to omit line numbers when printing instructionsTobias Klausmann2017-11-261-0/+1
* gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie2017-11-101-0/+2
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+1
* nv50,nvc0: Display shared memory usage in pipe_debug_messagePierre Moreau2017-11-041-3/+4
* nv50,nvc0: Copy shared memory per block to the program info structure and backPierre Moreau2017-11-041-0/+2
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-0/+1
* nv50,nvc0: fix push hint logic in presence of a start offsetIlia Mirkin2017-10-111-5/+4
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+1
* gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák2017-10-061-0/+1
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+1
* gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely2017-09-211-0/+1
* gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely2017-09-181-0/+1
* nvc0: fix compile errorBenedikt Schemmer2017-09-181-1/+1