aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0
Commit message (Expand)AuthorAgeFilesLines
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-298-10/+82
* nvc0: add ARB_copy_image supportIlia Mirkin2015-10-282-7/+11
* nvc0: fix crash when nv50_miptree_from_handle failsJulien Isorce2015-10-281-1/+2
* gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák2015-10-281-0/+1
* nvc0: respect edgeflag attribute widthIlia Mirkin2015-10-231-7/+33
* gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák2015-10-201-0/+2
* gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák2015-10-201-0/+1
* nvc0: do not bind input params at compute state init on FermiSamuel Pitoiset2015-10-181-8/+0
* nvc0: add support for performance monitoring metrics on FermiSamuel Pitoiset2015-10-173-3/+498
* nvc0: add a note about MP counters on GF100/GF110Samuel Pitoiset2015-10-161-0/+5
* nvc0: add MP counters variants for GF100/GF110Samuel Pitoiset2015-10-162-77/+483
* nvc0: move SW/HW queries info to their respective filesSamuel Pitoiset2015-10-167-178/+228
* nvc0: enable compute support by default on FermiSamuel Pitoiset2015-10-162-8/+2
* nvc0: allow only one active query for the MP counters groupSamuel Pitoiset2015-10-161-11/+9
* nvc0: read MP counters of all GPCs on FermiSamuel Pitoiset2015-10-161-1/+1
* nvc0: store the number of GPCs to nvc0_screenSamuel Pitoiset2015-10-162-0/+2
* nvc0: fix unaligned mem access when reading MP counters on FermiSamuel Pitoiset2015-10-161-6/+12
* nvc0: fix monitoring multiple MP counters queries on FermiSamuel Pitoiset2015-10-161-76/+87
* nvc0: fix queries which use multiple MP counters on FermiSamuel Pitoiset2015-10-161-47/+81
* nvc0: allow to use 8 MP counters on FermiSamuel Pitoiset2015-10-162-19/+13
* nvc0: fix sequence field init for MP counters on FermiSamuel Pitoiset2015-10-161-2/+4
* nvc0: correctly enable the MP counters' multiplexer on FermiSamuel Pitoiset2015-10-161-4/+1
* nvc0: rip off the kepler MP-enabling logic from the Fermi codepathSamuel Pitoiset2015-10-161-7/+1
* nvc0: split out begin_query() hook used by MP countersSamuel Pitoiset2015-10-161-24/+84
* nvc0: remove useless call to query_get_cfg() in nvc0_hw_sm_query_end()Samuel Pitoiset2015-10-161-3/+1
* nv50,nvc0: don't base decisions on available pushbuf spaceIlia Mirkin2015-10-111-15/+5
* nvc0: make use of NVC0_COMPUTE_CLASS for GF110Samuel Pitoiset2015-10-101-5/+2
* nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset2015-10-097-796/+906
* nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset2015-10-097-1215/+1308
* nvc0: move SW queries to nvc0_query_sw.c/h filesSamuel Pitoiset2015-10-094-84/+202
* nvc0: move nvc0_so_target_save_offset() to its correct locationSamuel Pitoiset2015-10-093-24/+19
* nvc0: add a header file for nvc0_querySamuel Pitoiset2015-10-096-189/+201
* nouveau: make sure there's always room to emit a fenceIlia Mirkin2015-10-071-1/+2
* gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák2015-10-031-0/+1
* nouveau: be more careful about freeing temporary transfer buffersIlia Mirkin2015-09-281-1/+6
* nv50,nvc0: flush texture cache in presence of coherent bufsIlia Mirkin2015-09-171-0/+20
* nv50,nvc0: detect underlying resource changes and update ticIlia Mirkin2015-09-171-0/+22
* nv50, nvc0: fix max texture buffer size to 128M elementsIlia Mirkin2015-09-161-1/+1
* nv50/ir: add support for TXQS tgsi opcodeIlia Mirkin2015-09-131-1/+1
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-131-0/+1
* nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin2015-09-094-8/+51
* nvc0: always emit a full shader colormaskIlia Mirkin2015-09-081-1/+1
* nvc0: change prefix of MP performance counters to HW_SMSamuel Pitoiset2015-08-292-149/+149
* nvc0: sort performance counter queries by nameSamuel Pitoiset2015-08-292-142/+142
* nvc0: make names of performance counter queries consistentSamuel Pitoiset2015-08-292-56/+56
* nvc0: use enumerations for driver queriesSamuel Pitoiset2015-08-291-120/+123
* nvc0: remove commented out code related to PCOUNTER queriesSamuel Pitoiset2015-08-291-20/+0
* nouveau: avoid build failures since 0fc21ecfIlia Mirkin2015-08-261-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-262-2/+2
* nv50,nvc0: disable depth bounds test on blitIlia Mirkin2015-08-231-0/+1