summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* nouveau: create objnull during channel creationBen Skeggs2008-05-134-9/+9
* nouveau: chipset is a device property, remove from nv/nvc.Ben Skeggs2008-05-136-37/+41
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-051-180/+151
|\
| * gallium: fix warningsBrian Paul2008-05-031-1/+1
| * gallium: code movement (XSHM code)Brian Paul2008-05-021-127/+125
| * gallium: comments, clean-upsBrian Paul2008-05-021-1/+9
| * gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-58/+23
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-301-4/+3
|\|
| * gallium: updated comment in xm_flush_frontbuffer()Brian Paul2008-04-291-4/+3
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-271-1/+9
|\|
| * xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd...Keith Whitwell2008-04-241-1/+9
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-232-1/+21
|\|
| * xlib: shortcircuit no-op makecurrentKeith Whitwell2008-04-221-0/+7
| * xlib: implement SP_NO_RAST env varKeith Whitwell2008-04-221-1/+14
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-151-3/+0
|\|
| * gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul2008-04-091-3/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-041-2/+0
|\|
| * gallium: Only build softpipe driver by default for xlib winsys with scons.Michel Dänzer2008-04-031-2/+0
* | nouveau: create swizzled surface + scaled image objectsBen Skeggs2008-04-043-1/+56
* | nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-044-3/+37
* | nouveau: winsys printf disappeared :)Ben Skeggs2008-04-021-10/+0
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-024-32/+1
|\|
| * scons: Fix test for building dri/intel winsys.Michel Dänzer2008-04-011-1/+1
| * gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-313-31/+0
* | nouveau: adapt to recent gallium changesBen Skeggs2008-03-303-3/+55
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-306-68/+323
|\|
| * If visual is 32bpp, set visual->alphaBits = 8.Brian2008-03-271-0/+8
| * xlib: Fix build error from recent fence changesIan Romanick2008-03-261-3/+3
| * gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-263-12/+48
| * xlib: Add support for MIT-SHM in xlib winsys driverIan Romanick2008-03-254-56/+267
* | nouveau: refcount buffers on validate list.Ben Skeggs2008-03-252-3/+6
* | nouveau: fix infinite wait on space for userbuf.Ben Skeggs2008-03-241-0/+25
* | nouveau: do a retry if initial buffer alloc failsBen Skeggs2008-03-211-2/+7
* | nouveau: use saved fence pointer, not head of unsignalled listBen Skeggs2008-03-211-2/+1
* | 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
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-161-0/+4
|\|
| * gallium: added dummy install targetBrian2008-03-141-0/+4
* | 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
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-131-1/+1
|\|
| * gallium: Fix scons condition for building the xlib winsys.Michel Dänzer2008-03-041-1/+1
* | 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