aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/dri
Commit message (Expand)AuthorAgeFilesLines
* nouveau: potentially delay buffer destructionBen Skeggs2008-03-211-5/+15
* nouveau: try combining prev and next resources on freeBen Skeggs2008-03-211-12/+17
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-4/+11
* nouveau: create fence object when allocating pushbuf, instead of submitBen Skeggs2008-03-173-10/+11
* nv10.Stephane Marchesin2008-03-153-0/+9
* nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80.Ben Skeggs2008-03-132-7/+36
* nv50: ouch, next_subchannel++ :)Ben Skeggs2008-03-121-1/+1
* nv50: some forgotten changesBen Skeggs2008-03-121-1/+1
* nouveau: another "argh gallium fscks with assert" fixBen Skeggs2008-03-071-1/+2
* nouveau: silence some warningsBen Skeggs2008-03-022-4/+5
* nouveau: fix potential crashBen Skeggs2008-03-021-1/+3
* nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-024-9/+74
* nouveau: turn pushbuf macros into inline functionsBen Skeggs2008-03-027-259/+396
* nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-4/+4
* nouveau: implement pipe_screenBen Skeggs2008-02-292-18/+28
* Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-293-4/+12
|\
| * gallium: implement pipe_screen for softpipe driverBrian2008-02-271-1/+2
| * gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-3/+7
| * intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined.Michel Dänzer2008-02-261-0/+3
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-273-1/+4
|\|
| * gallium/i915: Use hardware rendering, unless INTEL_SP env var is setBrian2008-02-251-1/+2
| * i915: include stdio.hBrian2008-02-221-0/+1
| * i915: include p_debug.h (resolves undefined assert())Brian2008-02-221-0/+1
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-224-18/+73
|\|
| * Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-192-7/+10
| * Simplify makefile boilerplate code.José Fonseca2008-02-191-2/+3
| * Update scons build for new code layout.José Fonseca2008-02-182-8/+57
| * Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-2/+4
* | nouveau: fix potential userbuf crash.Ben Skeggs2008-02-161-4/+6
* | nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1628-0/+3987
|/
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
* Code reorganization: update build.José Fonseca2008-02-155-6/+157
* Code reorganization: move files into their places.José Fonseca2008-02-1522-0/+5149