summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
* nvc0: add missing glMemoryBarrier bitsSamuel Pitoiset2016-04-261-1/+8
* nvc0: enable RGB10_A2UI format on GK104Samuel Pitoiset2016-04-261-3/+3
* nvc0: shift address with blocksize for image buffersSamuel Pitoiset2016-04-261-0/+4
* nvc0: fix address offset when images have multiple levelsSamuel Pitoiset2016-04-261-0/+1
* nvc0: bind images on 3D shaders for KeplerSamuel Pitoiset2016-04-262-2/+31
* nvc0: bind images on compute shaders for KeplerSamuel Pitoiset2016-04-264-28/+110
* nvc0: reserve an area for surfaces info in the driver constbufSamuel Pitoiset2016-04-266-12/+12
* nvc0: add preliminary support for imagesSamuel Pitoiset2016-04-265-2/+74
* nvc0: bump the amount of shared memory per MP on MaxwellSamuel Pitoiset2016-04-261-1/+11
* nvc0: fix retrieving query results into buffer for timestampsIlia Mirkin2016-04-221-5/+15
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-222-10/+10
* nvc0: avoid tex read fault from compute shaders on GK110Samuel Pitoiset2016-04-201-0/+3
* nvc0: do not break the universe on GK110+Samuel Pitoiset2016-04-141-0/+1
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-142-2/+4
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin2016-04-094-11/+44
* nv50,nvc0: support sending string markers down into the command streamIlia Mirkin2016-04-092-1/+26
* nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin2016-04-092-1/+2
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+Ilia Mirkin2016-04-042-2/+18
* gallium: distinguish between shader IR in get_compute_paramBas Nieuwenhuizen2016-04-021-0/+1
* nvc0: enable compute shaders on GK104 and GM107+Samuel Pitoiset2016-04-011-1/+2
* nvc0: bump the maximum number of UBOs for compute on KeplerSamuel Pitoiset2016-04-012-3/+0
* nvc0: add indirect compute support on KeplerSamuel Pitoiset2016-04-011-34/+77
* nvc0: reduce likelihood of collision for real buffers on KeplerSamuel Pitoiset2016-04-011-2/+2
* nvc0: store ubo info to the driver constbuf on KeplerSamuel Pitoiset2016-04-013-1/+29
* nvc0: bind user uniforms for compute on KeplerSamuel Pitoiset2016-04-012-27/+55
* nvc0: bind shader buffers for compute on KeplerSamuel Pitoiset2016-04-012-3/+39
* nvc0: bind driver cb for compute on c7[] for KeplerSamuel Pitoiset2016-04-014-45/+37
* nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supportedIlia Mirkin2016-03-311-0/+9
* nvc0: use a different offset for buffers and surfacesSamuel Pitoiset2016-03-291-3/+5
* nvc0: make sure to disable fetches from previously-set VBOs when blittingIlia Mirkin2016-03-281-0/+2
* nvc0: disable primitive restart and index bias during blitsIlia Mirkin2016-03-281-0/+11
* nvc0: make sure to delete samplers used by compute shadersSamuel Pitoiset2016-03-211-1/+1
* nvc0: avoid using magic numbers for the uniform_bo offsetsSamuel Pitoiset2016-03-198-44/+73
* nv50,nvc0: replace resInfoCBSlot by auxCBSlotSamuel Pitoiset2016-03-191-3/+1
* nv50,nvc0: Set only NEW_CP_GLOBALS upon bindingPierre Moreau2016-03-131-1/+1
* nv50,nvc0: handle SQRT lowering inside the driverIlia Mirkin2016-03-131-1/+1
* nvc0: fix blit triangle size to fully cover FB's > 8192x8192Ilia Mirkin2016-03-131-4/+4
* nvc0: add support for TGSI FMA opsIlia Mirkin2016-03-101-1/+2
* nvc0: expose SM35 perf counters to AMD_performance_monitorSamuel Pitoiset2016-03-101-2/+2
* nvc0: add driver metrics for SM35 (GK110)Samuel Pitoiset2016-03-101-1/+20
* nvc0: add MP performance counters for SM35 (GK110)Samuel Pitoiset2016-03-103-17/+204
* nvc0: explode config of Kepler hardware SM eventsSamuel Pitoiset2016-03-101-78/+477
* nvc0: rework the driver metrics infrastructureSamuel Pitoiset2016-03-103-157/+172
* nvc0: rework the MP counters infrastructureSamuel Pitoiset2016-03-104-268/+243
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4