summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * | cell: fix non-debug build errorBrian Paul2008-09-121-2/+0
| * | cell: implement swizzling for src regsBrian Paul2008-09-121-3/+4
| * | cell: setup fragment program inputs in SOA formatBrian Paul2008-09-121-56/+56
| * | gallium: minor optimization to spe_load_int()Brian Paul2008-09-121-1/+2
| * | gallium: initial PPC/Altivec codegenBrian Paul2008-09-122-0/+546
* | | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-132-3/+6
|\| |
| * | cell: disable calls to old gen codeBrian Paul2008-09-121-2/+4
| * | gallium: don't build winsys/ hereBrian Paul2008-09-121-1/+2
* | | nouveau: rework nouveau_screen for latest and greatest changesBen Skeggs2008-09-121-157/+110
* | | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-121-1/+0
|\| |
| * | i915simple: A step closer to compilingJakob Bornecrantz2008-09-121-1/+0
* | | Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2Ben Skeggs2008-09-12198-0/+40786
|\ \ \ | |/ / |/| |
| * | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-1223-567/+2473
| |\|
| * | nouveau: gallium directory structure changed again..Ben Skeggs2008-09-1171-78/+58
| * | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-11326-5036/+8304
| |\ \
| * | | g3dvl: Zero-block optimization.Younes Manton2008-09-071-38/+54
| * | | g3dvl: Define texcoords seperately for luma, Cb, Cr textures.Younes Manton2008-09-071-223/+343
| * | | g3dvl: Define block texcoords for each vertex instead of reusing pos.Younes Manton2008-09-071-113/+130
| * | | Intialize swizzled_surface objectPatrice Mandin2008-09-021-0/+4
| * | | g3dvl: Use consistent variable names.Younes Manton2008-09-012-25/+25
| * | | g3dvl: Use one VB for all MBs, sort MBs at flush to determine placement.Younes Manton2008-09-011-112/+166
| * | | g3dvl: Some clean ups.Younes Manton2008-09-012-12/+19
| * | | g3dvl: Inline hint for relatively small, frequently called functions.Younes Manton2008-09-011-7/+7
| * | | g3dvl: Re-enable buffer rotation, disable high quality 420->444 conversion.Younes Manton2008-09-011-234/+4
| * | | nv30: set fp samplers with fragprog generationPatrice Mandin2008-08-312-5/+3
| * | | nv30: activate fp texture units when needed, to get texturingPatrice Mandin2008-08-301-0/+4
| * | | g3dvl: Buffer the entire frame before rendering.Younes Manton2008-08-288-21/+2400
| * | | g3dvl: Use rotating buffers to avoid waiting for map().Younes Manton2008-08-185-120/+35
| * | | nv30: add some opcodes.Stephane Marchesin2008-08-182-0/+17
| * | | g3dvl: Modularized rendering, refactored to accommodate VAAPI, other APIs.Younes Manton2008-08-1623-3065/+3794
| * | | g3dvl: Merged tgsi/util and tgsi/exec moved some headers around.Younes Manton2008-08-162-4/+4
| * | | nv30: set mipmap min/max lod accordinglyPatrice Mandin2008-08-141-2/+2
| * | | nv30: disable setting nv40 RECT bit, this is not the same on nv30, plus galli...Patrice Mandin2008-08-141-2/+4
| * | | nv30: does not support mirror clamp, only mirror repeatPatrice Mandin2008-08-141-0/+4
| * | | nv30/nv40: KIL/KILP swapped meaningsBen Skeggs2008-08-142-4/+4
| * | | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1433-717/+1042
| |\ \ \
| * | | | nouveau: pf_sprint_name -> pf_nameBen Skeggs2008-08-117-33/+13
| * | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1140-131/+4046
| |\ \ \ \
| * | | | | nv40/nv50: enable mirror wrap modesBen Skeggs2008-08-072-0/+6
| * | | | | nouveau: fix buildBen Skeggs2008-08-0717-23/+23
| * | | | | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-0770-126/+182
| |\ \ \ \ \
| * | | | | | g3dvl: Temporarily disable IDCT.Younes Manton2008-08-032-15/+19
| * | | | | | nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-033-17/+23
| * | | | | | g3dvl: Use R16_SNORM instead of A8L8_UNORM for block rendering.Younes Manton2008-07-303-276/+153
| * | | | | | g3dvl: Recursively build dependencies.Younes Manton2008-07-261-0/+2
| * | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-279-17/+92
| |\ \ \ \ \ \
| * | | | | | | nv all: Copy shader tokens on create, free on delete.Younes Manton2008-07-238-24/+42
| * | | | | | | g3dvl: Minor fixes.Younes Manton2008-07-231-19/+23
| * | | | | | | nouveau: is_format_supported() interface changesBen Skeggs2008-07-235-44/+29
| * | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-2340-1434/+4087
| |\ \ \ \ \ \ \