summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/xlib
Commit message (Collapse)AuthorAgeFilesLines
* trace: Trace pipe_winsys calls.José Fonseca2008-08-091-1/+6
|
* gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul2008-08-071-0/+5
|
* xlib: Integrate with the trace pipe driver.José Fonseca2008-08-072-25/+42
|
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-273-27/+37
| | | | | The chars-per-pixel concept falls apart with compressed and yuv images, where more than one pixel are coded in a single data block.
* scons: Fix i965/xlib build.José Fonseca2008-06-271-1/+6
|
* gallium: additional commentBrian Paul2008-06-061-0/+4
|
* scons: Integrate gdi winsys.José Fonseca2008-06-031-24/+26
| | | | Conditional build of the winsys based on the platform.
* 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
| |
* | 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-072-2/+4
| |
* | 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
|
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-312-21/+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-261-0/+31
| | | | | 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/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-271-1/+3
|
* Cell: implement pipe_screen for cell driverBrian2008-02-271-1/+5
|
* gallium: implement pipe_screen for softpipe driverBrian2008-02-271-1/+2
|
* gallium: general clean-up of xlib winsys MakefileBrian2008-02-191-29/+12
|
* gallium: updated cell buildBrian2008-02-191-9/+10
| | | | | | Building on Ian's Cell build fix. Put libcell.a in the gallium/drivers/cell/ directory. General Makefile clean-up, simplification, updated comments.
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-192-7/+15
|
* Update for llvm -> gallivm rename.José Fonseca2008-02-181-6/+2
|
* Update scons build for new code layout.José Fonseca2008-02-181-0/+28
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-0/+113
| | | | | | | In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files.
* Code reorganization: update build.José Fonseca2008-02-152-4/+4
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-1517-0/+9204
This is in a separate commit to ensure renames are properly preserved.