summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)AuthorFilesLines
2011-10-15nv50,nvc0: extend formats table for integer formatsChristoph Bumiller2-567/+407
2011-10-11nv50: don't crash on TXD opcodeMarcin Slusarz1-0/+2
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie3-12/+12
2011-10-09nouveau: hide some debugging messages behind environment variableMarcin Slusarz1-2/+3
2011-10-09nv50,nvc0: avoid unnecessary flushesMarcin Slusarz2-2/+2
2011-10-09nouveau: fix fence hangMarcin Slusarz1-2/+6
2011-09-30gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák1-0/+1
2011-09-30gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák1-0/+1
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-3/+2
2011-09-30gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák1-1/+0
2011-09-28nv50,nvc0: support polygon offset clamp stateChristoph Bumiller3-2/+4
2011-09-27gallium: move border color to be a color unionDave Airlie1-4/+4
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-11/+13
2011-09-16nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee1-1/+1
2011-09-14nv50/ir: add missing license headersChristoph Bumiller20-1/+400
2011-09-14nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSETChristoph Bumiller1-0/+4
2011-09-14nvc0: hook up to new shader code generatorChristoph Bumiller2-0/+14
2011-09-14nv50/ir: import new shader backend codeChristoph Bumiller21-1/+13395
2011-09-14nouveau: make data argument of nouveau_context::push_data constChristoph Bumiller2-2/+2
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-1/+1
2011-09-08nv50: fix screen->blitctx memory leakMarcin Slusarz1-0/+2
2011-08-31nv50,nvc0: fix multisample format hackChristoph Bumiller1-1/+1
2011-08-30nouveau: use PRIu64 for printing uint64_tChristoph Bumiller1-1/+1
2011-08-30nv50: add support for linear textures and render targetsChristoph Bumiller5-13/+60
2011-08-30nv50: align pitch of linear surfaces correctlyChristoph Bumiller1-1/+2
2011-08-30nv50: handle TGSI_OPCODE_ROUNDChristoph Bumiller5-3/+10
2011-08-30nv50,nvc0: add states mask to state validation functionChristoph Bumiller4-12/+16
2011-08-30nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfacesChristoph Bumiller1-1/+6
2011-08-27android: add support for nouveauChia-I Wu1-0/+37
2011-08-27nouveau: share the source listsChia-I Wu3-47/+27
2011-08-19nv50: fix potential null deref in insn modifer optimization passChristoph Bumiller1-2/+4
2011-08-17nv50: don't drop flags definition when merging SAT with ADD/MADChristoph Bumiller1-0/+2
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-04nv50: implement resource_resolve with custom blitChristoph Bumiller8-11/+559
2011-08-01gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain1-0/+2
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2-0/+4
2011-07-16nv50: fix bogus error message about 3d surfacesChristoph Bumiller1-1/+3
2011-07-14nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller5-137/+167
2011-07-14nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller11-70/+178
2011-07-14nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller1-0/+3
2011-07-14nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller3-143/+286
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-14/+11
2011-07-07nv50: more formats for nv50_resource_copy_region conversion pathChristoph Bumiller1-16/+7
2011-06-24nv50,nvc0: prevent pushbuf flush during ctx reloc emissionChristoph Bumiller4-11/+16
2011-06-14nv50: fix copy/paste error in nv50_gmtyprog_validateChristoph Bumiller1-2/+4
2011-06-06nv50: fix nv50_sampler_state_delete array overflowMarcin Slusarz1-1/+1
2011-05-27nv50: fix emit_add_a16 to emit correct source regTrevor Davenport1-2/+2