summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * gallium: Import Dennis Smit cpu detection code.José Fonseca2008-03-102-0/+584
| * gallium: WinCE portability fixes.José Fonseca2008-03-106-6/+24
| * gallium: avoid deleting currently-bound CSO's on cache destructionKeith Whitwell2008-03-091-10/+24
| * draw: cope with binding NULL vertex shader (on context delete, for instance)Keith Whitwell2008-03-091-5/+12
| * cso: fix line endingsKeith Whitwell2008-03-091-340/+340
| * cso: Use MALLOCKeith Whitwell2008-03-091-6/+6
| * cso: add a higher-level interface which does all pipe interactions to set a g...Keith Whitwell2008-03-094-0/+427
| * gallium: add some commonly implemented bits of hw stateKeith Whitwell2008-03-091-1/+3
| * scons: Ensure the paths to the WINDDK's executables are found before the MSVC...José Fonseca2008-03-091-21/+19
| * gallium: Document debug_printf usage.José Fonseca2008-03-082-1/+16
| * gallium: Surround externs with extern "C".Michal Krol2008-03-061-6/+12
| * gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-0525-2449/+2561
| * gallium: Use custom vsnprintf in WINDDK.José Fonseca2008-03-053-1/+1502
| * scons: Preliminary code for quieting command lines.José Fonseca2008-03-052-6/+28
| * draw: dont' compute clipmask or apply viewport when not clipping (rename bypa...Keith Whitwell2008-03-041-14/+24
| * gallium: Add missing file for scons build.Michel Dänzer2008-03-041-0/+1
| * gallium: Fix scons condition for building the xlib winsys.Michel Dänzer2008-03-041-1/+1
| * gallium: Make scons build gallivm before other auxiliary modules.Michel Dänzer2008-03-041-3/+3
| * gallium: Only use C++ compiler for linking when using LLVM.Michel Dänzer2008-03-041-3/+1
| * scons: Force C++ linkage.José Fonseca2008-03-041-1/+4
| * scons: Make command line arguments effective again.José Fonseca2008-03-032-8/+3
| * win32: don't prepend all debug with gallium3dKeith Whitwell2008-03-031-1/+1
| * draw: add fetch for bgra ubyte surfacesKeith Whitwell2008-03-031-15/+29
| * gallium: remove obsolete commentKeith Whitwell2008-03-031-2/+0
| * gallium: document user_buffer_create a littleKeith Whitwell2008-03-031-4/+27
| * refactor code calling builtins and implement dp4Zack Rusin2008-03-014-27/+116
| * make the first builtin work (dp3)Zack Rusin2008-03-012-18/+33
| * start implementing start of bultinsZack Rusin2008-03-019-67/+239
* | nouveau: update to latest nouveau_class.hStephane Marchesin2008-03-131-2/+3
* | nv30: debug dumps vp constantsPatrice Mandin2008-03-121-4/+8
* | nouveau: update to latest reg header.Stephane Marchesin2008-03-121-8/+8
* | nv30: line up the miptree creation to latest changes.Stephane Marchesin2008-03-121-14/+16
* | nv30: silence some warningsPatrice Mandin2008-03-113-3/+3
* | nv50: start on fb stateBen Skeggs2008-03-123-0/+99
* | nv50: rasterizer stateobjBen Skeggs2008-03-123-1/+129
* | nv50: scissor/viewport/blend colour/stippleBen Skeggs2008-03-123-2/+75
* | nv50: depth_stencil_alpha stateobjBen Skeggs2008-03-123-2/+80
* | nv50: ouch, next_subchannel++ :)Ben Skeggs2008-03-121-1/+1
* | nv50: crappy state validate/emit functionBen Skeggs2008-03-124-0/+25
* | nv50: create blend stateobjBen Skeggs2008-03-123-1/+86
* | nv50: convert to hwctx-in-screen as nv40 isBen Skeggs2008-03-125-63/+67
* | nv50: some forgotten changesBen Skeggs2008-03-123-17/+32
* | nv30: put the card into vtxprog mode + small cleanups/fixesBen Skeggs2008-03-102-117/+10
* | nouveau: another "argh gallium fscks with assert" fixBen Skeggs2008-03-071-1/+2
* | nv30: a couple of vtxprog fixesBen Skeggs2008-03-062-4/+15
* | nv40: re-do vtxbuf format codeBen Skeggs2008-03-031-29/+50
* | nv40: nuke debugBen Skeggs2008-03-021-2/+0
* | nouveau: silence some warningsBen Skeggs2008-03-022-4/+5
* | nouveau: fix potential crashBen Skeggs2008-03-021-1/+3
* | Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-021-3/+10
|\ \