summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
| * egl: added eglDestroySurface functionBrian Paul2008-05-301-0/+23
| * egl: fix-up window resizesBrian Paul2008-05-301-0/+4
| * egl: assorted fixes. The code works now.Brian Paul2008-05-301-7/+60
| * egl: added surface_alloc_storage()Brian Paul2008-05-301-1/+38
| * i915: Made batch buffer size much largerJakob Bornecrantz2008-05-303-4/+5
| * i915: Fix extentions not being setJakob Bornecrantz2008-05-301-0/+3
| * egl: new EGL/gallium/softpipe/xlib winsysBrian Paul2008-05-294-0/+832
| * i915: Cleaned up intel_winsys_pipe.cJakob Bornecrantz2008-05-291-37/+39
| * i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz2008-05-291-38/+7
| * i915: Remove last usage of surface_alloc_storageJakob Bornecrantz2008-05-291-30/+1
| * i915: Ops how did that get thereJakob Bornecrantz2008-05-291-1/+1
| * i915: Get up to date with the latest EGL changesJakob Bornecrantz2008-05-291-1/+1
| * i915: DriConfigOptions started complaining on this lineJakob Bornecrantz2008-05-281-2/+2
| * i915: Prepare for tiled private front and back buffersJakob Bornecrantz2008-05-281-2/+24
| * i915: Made vertex submission eaven fasterJakob Bornecrantz2008-05-281-4/+4
| * i915: Made vbuf workJakob Bornecrantz2008-05-281-2/+2
| * Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-0/+14
| |\
| | * xlib: add failure paths for context creationKeith Whitwell2008-05-121-0/+14
| * | i915: Don't segfault on buffer allocation errorJakob Bornecrantz2008-05-281-1/+2
| * | i915: Make EGL_i915 compileJakob Bornecrantz2008-05-281-3/+3
| * | i915: Make EGL_i915 segfault if modesetting is not workingJakob Bornecrantz2008-05-281-1/+4
* | | Merge branch 'gallium-0.1' of ssh://[email protected]/git/nouveau/m...Younes Manton2008-06-082-24/+1
|\ \ \
| * | | nouveau: kill off surface_alloc_storage()Ben Skeggs2008-06-081-23/+0
| * | | nouveau: fix warningBen Skeggs2008-05-301-1/+1
* | | | Initial commit for g3dvl.Younes Manton2008-06-082-0/+267
|/ / /
* | | nouveau: flush pending pushbuf if buffer on validate list at map/delBen Skeggs2008-05-301-0/+8
* | | nouveau: rework buffer validation a bitBen Skeggs2008-05-302-60/+69
* | | nouveau: oops, more tex-surfaces falloutBen Skeggs2008-05-301-1/+2
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-275-5/+8
|\| |
| * | Remove CVS keywords.José Fonseca2008-05-262-2/+0
| * | Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-2649-734/+10723
| |\ \
| * \ \ Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-092-0/+12
| |\ \ \ | | | |/ | | |/|
| * | | gallium: Propagate tex_usage flags down to winsys.José Fonseca2008-05-073-3/+6
| * | | Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-127/+133
| |\ \ \
| * \ \ \ Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-58/+23
| |\ \ \ \
| * | | | | gallium: tex surface checkpointKeith Whitwell2008-05-011-0/+2
* | | | | | nouveau: missed PCI caseBen Skeggs2008-05-251-1/+2
* | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-05-2549-734/+10723
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | i915: Revert accidental changeJakob Bornecrantz2008-05-231-1/+1
| * | | | | i915: Improved vertex buffer performanceJakob Bornecrantz2008-05-231-3/+19
| * | | | | Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-2349-733/+10706
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | i915: Made EGL report the actual modes on the screen/output pairJakob Bornecrantz2008-05-231-2/+14
| | * | | | i915: Make batchbuffers larger.Thomas Hellstrom2008-05-232-2/+2
| | * | | | i915: Use the malloc pool for constant buffers since they don't go to the GPU...Thomas Hellstrom2008-05-232-15/+16
| | * | | | i915: Added EGL winsysJakob Bornecrantz2008-05-1428-0/+7110
| | * | | | i915: Real fix for weird fence leak. Thanks ThomasJakob Bornecrantz2008-04-232-44/+67
| | * | | | i915: Fixed weird fence leak when I915_VBUF=trueJakob Bornecrantz2008-04-221-1/+1
| | * | | | i915: Changed name to i915_dri.soJakob Bornecrantz2008-04-151-1/+1
| | * | | | Removed intel_ioctl it wasn't neededJakob Bornecrantz2008-04-143-179/+1
| | * | | | Fixed memory leakJakob Bornecrantz2008-04-121-0/+1