summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: use align() intead of round_up()Brian Paul2009-01-191-12/+2
* Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-192-0/+510
|\
| * xlib: fix compilation after xmesa header movesKeith Whitwell2009-01-195-3/+513
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-1926-1563/+873
|\|
| * nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton2009-01-181-0/+15
| * i915: Build gem and egl winsys by defaultJakob Bornecrantz2009-01-191-1/+1
| * i915: Make gem submit commandsJakob Bornecrantz2009-01-192-5/+22
| * i915: Use new egl state_trackerJakob Bornecrantz2009-01-1814-1552/+86
| * i915: Update gem backend a bitJakob Bornecrantz2009-01-183-13/+25
| * intel: Add a none working GEM backend for intelJakob Bornecrantz2009-01-149-0/+752
| * nouveau: fix warningBen Skeggs2009-01-121-1/+1
| * nouveau: return buffer map to something sane.Ben Skeggs2009-01-121-20/+0
| * nouveau: use usage, not uninitialised flags value...Ben Skeggs2009-01-121-1/+1
* | xlib: don't explicitly create the pipe_winsys structKeith Whitwell2009-01-174-19/+53
* | 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-138-191/+96
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-1145-959/+1079
|\|
| * nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton2009-01-1043-917/+922
| * g3dvl: Use Gallium thread wrappers.Younes Manton2009-01-101-4/+4
| * nouveau: Catch some more leaks.Younes Manton2009-01-101-0/+2
| * g3dvl: Allocate one set of bufs, let winsys rename them as necessary.Younes Manton2009-01-101-18/+46
| * 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-102-2/+2
| * nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton2009-01-102-2/+4
| * nouveau: Swizzle textures larger than nv04 SIFM limit in parts.Younes Manton2009-01-101-22/+68
* | xlib: move state tracker to glx/xlibKeith Whitwell2009-01-091-3/+3
* | xlib: disable more cell calls when GALLIUM_CELL not definedKeith Whitwell2009-01-091-0/+4
* | xlib: combine and eliminate some header filesKeith Whitwell2009-01-091-4/+3
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-092-3/+18
|\|
| * gdi: Add newline at end of file.José Fonseca2009-01-081-1/+1
| * wgl: Do not provide DllMain inside the state tracker.José Fonseca2009-01-081-1/+16
| * gdi: Fix warning.José Fonseca2009-01-081-1/+1
| * gdi: Remove accidental keypresses.José Fonseca2008-12-301-1/+1
* | cell: fix breakage from xlib re-orgBrian Paul2009-01-083-1/+9
* | gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-0824-7957/+753
|/
* gdi: Cleanup sconsfile.José Fonseca2008-12-221-5/+9
* cell: fix build breakageBrian Paul2008-12-191-0/+4
* winsys: fix depth buffer size when using stencilBrian Paul2008-12-171-0/+3
* Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-6/+0
|\
| * gdi: Reimplement using the WGL statetracker.José Fonseca2008-12-127-2464/+352
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-12-101-2/+2
|\|
| * gallium: restore default_depth_bits() call in xlib winsysBrian Paul2008-12-101-2/+2
* | nouveau: Calc pitch for swizzled textures appropriately.Younes Manton2008-12-021-1/+4
* | nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton2008-12-021-2/+1
* | nouveau: nv04-nv40 linear <-> swizzled conversion.Younes Manton2008-12-021-73/+78
* | Nouveau: minor winsys API fixPekka Paalanen2008-11-301-1/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-11-251-0/+6
|\|
| * scons: Support MinGW32 cross compiler.José Fonseca2008-11-201-0/+6
| * i915: Remove faulty assertJakob Bornecrantz2008-11-051-1/+0
* | gdi: Reimplement using the WGL statetracker.José Fonseca2008-11-217-2464/+352