aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Silence unhandled cap warningsKenneth Graunke2019-02-081-0/+1
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+2
* nv50,nvc0: use condition for occlusion queries when already completeIlia Mirkin2019-02-063-14/+10
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-041-0/+2
* nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2019-01-221-1/+1
* 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/+2
* 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: always keep TSC slot 0 boundIlia Mirkin2018-12-033-0/+31
* nv50,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2018-12-021-8/+6
* nv50,nvc0: guard against zero-size blitsIlia Mirkin2018-10-091-0/+7
* nv50,nvc0: mark RGBX_UINT formats as renderableIlia Mirkin2018-10-091-4/+4
* nv50,nvc0: warn on not-explicitly-handled capsIlia Mirkin2018-09-111-5/+11
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+1
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-3/+3
* nv50: bump compat glsl level to same as coreIlia Mirkin2018-08-291-1/+1
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+2
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-312-0/+5
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* nouveau: fix 3D blitter for unsigned to signed integer conversionsKarol Herbst2018-07-152-10/+22
* nvc0: implement multisampled images on Maxwell+Rhys Perry2018-07-041-0/+1
* gallium/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-3/+0
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* 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
* nv50: Extract needed value bits without shifting them before calling bitcountVlad Golovkin2018-05-021-1/+1
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* nvc0: restore image binding on RGB10A2, remove from BGR10A2Ilia Mirkin2018-04-071-2/+2
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling.Mario Kleiner2018-03-141-0/+2
* nv50,nvc0: fix integer MS resolves using 2d engineIlia Mirkin2018-02-221-1/+2
* nv50,nvc0: fix clear buffer accelerationIlia Mirkin2018-02-221-12/+8
* nv50,nvc0: mark ABGR format as displayable instead of ARGB formatIlia Mirkin2018-02-191-2/+2
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+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: add support for bindless textures on kepler+Ilia Mirkin2018-01-071-0/+1
* nv50: Fix unused var warning in release buildRhys Kidd2017-12-291-1/+2
* 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
* nv50: make blending work so that zero wins in a multiplicationIlia Mirkin2017-11-081-0/+5