summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | g3dvl: Fullscreen fixes. Respect src & dst coords during scaling, clear FB.Younes Manton2008-09-124-37/+54
| | * | | | | g3dvl: Update softlinks to nouveau winsys files, related fixes.Younes Manton2008-09-1224-105/+101
| | * | | | | g3dvl: Cleanup.Younes Manton2008-09-121-1/+0
| | * | | | | g3dvl: Clean up Makefile deps.Younes Manton2008-09-125-176/+22
| * | | | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-10-27100-8158/+11461
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-10-15155-4225/+6383
| |\ \ \ \ \ \ \
| * | | | | | | | nouveau: some small API changesBen Skeggs2008-09-301-5/+7
| * | | | | | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2Ben Skeggs2008-09-30712-13191/+11746
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-132-3/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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-122-71/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-121-70/+76
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2Ben Skeggs2008-09-12222-1/+43915
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-1226-570/+2482
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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-11395-6291/+11229
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | g3dvl: Initialize DRI drawables correctly.Younes Manton2008-09-071-60/+68
| | * | | | | | | | | | | | | 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-187-122/+37
| | * | | | | | | | | | | | | nv30: add some opcodes.Stephane Marchesin2008-08-182-0/+17
| | * | | | | | | | | | | | | g3dvl: Modularized rendering, refactored to accommodate VAAPI, other APIs.Younes Manton2008-08-1626-3442/+4061
| | * | | | | | | | | | | | | 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-1463-1165/+1602
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | 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-1160-2987/+6925
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | 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-07101-1927/+2610
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | 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-263-1/+17
| | * | | | | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-27160-883/+1115
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | g3dvl: Added more XvMC stubs to get mplayer working.Younes Manton2008-07-243-18/+150
| | * | | | | | | | | | | | | | | | | nv all: Copy shader tokens on create, free on delete.Younes Manton2008-07-238-24/+42