summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0
Commit message (Expand)AuthorAgeFilesLines
* nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs2013-07-053-5/+73
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* draw/translate: fix instancingZack Rusin2013-06-282-8/+8
* nvc0: allow frame dropping in h264Maarten Lankhorst2013-07-011-3/+0
* nvc0: set rsvd_kick correctlyMaarten Lankhorst2013-06-261-0/+1
* nvc0: fix push_space checks for video decodingMaarten Lankhorst2013-06-264-9/+10
* nvc0: do not set tiled mode on gart bo when fence debugging is usedMaarten Lankhorst2013-06-254-9/+15
* gallium: fix PIPE_QUERY_TIMESTAMP_DISJOINTRoland Scheidegger2013-06-191-4/+2
* nvc0: kill assert in ppp codeMaarten Lankhorst2013-06-191-2/+0
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-183-2/+5
* nvc0: fix up video buffer alignment requirementsMaarten Lankhorst2013-06-081-5/+3
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+2
* nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2013-05-042-5/+4
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: remove nouveau buildAndreas Boll2013-05-031-11/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2323-92/+92
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2323-23/+23
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-1/+1
* nvc0: set ret variable if launch desc allocation failedEmil Velikov2013-04-121-1/+3
* nvc0: bail out early during nve4_compute_setup()Emil Velikov2013-04-121-1/+1
* nvc0: compile nve4_cache_split_name() only in debug buildEmil Velikov2013-04-121-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-126-19/+73
* nvc0: patch up TEX cases with 5 or 6 sources on nve4Christoph Bumiller2013-04-121-1/+19
* nvc0: fix 2D engine MS2 resolveChristoph Bumiller2013-04-121-2/+2
* nv50,nvc0: remove MS resolve formats hackChristoph Bumiller2013-04-031-10/+0
* nvc0: fix 128 bit compressed storage type selectionChristoph Bumiller2013-04-031-1/+1
* nvc0: place staging textures in GART and map them directlyChristoph Bumiller2013-04-035-7/+72
* nvc0: honour scaled coordiantes setting for linear texturesChristoph Bumiller2013-04-031-6/+5
* nvc0: fix for 2d engine R source formats writing RRR1 and not R001Christoph Bumiller2013-04-031-28/+61
* nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blitChristoph Bumiller2013-04-032-1/+3
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-031-3/+3
* nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methodsChristoph Bumiller2013-04-033-49/+129
* nvc0: read PM counters for each warp scheduler separatelyChristoph Bumiller2013-04-032-61/+138
* nvc0: add some metrics to driver specific queriesChristoph Bumiller2013-04-032-58/+160
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-0310-25/+188
* nvc0: disable compressed storage type 0xdb for nowChristoph Bumiller2013-04-031-1/+3
* nvc0: use correct hw query for PRIMITIVES_GENERATEDChristoph Bumiller2013-04-031-4/+7
* nvc0: use fence to check state of queries that don't write sequenceChristoph Bumiller2013-04-031-1/+5
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* nvc0: Fix fd leak in nvc0_create_decoderMaarten Lankhorst2013-04-021-2/+2
* nvc0: implement MP performance countersChristoph Bumiller2013-03-298-6/+556
* nvc0: enable compression when supportedChristoph Bumiller2013-03-293-3/+13
* nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP countChristoph Bumiller2013-03-294-29/+73
* nv50,nvc0: fix 3d blits, restore viewport after blitChristoph Bumiller2013-03-291-16/+26
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+2
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-202-7/+18
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-202-34/+4