summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* i915g: pwrite batchbuffer instead of mapJakob Bornecrantz2009-09-091-3/+18
* i915g: Map vertex buffers via gttJakob Bornecrantz2009-09-091-0/+1
* i915g: Remove lib prefix from driverJakob Bornecrantz2009-09-091-1/+2
* gdi: Fix prototype of gdi_softpipe_surface_buffer_create().Michal Krol2009-09-081-0/+1
* r300g: Fix some issues pointed out by compiler warnings.Michel Dänzer2009-09-063-15/+19
* r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.Michel Dänzer2009-09-061-2/+5
* gallium/xlib: silence uninitialized var warningBrian Paul2009-09-031-1/+1
* i915g: Up the number of relocsJakob Bornecrantz2009-09-031-1/+1
* i915g: Don't run in sync with HWJakob Bornecrantz2009-09-031-4/+7
* st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2009-09-022-16/+4
* scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca2009-09-011-6/+6
* i915g: Implement new winsysJakob Bornecrantz2009-09-0116-1036/+714
* nouveau: fix for dri state tracker changesBen Skeggs2009-08-311-76/+53
* nouveau: hack winsys to compile again, it's broken still howeverBen Skeggs2009-08-311-0/+4
* xlib: Implement lp_winsys::destroy.José Fonseca2009-08-301-0/+9
* xlib: Implement llvmpipe lp_winsys interface.José Fonseca2009-08-291-206/+144
* xlib: Update llvmpipe integration for changes in master.José Fonseca2009-08-291-0/+1
* llvmpipe: add missing break in xlib _init()Brian Paul2009-08-291-0/+1
* llvmpipe: Allow to build without udis86.José Fonseca2009-08-291-1/+1
* llvmpipe: Disassemble generated x86 code.José Fonseca2009-08-291-0/+8
* xlib: Complete llvmpipe integration.José Fonseca2009-08-293-1/+11
* xlib: Integrate with llvmpipe.José Fonseca2009-08-291-0/+513
* i915g: Don't forget to init buffer ptrsJakob Bornecrantz2009-08-281-2/+2
* r300g: pretty up the new drm code a bitJoakim Sindholt2009-08-281-7/+7
* r300g: support new drm_apiJoakim Sindholt2009-08-282-20/+49
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-283-63/+92
* st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz2009-08-282-2/+2
* egl_softpipe: Make winsys and pipe screen per display.Chia-I Wu2009-08-262-27/+77
* xlib: fix single buffer window resize bugBrian Paul2009-08-241-0/+1
* i915g: Remove bad assert on fenceJakob Bornecrantz2009-08-221-3/+0
* egl_softpipe: Do not flush unlinked context.Chia-I Wu2009-08-211-3/+8
* radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson2009-08-181-6/+5
* radeon-gallium: Stop using outdated ioctls.Corbin Simpson2009-08-181-11/+3
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-181-2/+20
* egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul2009-08-181-2/+2
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-10/+26
* egl: Overhaul driver API.Chia-I Wu2009-08-181-95/+59
* gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer2009-08-131-1/+3
* gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* gallium/egl: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* gallium/xlib: add missing tex_usage parameterBrian Paul2009-08-111-0/+1
* i915g: Reduce max relocsJakob Bornecrantz2009-08-121-1/+1
* i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz2009-08-111-2/+38
* i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz2009-08-081-1/+0
* i915g: Compile with sconsJakob Bornecrantz2009-08-061-1/+4
* i915g: Always run in sync with the HWJakob Bornecrantz2009-08-061-0/+4
* i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz2009-08-061-1/+1
* i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz2009-08-063-11/+27
* egl_softpipe: Add support for pbuffer binding.Chia-I Wu2009-08-051-0/+84
* egl_softpipe: Flush when switching current context.Chia-I Wu2009-08-051-0/+4