summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-0/+14
|\ | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_pt_varray.c
| * 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
| |
* | Remove CVS keywords.José Fonseca2008-05-262-2/+0
| |
* | Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-2649-734/+10723
|\ \ | | | | | | | | | | | | | | | Conflicts: src/gallium/include/pipe/p_util.h
| * | 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 ↵Thomas Hellstrom2008-05-232-15/+16
| | | | | | | | | | | | GPU directly.
| | * 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
| | |
| | * i915: Added debug counter to bufmgrJakob Bornecrantz2008-04-081-0/+9
| | |
| | * i915: Fixed fence related problemsJakob Bornecrantz2008-04-082-9/+13
| | |
| | * i915: Fixed fence leak in intel_swapbuffers.cJakob Bornecrantz2008-04-081-1/+0
| | |
| | * Added fence counter to fence managerJakob Bornecrantz2008-04-081-0/+5
| | |
| | * Fixed user_buffer memory leakJakob Bornecrantz2008-04-082-2/+3
| | |
| | * i915: Pulled in changes from i915texJakob Bornecrantz2008-04-0723-726/+3712
| | |
* | | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-092-0/+12
|\| |
| * | xlib: more SP_NO_RAST supportKeith Whitwell2008-05-082-0/+12
| | | | | | | | | | | | | | | For some resaon normal (non-display-buffer) buffers are being allocated through Xshm... Bypass at least for SP_NO_RAST
* | | 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
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_atom_sampler.c src/mesa/state_tracker/st_cb_texture.c
| * | 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
| | |
* | | Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-58/+23
|\| |
| * | gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-58/+23
| | | | | | | | | | | | The struct is still there though until all winsys layers are updated
* | | gallium: tex surface checkpointKeith Whitwell2008-05-011-0/+2
|/ /
* | gallium: updated comment in xm_flush_frontbuffer()Brian Paul2008-04-291-4/+3
| |
* | xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size ↵Keith Whitwell2008-04-241-1/+9
| | | | | | | | updates fail
* | xlib: shortcircuit no-op makecurrentKeith Whitwell2008-04-221-0/+7
| |
* | xlib: implement SP_NO_RAST env varKeith Whitwell2008-04-221-1/+14
| |
* | gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul2008-04-091-3/+0
|/
* gallium: Only build softpipe driver by default for xlib winsys with scons.Michel Dänzer2008-04-031-2/+0
|
* 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
| | | | Not convenient and almost not used at all. Better replacements in p_debug.h
* If visual is 32bpp, set visual->alphaBits = 8.Brian2008-03-271-0/+8
| | | | | This works since we always use XImages for color buffers. It wouldn't always work for Windows/Pixmaps.
* 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
| | | | | The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it.
* xlib: Add support for MIT-SHM in xlib winsys driverIan Romanick2008-03-254-56/+267
| | | | | | Gives about a 3% performance increase in gears on x86-64 (non-tiled) and about 10% performance increase in gears on Cell (tiled). I actually expected more of a boost. :(
* gallium: added dummy install targetBrian2008-03-141-0/+4
|
* gallium: Fix scons condition for building the xlib winsys.Michel Dänzer2008-03-041-1/+1
|
* gallium/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-271-1/+3
|