summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Initial pass at vertex cache, more vertex fetch changesIan Romanick2008-02-142-119/+368
| | * Vectorize a couple fetch functionsIan Romanick2008-02-141-4/+42
| | * intel_winsys: Call st_notify_swapbuffers_complete() after buffer swap.Michel Dänzer2008-02-141-0/+1
| | * gallium: Cleanups related to clears.Keith Whitwell2008-02-141-32/+85
| | * make swizzling on incoming arguments workZack Rusin2008-02-133-23/+67
| | * get rid of the terrible auto-generated entry pointZack Rusin2008-02-134-1002/+3
| | * implement immediates and make them workZack Rusin2008-02-132-1/+71
| | * try to load the consts correctlyZack Rusin2008-02-132-0/+22
| * | gallium: reorganize fragment shader execution, unbreak sseKeith Whitwell2008-02-1512-307/+613
| * | tgsi: disable dummy sse2 texture codeKeith Whitwell2008-02-151-7/+14
| * | gallium: Minor cleanups to bitfield sizes, etc.Keith Whitwell2008-02-141-8/+8
| * | tgsi: partially unbreak sse fragment shaders. more to do.Keith Whitwell2008-02-141-8/+0
| * | x86: fix assignment in assert typoKeith Whitwell2008-02-131-1/+1
| |/
| * x86: remove debugKeith Whitwell2008-02-131-2/+0
| * x86: emit absolute calls, as reallocating exec mem breaks relative onesKeith Whitwell2008-02-133-2/+19
| * tgsi: fail gracefully when sse code can't emit shaderKeith Whitwell2008-02-131-74/+87
| * x86: reallocate exec mem when we run outKeith Whitwell2008-02-132-35/+61
| * tgsi: include more of the register info in debug dumpsKeith Whitwell2008-02-131-0/+10
| * gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-1315-11/+28
| * handle temporaries in llvm code generated pathsZack Rusin2008-02-136-25/+50
| * implement addZack Rusin2008-02-131-4/+9
| * implement mulZack Rusin2008-02-132-1/+21
| * get mov workingZack Rusin2008-02-134-9/+12
| * fix fetching input elements and generate a ret on endZack Rusin2008-02-133-3/+6
| * add functiontype for the llvm native vs entry pointZack Rusin2008-02-131-3/+35
| * disable llvm code in fsZack Rusin2008-02-131-0/+2
| * stop generate llvm entry pointsZack Rusin2008-02-125-12/+82
| * llvm ir code to fetch the elementsZack Rusin2008-02-122-0/+76
* | Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1Ben Skeggs2008-02-1631-76/+4806
|\ \
| * | nv30: fixes.Stephane Marchesin2008-02-161-2/+2
| * | nv30: fixes.Stephane Marchesin2008-02-169-87/+44
| * | nv40: over-zealous s/Ben Skeggs2008-02-161-2/+2
| * | nv40: fix non-debug builds + start on obeying portability guidelines.Ben Skeggs2008-02-169-33/+54
| * | nouveau: more nv30 fixes, still doesn't work as well as before.Stephane Marchesin2008-02-154-11/+9
| * | nouveau: nv30 fixes.Stephane Marchesin2008-02-153-7/+8
| * | nv30: more interface updatesBen Skeggs2008-02-151-2/+1
| * | nv30: fix buildBen Skeggs2008-02-152-4/+4
| * | nv40: always copy 4 float immediates for now.Ben Skeggs2008-02-151-3/+4
| * | nv40: attempt at obeying sampler min_lod/max_lod/lod_biasBen Skeggs2008-02-153-4/+17
| * | nv40: remove use of pt->first_levelBen Skeggs2008-02-152-5/+4
| * | gallium: initial code for wide/AA line drawingBrian2008-02-151-6/+69
| * | gallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).Brian2008-02-151-21/+78
| * | gallium: clamp min_lod so it's never negativeBrian2008-02-151-1/+1
| * | Fix broken test.Brian2008-02-151-17/+40
| * | gallium: remove dead codeBrian2008-02-151-1/+0
| * | gallium: added null ptr checkBrian2008-02-151-1/+1
| * | gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-157-11/+11
| * | gallium: move gen-mipmap global/static vars into st_contextBrian2008-02-152-28/+22
| * | Set Min/MaxLod with glTexParameterf, not glTexParameteriBrian2008-02-151-2/+2
| * | press 0,1,2,etc keys for specific bias valuesBrian2008-02-151-0/+12