summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2009-09-09i915g: Add buffer write callbackJakob Bornecrantz
2009-09-09i915g: pwrite batchbuffer instead of mapJakob Bornecrantz
2009-09-09i915g: Map vertex buffers via gttJakob Bornecrantz
2009-09-09i915g: Remove lib prefix from driverJakob Bornecrantz
2009-09-08gdi: Fix prototype of gdi_softpipe_surface_buffer_create().Michal Krol
2009-09-06r300g: Fix some issues pointed out by compiler warnings.Michel Dänzer
2009-09-06r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.Michel Dänzer
2009-09-03gallium/xlib: silence uninitialized var warningBrian Paul
2009-09-03i915g: Up the number of relocsJakob Bornecrantz
2009-09-03i915g: Don't run in sync with HWJakob Bornecrantz
2009-09-02st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer
2009-09-01scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca
2009-09-01i915g: Implement new winsysJakob Bornecrantz
2009-08-31nouveau: fix for dri state tracker changesBen Skeggs
2009-08-31nouveau: hack winsys to compile again, it's broken still howeverBen Skeggs
2009-08-30xlib: Implement lp_winsys::destroy.José Fonseca
2009-08-29xlib: Implement llvmpipe lp_winsys interface.José Fonseca
2009-08-29xlib: Update llvmpipe integration for changes in master.José Fonseca
2009-08-29llvmpipe: add missing break in xlib _init()Brian Paul
2009-08-29llvmpipe: Allow to build without udis86.José Fonseca
2009-08-29llvmpipe: Disassemble generated x86 code.José Fonseca
2009-08-29xlib: Complete llvmpipe integration.José Fonseca
2009-08-29xlib: Integrate with llvmpipe.José Fonseca
2009-08-28i915g: Don't forget to init buffer ptrsJakob Bornecrantz
2009-08-28r300g: pretty up the new drm code a bitJoakim Sindholt
2009-08-28r300g: support new drm_apiJoakim Sindholt
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz
2009-08-28st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz
2009-08-26egl_softpipe: Make winsys and pipe screen per display.Chia-I Wu
2009-08-24xlib: fix single buffer window resize bugBrian Paul
2009-08-22i915g: Remove bad assert on fenceJakob Bornecrantz
2009-08-21egl_softpipe: Do not flush unlinked context.Chia-I Wu
2009-08-18radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson
2009-08-18radeon-gallium: Stop using outdated ioctls.Corbin Simpson
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-08-18egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-13gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul
2009-08-11gallium/egl: add missing tex_usage parameterBrian Paul
2009-08-11gallium/xlib: add missing tex_usage parameterBrian Paul
2009-08-12i915g: Reduce max relocsJakob Bornecrantz
2009-08-11i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz
2009-08-08i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz
2009-08-06i915g: Compile with sconsJakob Bornecrantz
2009-08-06i915g: Always run in sync with the HWJakob Bornecrantz
2009-08-06i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz
2009-08-06i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz
2009-08-05egl_softpipe: Add support for pbuffer binding.Chia-I Wu