summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
...
* nvc0: invalidate textures/samplers between 3D and CP on FermiSamuel Pitoiset2016-05-262-0/+27
* nvc0: allow to monitor MP perf counters with compute shadersSamuel Pitoiset2016-05-262-19/+55
* nvc0: add note about where the viewport mask would goIlia Mirkin2016-05-261-0/+1
* nvc0: enable 32 textures on kepler+Ilia Mirkin2016-05-262-3/+3
* nvc0: add descriptions for hardware perf counters/metricsSamuel Pitoiset2016-05-252-70/+353
* nvc0: expose robust buffer accessIlia Mirkin2016-05-231-1/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* nvc0: do not invalidate compute constbufs on KeplerSamuel Pitoiset2016-05-231-4/+6
* nvc0: fix setting of tess_mode in various situationsIlia Mirkin2016-05-221-4/+14
* nvc0: expose GLSL version 420 on GF100Samuel Pitoiset2016-05-211-1/+1
* nvc0: enable ARB_shader_image_load_store on GF100Samuel Pitoiset2016-05-211-0/+3
* nvc0: bind images on fragment and compute shaders for FermiSamuel Pitoiset2016-05-214-7/+196
* nvc0: account for shader-allocated local memory needsIlia Mirkin2016-05-192-2/+2
* nvc0: don't try to go through the push path for indirect drawsIlia Mirkin2016-05-151-1/+2
* nv50,nvc0: add support for cull distancesTobias Klausmann2016-05-154-3/+6
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* nvc0: fix indentation in nvc0_invalidate_resource_storage()Samuel Pitoiset2016-05-121-52/+52
* nvc0: save some CPU cycles in nvc0_context_unreference_resources()Samuel Pitoiset2016-05-121-8/+6
* nvc0: invalidate texture buffers for computeSamuel Pitoiset2016-05-121-3/+8
* nvc0: fix gl_SampleMaskIn computationIlia Mirkin2016-05-113-2/+13
* nv50/ir: generalize interp fixups to be able to fixup anythingIlia Mirkin2016-05-112-7/+7
* nvc0: enable compute support by default on GK110+Samuel Pitoiset2016-05-101-15/+3
* nvc0: unreference images when the context is destroyedSamuel Pitoiset2016-05-061-0/+4
* nvc0: compute a percentage for metric-achieved_occupancySamuel Pitoiset2016-05-031-4/+4
* nvc0: display some performance metrics with a percentageSamuel Pitoiset2016-05-031-3/+3
* nvc0: store the driver query type for performance metricsSamuel Pitoiset2016-05-031-18/+22
* nvc0: fix exposing of metric-issue_slots for SM21/SM30Samuel Pitoiset2016-05-031-2/+22
* nv50,nvc0: re-bind old compute state after reading MP perf countersSamuel Pitoiset2016-05-021-0/+2
* nvc0: stick compute kernel arguments into uniform_boSamuel Pitoiset2016-04-295-26/+10
* nvc0: expose GLSL version 420 on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: enable ARB_shader_image_load_store on GK110Samuel Pitoiset2016-04-261-1/+1
* nvc0: expose GLSL version 420 on GK104Samuel Pitoiset2016-04-261-0/+2
* nvc0: enable ARB_shader_image_load_store on GK104Ilia Mirkin2016-04-261-0/+2
* nvc0: inform users that 3D images are not fully supportedSamuel Pitoiset2016-04-263-5/+10
* nvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+Samuel Pitoiset2016-04-261-1/+1
* nvc0/ir: check that the image format doesn't mismatchSamuel Pitoiset2016-04-261-1/+3
* 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