summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0
AgeCommit message (Expand)AuthorFilesLines
2011-09-16nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee1-1/+1
2011-09-14nvc0: implement resource_resolveChristoph Bumiller4-5/+532
2011-09-14nv50/ir: add missing license headersChristoph Bumiller4-0/+84
2011-09-14nvc0: emit tessellation mode and patch size in TCP/TEP validationChristoph Bumiller1-1/+12
2011-09-14nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSETChristoph Bumiller1-0/+4
2011-09-14nvc0: remove old shader backend filesChristoph Bumiller7-7270/+0
2011-09-14nvc0: hook up to new shader code generatorChristoph Bumiller8-612/+494
2011-09-14nv50/ir: import new shader backend codeChristoph Bumiller6-1/+3039
2011-09-14nvc0: prevent interruption of m2mf pushChristoph Bumiller1-20/+18
2011-09-14nouveau: make data argument of nouveau_context::push_data constChristoph Bumiller2-3/+3
2011-09-13nv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM formatsMarcin Slusarz1-0/+8
2011-09-10gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák1-2/+2
2011-08-31nv50,nvc0: fix multisample format hackChristoph Bumiller1-1/+1
2011-08-30nv50: add support for linear textures and render targetsChristoph Bumiller1-1/+1
2011-08-30nv50,nvc0: add states mask to state validation functionChristoph Bumiller4-12/+15
2011-08-30nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfacesChristoph Bumiller1-1/+11
2011-08-27android: add support for nouveauChia-I Wu1-0/+37
2011-08-27nouveau: share the source listsChia-I Wu3-49/+28
2011-08-07nv50,nvc0: never convert in resource copy when format sizes matchChristoph Bumiller1-1/+8
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain1-0/+2
2011-08-01gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain1-0/+2
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2-0/+7
2011-07-14nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller3-54/+53
2011-07-14nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller12-143/+130
2011-07-14nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller1-0/+6
2011-07-14nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller11-282/+249
2011-07-14nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller1-12/+12
2011-07-07nv50,nvc0: use screen instead of context for flush notifierChristoph Bumiller4-16/+15
2011-06-24nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller4-11/+16
2011-05-13nvc0: prevent overlap between load address and destination regsChristoph Bumiller1-15/+29
2011-05-09nv50/nvc0: make transfers aware of PIPE_TRANSFER_MAP_DIRECTLYMarcin Slusarz1-0/+3
2011-05-06nv50,nvc0: activate seamless cube map filteringChristoph Bumiller1-0/+5
2011-05-03nv50,nvc0: advertise GL_FIXED vertex buffers as supportedChristoph Bumiller1-0/+18
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák1-0/+8
2011-04-17gallium: include u_format.h for util_format_is_supportedMarcin Slusarz1-0/+1
2011-04-17nvc0: work around what looks like a code prefetch bugChristoph Bumiller1-1/+4
2011-04-17nv50,nvc0: add new texture and render target formatsChristoph Bumiller1-5/+61
2011-04-17nv50,nvc0: fix normalized RG16 and RGBA32 texture format entriesChristoph Bumiller1-2/+2
2011-04-17nvc0: fix viewport rectangle calculationChristoph Bumiller1-5/+7
2011-04-15gallium: add and use generic function for querying patented format support (v2)Marek Olšák1-11/+2
2011-04-10nv50,nvc0: silence shader debug outputChristoph Bumiller8-60/+33
2011-04-10nvc0: make the card permit separate colour outputsChristoph Bumiller2-14/+4
2011-04-10nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller5-20/+14
2011-04-10nvc0: shrink CSOs a littleChristoph Bumiller3-26/+22
2011-04-10nv50,nvc0: identify some line rasterization stateChristoph Bumiller3-5/+17
2011-04-10nvc0: force perspective correction hint to nicestChristoph Bumiller2-0/+7
2011-04-10nv50,nvc0: don't insert instructions after the block terminatorChristoph Bumiller2-3/+10
2011-04-01gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák1-0/+1
2011-03-29nv50,nvc0: implement colour clamping controlsChristoph Bumiller4-5/+7
2011-03-19nv50,nvc0: implement texture barrierChristoph Bumiller1-0/+10