aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* gv100/ir: implement sample shadingKarol Herbst2020-07-071-7/+45
* nv50/ir/nir: fix interpolation on explicit operationsKarol Herbst2020-07-071-2/+12
* iris: Fix fast-clearing of depth via glClearTex(Sub)ImageDanylo Piliaiev2020-07-071-1/+1
* gallium/swr: Fix compilation warningsjzielins2020-07-079-73/+34
* freedreno/a6xx: Force gl_Layer to 0 when necessaryConnor Abbott2020-07-071-0/+2
* panfrost: Expose MSAA 4xAlyssa Rosenzweig2020-07-071-3/+0
* panfrost: Save sample_mask before blittingAlyssa Rosenzweig2020-07-071-3/+1
* panfrost: Enable MSAA if we render to such a surfaceAlyssa Rosenzweig2020-07-071-0/+11
* panfrost: Set depth/stencil_layer_stride accordinglyAlyssa Rosenzweig2020-07-071-0/+11
* panfrost: Implement alpha-to-coverageAlyssa Rosenzweig2020-07-072-2/+5
* panfrost: Pass sample_mask to the hardwareAlyssa Rosenzweig2020-07-073-1/+9
* panfrost: Identify coverage_maskAlyssa Rosenzweig2020-07-071-1/+1
* panfrost: Don't advertise MSAA 2xAlyssa Rosenzweig2020-07-071-2/+3
* panfrost: Set layer_stride for multisampled renderingAlyssa Rosenzweig2020-07-071-0/+12
* panfrost: Index texture by sampleAlyssa Rosenzweig2020-07-075-7/+9
* panfrost: Allocate space for multisamplingAlyssa Rosenzweig2020-07-071-1/+14
* panfrost: Set depth to sample_count for MSAA 2DAlyssa Rosenzweig2020-07-071-2/+14
* ir3: use empirical size for params as used by the shaderIlia Mirkin2020-07-061-7/+8
* v3d: Enable perpendicular line caps when line smoothingNeil Roberts2020-07-061-0/+6
* v3d: Add a lowering pass for line smoothingNeil Roberts2020-07-065-2/+56
* v3d: Handle the line width intrinsicsNeil Roberts2020-07-061-0/+11
* intel/perf: move query_mask and location out of gen_perf_query_counterMarcin Ślusarz2020-07-061-5/+6
* iris: remove iris_monitor_configMarcin Ślusarz2020-07-063-108/+20
* a4xx: hook up centroid ij coordsIlia Mirkin2020-07-061-2/+5
* v3d: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-061-8/+6
* vc4: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-061-2/+2
* nouveau: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-061-1/+3
* lima: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-061-2/+4
* freedreno: Only call nir_lower_io on shader_in/outJason Ekstrand2020-07-062-7/+12
* etnaviv: replace prims-emitted queryChristian Gmeiner2020-07-063-6/+6
* a4xx: add polygon offset clamp, fix unitsIlia Mirkin2020-07-064-3/+7
* a4xx: add noperspective interpolation supportIlia Mirkin2020-07-062-18/+16
* freedreno/ir3: fix/rework tess levelsJonathan Marek2020-07-061-0/+2
* iris: return max counter value for AMD_performance_monitorMarcin Ślusarz2020-07-061-3/+4
* llvmpipe: enable GL 4.2Dave Airlie2020-07-061-1/+1
* llvmpipe: bump to GL support to GL 4.1Dave Airlie2020-07-061-1/+1
* llvmpipe: bump texture/scene limits to enable GL 4.1Dave Airlie2020-07-062-4/+4
* nv30: add missing fallthrough commentTimothy Arceri2020-07-021-0/+1
* svga: add missing fallthrough commentsTimothy Arceri2020-07-021-0/+3
* r300: add and fix up fallthrough commentsTimothy Arceri2020-07-023-1/+6
* radeonsi: add missing fallthrough commentTimothy Arceri2020-07-021-0/+1
* panfrost: Specify stack_shift on SFBDAlyssa Rosenzweig2020-07-021-2/+1
* etnaviv: move ra into own fileChristian Gmeiner2020-07-025-307/+342
* etnaviv: move nir compiler related stuff into .c fileChristian Gmeiner2020-07-024-1115/+1079
* etnaviv: move functions that generate asm to own fileChristian Gmeiner2020-07-025-236/+280
* etnaviv: drop emit macroChristian Gmeiner2020-07-021-13/+11
* etnaviv: merge struct etna_compile and etna_stateChristian Gmeiner2020-07-023-134/+123
* etnaviv: move liveness related stuff into own fileChristian Gmeiner2020-07-026-391/+424
* etnaviv: make more use of compile_error(..)Christian Gmeiner2020-07-023-8/+41
* etnaviv: drop OPT_V defineChristian Gmeiner2020-07-021-14/+13