summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib
AgeCommit message (Expand)Author
2008-10-23scons: Don't hardcode any drivers for the xlib winsys, just pick suitable ones.Michel Dänzer
2008-09-19cell: disable XShmPutImage for tiled surface for nowBrian Paul
2008-09-12cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul
2008-09-11cell: fix tile twidding bug seen in the event of multiple expose eventsBrian Paul
2008-09-11gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/Brian Paul
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul
2008-09-08scons: Install libGL.so and respective symlinks.José Fonseca
2008-09-03gallium: do image clipping in xmesa_display_surface_tiled()Brian Paul
2008-09-03cell: move misplaced assertions; put them after ximage is assigned.Brian Paul
2008-09-03Cell: added linux-cell-debug configBrian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-27gallium: call st_finish() in XMesaFlush()Brian Paul
2008-08-26gallium: thread wrapper clean-upBrian Paul
2008-08-25gallium: include u_math.hBrian Paul
2008-08-24gallium: include u_memory.h, u_math.hBrian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-19xlib: Revert destroying pipe_screen (temporary).José Fonseca
2008-08-15xlib: Kill xmesa_surface.José Fonseca
2008-08-14xlib: Use trace usage.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-07gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul
2008-08-07xlib: Integrate with the trace pipe driver.José Fonseca
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-27scons: Fix i965/xlib build.José Fonseca
2008-06-06gallium: additional commentBrian Paul
2008-06-03scons: Integrate gdi winsys.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-12xlib: add failure paths for context creationKeith Whitwell
2008-05-09Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-08xlib: more SP_NO_RAST supportKeith Whitwell
2008-05-07gallium: Propagate tex_usage flags down to winsys.José Fonseca
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-03gallium: fix warningsBrian Paul
2008-05-02gallium: code movement (XSHM code)Brian Paul
2008-05-02gallium: comments, clean-upsBrian Paul
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-01gallium: remove the unused softpipe_winsys codeBrian Paul
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-29gallium: updated comment in xm_flush_frontbuffer()Brian Paul
2008-04-24xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size upd...Keith Whitwell
2008-04-22xlib: shortcircuit no-op makecurrentKeith Whitwell
2008-04-22xlib: implement SP_NO_RAST env varKeith Whitwell
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul
2008-04-03gallium: Only build softpipe driver by default for xlib winsys with scons.Michel Dänzer
2008-03-31gallium: Eliminate p_winsys::printfJosé Fonseca
2008-03-27If visual is 32bpp, set visual->alphaBits = 8.Brian
2008-03-26xlib: Fix build error from recent fence changesIan Romanick
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-25xlib: Add support for MIT-SHM in xlib winsys driverIan Romanick
2008-02-27gallium/i965: implement pipe_screen for i965 driver (untested)Brian