draw: rename draw_vs_varient.c to draw_vs_variant.c
[mesa.git] / src / gallium / winsys /
2011-06-07 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-06-06 Dave Airlier600g: optimise the draw emission packets for r600/eg
2011-06-06 Dave Airlier600g: use an enabled list to track enabled blocks.
2011-06-06 Dave Airlier600g/winsys: overhaul resource range/blocks.
2011-06-06 Dave Airlier600g: split out block init
2011-06-06 Dave Airlier600g: move resource setting to its own structures.
2011-06-06 Dave Airlier600g: only call bo loop if nbos is positive.
2011-06-06 Dave Airlier600g: don't need to call the packet dirty function...
2011-06-02 Dave Airlier600g: work out range/block etc at state build time.
2011-06-02 Dave Airlier600g: migrate macros from r600_priv.h to r600.h
2011-06-02 Dave Airlier600g: remote ctx arg to block/range macros.
2011-06-02 Dave Airlier600g: avoid copying unnecessary pieces of a block.
2011-06-02 Dave Airlier600g: force new evergreen blocks for large range.
2011-05-31 Alex Deucherr600g: add llano support
2011-05-31 Alex Deucherr600g: cs init fixes
2011-05-31 Dave Airlier600g: add context control to start of CS
2011-05-31 Dave Airlier600g: don't emit color blend register on original...
2011-05-25 Dave Airlier600g: add initial cayman acceleration support.
2011-05-24 Dave Airlier600g: flush the DB dest base as well.
2011-05-18 Dave Airlier600g: bump domain selection up one layer.
2011-05-15 Dave Airlier600g: reduce flushes so only when texture and CB overlap.
2011-05-15 Marek Olšákr300g: dynamically ask for and release Hyper-Z access
2011-05-13 Dave Airlier600g: don't unmap if we haven't mapped
2011-05-12 Dave Airlier600g: use a local var to store pointer to which regist...
2011-05-12 Dave Airlier600g: make range/block act more like a page table
2011-05-12 Dave Airlier600g: reduce r600_reg footprint
2011-05-12 Dave Airlier600g: reduce memory usage from range/block hash table.
2011-05-12 Dave Airlier600g: delay mapping until first map request. (v2)
2011-05-11 Alex Deucherr600g: fix flushes on rs780/rs880
2011-05-10 José Fonsecasvga/drm: Implement svga_winsys_screen::get_hw_version.
2011-05-06 Alex Deucherr600g: avoid recursion in rv670 flush workaround
2011-05-06 Kostas GeorgiouAdd pci id for FirePro 2270
2011-05-05 Alex Deucherr600g: further r6xx cache flush fixes
2011-05-05 Dave Airlier600g: add rv670 flushing workaround.
2011-05-05 Alex Deucherr600g: fix cache flushes on r6xx
2011-05-04 Dave Airlier600g: do RV6xx base updates inline with state updates.
2011-05-04 Brian Pauli915g: add const qualifier to silence warning
2011-05-03 Alex Deucherr600g: add some new pci ids
2011-04-25 Benjamin Franzkewinsys/wayland: Fix typo in Makefile
2011-04-25 Benjamin Franzkewinsys: Add wayland shm sw winsys
2011-04-24 Marek Olšákr600g: remove some pointless and unused functions
2011-04-24 Marek Olšákr600g: do not reset device to 0 when doing unrelated...
2011-04-20 Alex Deucherr600g: fix userspace fences again
2011-04-19 Fredrik Höglundr600g: don't flush the dest caches on every draw
2011-04-19 Dave Airlier600g: make loop const always flush
2011-04-19 Dave Airlier600g: add dirty tracking to context reg.
2011-04-19 Dave Airlier600g: deinline some large functions.
2011-04-19 Dave Airlier600g: consolidate r600/evergreen code for resource...
2011-04-19 Bas Nieuwenhuizenr600g: don't flush caches if we already did so, even...
2011-04-19 Dave Airlier600g: attempt to avoid emitting resources that are...
2011-04-19 Dave Airlier600g: modify block to only emit the first few dirty...
2011-04-19 Dave Airlier600g: track dirty registers better. (v2)
2011-04-18 Marek Olšákr300g/winsys: rename r300->radeon and do a little cleanup
2011-04-17 Dave Airlier600g: use some loops.
2011-04-17 Dave Airlier600g: consolidate the same piece of cut-n-paste code...
2011-04-08 Marek Olšákr300g: fix crash when adding a new relocation
2011-04-08 Marek Olšákr300g: add 'radeon: ' prefix to error messages in winsys
2011-04-04 Alex Deucherr600g: add some additional ontario pci ids
2011-04-03 Marek Olšákr300g: do not wait for a busy BO if neither GPU nor...
2011-04-03 Marek Olšákr300g: remove unused RADEON_PB_USAGE_CACHE
2011-04-03 Marek Olšákr300g: avoid mapping the same buffer twice
2011-04-03 Marek Olšákr300g: remove the redundant reference counter in radeon_bo
2011-03-29 Fredrik Höglundr600g: implement texture barrier
2011-03-29 Fredrik Höglundr600g: implement the pipe_screen fence functions
2011-03-29 Vinson Leei915g: Fix build.
2011-03-28 Daniel Vetteri915g: use drm ioctl to get pci devid
2011-03-22 Dave Airlier600g: fix bo names causing -35 EDEADLCK
2011-03-14 Alex Deucherr600g: fix logic error in 028987c80362eddd39176628486a4...
2011-03-14 Alex Deucherr600g: emit SURFACE_BASE_UPDATE packet on rv6xx
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-10 Dave Airlier600: don't close fd on failed load
2011-03-09 Vinson Leescons: Fix immediate Python exceptions with SCons on...
2011-03-08 Marek Olšákr300g: decide whether a flush should be asynchronous...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Marek Olšákr300g: require DRM 2.3.0 (kernel 2.6.34)
2011-03-02 Marek Olšákr300g: do not use ioctl thread offloading on single...
2011-03-01 Daniel Vetteri915g: kill relocs accouting
2011-03-01 Dave Airlier600g: add NV_conditional_render support.
2011-03-01 Dave Airlier600g: start using drm minor version to enable things.
2011-02-27 Daniel Vetteri915g/winsys: buffer validation support
2011-02-27 Daniel Vetteri915g: add raw batchbuffer dumping in drm winsys
2011-02-26 Jakob Bornecrantzi915g: Use the same debug env vars in drm and sw winsys
2011-02-26 Jakob Bornecrantzi915g: Use unchecked writes in sw winsys batchbuffer
2011-02-25 Vinson Leescons: Reduce all Cygwin platform names to 'cygwin'.
2011-02-24 Vinson Leescons: Fix Cygwin platform names.
2011-02-24 Jakob Bornecrantzi915g: Use dump function in sw winsys
2011-02-21 Daniel Vetteri915g: add some throttling
2011-02-21 Daniel Vetteri915g: s/bool/boolean/ style-fixup in winsys
2011-02-21 Jakob Bornecrantzi915g: Fix warning
2011-02-21 Vinson Leei915g: s/__func__/__FUNCTION__/
2011-02-20 Daniel Vetteri915g: kill remnants of mmapped batchbuffer support
2011-02-20 Jakob Bornecrantzi915g: Add winsys/i915/sw to scons build
2011-02-20 Jakob Bornecrantzi915g: Fix void ptr arith
2011-02-18 Marek Olšákr300g: fix invalid dereference in winsys
2011-02-16 Marek Olšákr300g: fix a race between CS and SET_TILING ioctls
2011-02-15 Marek Olšákr300g: offload the CS ioctl to another thread
2011-02-15 Marek Olšákr300g: actually implement the is_buffer_busy hook the...
2011-02-15 Marek Olšákr300g: handle interaction between UNSYNCHRONIZED and...
2011-02-15 Marek Olšákr300g: fix a possible race condition when mapping a...
2011-02-14 Marek Olšákr300g: flush CS in bo_map even if we get USAGE_DONTBLOCK
next