aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* debug: add noprefix version of debug_dump_enumKeith Whitwell2009-01-172-0/+31
* xlib: don't explicitly create the pipe_winsys structKeith Whitwell2009-01-174-19/+53
* xlib: don't explicitly create the pipe_winsys structKeith Whitwell2009-01-172-16/+2
* xlib: split off cell to its own backendKeith Whitwell2009-01-135-245/+467
* xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell2009-01-1311-211/+131
* dri: make dri_display_surface staticKeith Whitwell2009-01-122-6/+1
* dri: pull dri_swapbuffers.c into dri_drawable.cKeith Whitwell2009-01-126-346/+370
* dri: rename dri1 directoryKeith Whitwell2009-01-129-0/+0
* dri: sketch of new device-independent glx/dri state trackerKeith Whitwell2009-01-129-0/+1217
* Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-1167-3722/+1586
|\
| * cell: use tgsi_dump_instruction() instead of spe_comment()Brian Paul2009-01-101-101/+25
| * gallium: use tgsi_dump_instruction() instead of ppc_comment()Brian Paul2009-01-101-84/+7
| * gallium: remove unused struct typeBrian Paul2009-01-101-8/+0
| * gallium: fix register clobber bug in TGSI->PPC codegenBrian Paul2009-01-101-10/+41
| * gallium: emit comments in TGSI->PPC codegenBrian Paul2009-01-101-2/+90
| * gallium: code to dump/debug PPC code (disabled)Brian Paul2009-01-101-0/+5
| * gallium: added comment/annotation support to PPC rtasmBrian Paul2009-01-102-62/+187
| * cell: added rule to produce .s assembly filesBrian Paul2009-01-101-0/+3
| * gallium: s/false/FALSE/Brian Paul2009-01-101-1/+1
| * nouveau: Update nv30 swizzling.Younes Manton2009-01-102-9/+10
| * nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton2009-01-1044-922/+927
| * g3dvl: Use Gallium thread wrappers.Younes Manton2009-01-101-4/+4
| * g3dvl: Use Gallium MALLOC wrappers.Younes Manton2009-01-107-25/+28
| * g3dvl: Get rid of old unbuffered motion compensation code.Younes Manton2009-01-104-2365/+1
| * g3dvl: Map vertex bufs once per frame/flush.Younes Manton2009-01-101-36/+48
| * nouveau: Catch some more leaks.Younes Manton2009-01-102-0/+3
| * g3dvl: Allocate one set of bufs, let winsys rename them as necessary.Younes Manton2009-01-102-158/+178
| * nouveau: Add busy() query, determines if BOs can be mapped immediately.Younes Manton2009-01-102-0/+37
| * nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton2009-01-104-5/+4
| * g3dvl: Expand YCbCr to full RGB range by default.Younes Manton2009-01-101-1/+1
| * g3dvl: Flag textures holding incoming data as dynamic.Younes Manton2009-01-101-1/+1
| * nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton2009-01-105-8/+17
| * gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.Younes Manton2009-01-101-0/+1
| * nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton2009-01-102-24/+69
| * draw: Add missing include.José Fonseca2009-01-091-0/+2
* | xlib: move state tracker to glx/xlibKeith Whitwell2009-01-0912-6/+31
* | xlib: disable more cell calls when GALLIUM_CELL not definedKeith Whitwell2009-01-091-0/+4
* | xlib: strip out some CI and overlay supportKeith Whitwell2009-01-091-167/+87
* | xlib: strip out some overlay supportKeith Whitwell2009-01-091-318/+6
* | xlib: strip out glXAllocateMemoryNV & friendsKeith Whitwell2009-01-093-108/+0
* | xlib: combine and eliminate some header filesKeith Whitwell2009-01-097-231/+145
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-0935-856/+1227
|\|
| * gdi: Add newline at end of file.José Fonseca2009-01-081-1/+1
| * gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-0810-15/+14
| * draw: Predeclare struct.José Fonseca2009-01-081-1/+2
| * Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca2009-01-084-8/+35
| |\
| | * wgl: Do not provide DllMain inside the state tracker.José Fonseca2009-01-061-1/+16
| | * gdi: Fix warning.José Fonseca2009-01-061-1/+1
| | * gallium: added centroid/invarient fields to declarationsBrian Paul2009-01-062-0/+8
| | * tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul2009-01-063-1/+13