summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | 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-1465-1171/+2029
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | 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-1162-2991/+6953
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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-07102-1927/+2617
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | 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-27162-911/+1177
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | g3dvl: Minor fixes.Younes Manton2008-07-236-25/+25
| | * | | | | | | | | | | | | | | 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-23120-3863/+7641
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-2246-43/+2896
| | * | | | | | | | | | | | | | | | g3dvl: Add stubs for some XvMC functions.Younes Manton2008-07-221-0/+43
| | * | | | | | | | | | | | | | | | nv50: add NV86 and NV94 to list of "supported" chipsBen Skeggs2008-07-211-2/+2
| | * | | | | | | | | | | | | | | | g3dvl: Fix some memory leaks in the winsys.Younes Manton2008-07-204-8/+26
| | * | | | | | | | | | | | | | | | g3dvl: Minor SP winsys cleanup.Younes Manton2008-07-202-19/+30
| | * | | | | | | | | | | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-1445-218/+2957
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | nv30: no npot texturesPatrice Mandin2008-07-121-1/+1
| | * | | | | | | | | | | | | | | | | nv30: update capsPatrice Mandin2008-07-121-2/+2
| | * | | | | | | | | | | | | | | | | nv30: do not shift texture formatPatrice Mandin2008-07-121-1/+1
| | * | | | | | | | | | | | | | | | | nv30: Emit vertex buffer objects using state objectsPatrice Mandin2008-07-125-259/+399
| | * | | | | | | | | | | | | | | | | nv30: Move edgeflag stuffPatrice Mandin2008-07-123-7/+12
| | * | | | | | | | | | | | | | | | | nv30: Reorder, remove useless stuffPatrice Mandin2008-07-121-16/+3
| | * | | | | | | | | | | | | | | | | nv30: Rename state emission funcPatrice Mandin2008-07-123-3/+3
| | * | | | | | | | | | | | | | | | | nv30: was setting wrong registerPatrice Mandin2008-07-121-4/+3
| | * | | | | | | | | | | | | | | | | nv30: does not have vp_attrib/resultPatrice Mandin2008-07-122-6/+0