summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_formats.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-504/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-18nv50: add remaining RGBX formatsChristoph Bumiller1-4/+12
2013-04-18nv50: fix 4th component of Lx_SINT/UINT formatsChristoph Bumiller1-6/+6
2013-04-12nv50,nvc0: add RGBX16/32_FLOAT formatsChristoph Bumiller1-0/+4
2013-03-12nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format tableChristoph Bumiller1-43/+53
2013-01-30nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller1-4/+6
2012-04-29nv50,nvc0: fix depth/stencil resolveChristoph Bumiller1-3/+7
2012-04-24nv50,nvc0: handle new vertex fetch capsChristoph Bumiller1-0/+5
2012-03-09nv50: add support for R8G8_R8B8 and G8R8_B8R8 formatsChristoph Bumiller1-0/+2
2012-03-09nv50,nvc0: share the format table codeChristoph Bumiller1-16/+42
2011-10-15nv50,nvc0: extend formats table for integer formatsChristoph Bumiller1-566/+406
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-3/+3
2011-09-13nv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM formatsMarcin Slusarz1-0/+8
2011-08-04nv50: implement resource_resolve with custom blitChristoph Bumiller1-2/+2
2011-07-14nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller1-46/+49
2011-07-14nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller1-12/+12
2011-05-03nv50,nvc0: advertise GL_FIXED vertex buffers as supportedChristoph Bumiller1-0/+18
2011-04-17nv50,nvc0: add new texture and render target formatsChristoph Bumiller1-2/+116
2011-04-17nv50,nvc0: fix normalized RG16 and RGBA32 texture format entriesChristoph Bumiller1-4/+4
2011-03-05nv50,nvc0: update the format tablesChristoph Bumiller1-89/+89
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller1-70/+76
2010-09-25nv50: use formats table in nv50_surface.cChristoph Bumiller1-9/+11
2010-09-15Merge remote branch 'origin/nv50-compiler'Christoph Bumiller1-0/+452
2010-07-31nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufsChristoph Bumiller1-3/+7
2010-07-24nv50: add/fix some license headersChristoph Bumiller1-0/+21
2010-07-24nv50: introduce the big formats tableChristoph Bumiller1-0/+427