summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0
AgeCommit message (Expand)AuthorFilesLines
2018-09-11nv50,nvc0: warn on not-explicitly-handled capsIlia Mirkin1-9/+15
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+1
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-3/+3
2018-08-29nvc0: bump compat GLSL version to match coreIlia Mirkin1-1/+1
2018-08-27nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+Rhys Perry1-0/+28
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+2
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-30nvc0: serialize before updating some constant buffer bindings on Maxwell+Rhys Perry4-47/+81
2018-07-04nvc0: implement multisampled images on Maxwell+Rhys Perry2-9/+2
2018-06-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-3/+0
2018-06-28nvc0: remove magic values in nve4_set_tex_handles()Rhys Perry1-1/+1
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-0/+2
2018-06-14nvc0: add support for programmable sample locationsRhys Perry6-36/+196
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+2
2018-05-13nvc0: fix setting of subpixel precision during conservative rasterizationRhys Perry2-2/+2
2018-04-30nvc0: add conservative rasterization supportRhys Perry7-8/+87
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+10
2018-04-20nvc0: fix line width on GM20x+Rhys Perry1-1/+4
2018-04-07nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry3-17/+30
2018-04-07nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_waitRhys Perry1-1/+1
2018-04-07nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_waitRhys Perry1-0/+4
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