r600g: only call bo loop if nbos is positive.
[mesa.git] / src / gallium / winsys / r600 /
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-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-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-03 Alex Deucherr600g: add some new pci ids
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-17 Dave Airlier600g: use some loops.
2011-04-17 Dave Airlier600g: consolidate the same piece of cut-n-paste code...
2011-04-04 Alex Deucherr600g: add some additional ontario pci ids
2011-03-29 Fredrik Höglundr600g: implement texture barrier
2011-03-29 Fredrik Höglundr600g: implement the pipe_screen fence functions
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-04 Christoph BumillerMerge remote branch 'origin/nvc0'
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-08 Brian Paternir600g: silence a few valgrind warnings
2011-02-03 Henri Verbeetr600g: Make some more things static.
2011-02-01 Dave Airlier600g: align the tiling modes with what the DDX and...
2011-02-01 Dave Airlier600g: start looking at evergreen tiling.
2011-01-31 Vinson Leescons: Gracefully handle pkg-config errors with libdrm_...
2011-01-31 Dave Airlier600g: fix eg OQ properly.
2011-01-31 Alex Deucherr600g: fix OQ on evergreen
2011-01-31 Dave Airlier600g: fix occlusion query results.
2011-01-25 Mathias Fröhlichr600g: Implement timer queries.
2011-01-25 Mathias Fröhlichr600g: Implement asyncronous query results.
2011-01-25 Mathias Fröhlichr600g: Fix meaning of num_results for queries.
2011-01-25 Tim Wiederhakefix potential leak in r600_context_init
2011-01-25 Tim Wiederhakesilences some valgrind warnings
2011-01-18 Henri Verbeetr600g: Kill trailing whitespace.
2011-01-15 Henri Verbeetr600g: Remove the redundant radeon_new() prototype.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Jerome Glisser600g: move user fence into base radeon structure
2011-01-06 Alex Deucherr600g: add support for NI (Northern Islands) GPUs
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-22 Henri Verbeetr600g: r600_new() and r600_delete() are unused.
2010-12-22 Alex Deucherr600g: remove useless switch statements
2010-12-22 Dave Airlier600g: drop unused code in evergreen.
2010-12-10 Jerome Glisser600g: fix bo size when creating bo from handle
2010-12-09 Vinson Leer600g: Fix SCons build.
2010-12-09 Jerome Glisser600g: avoid using pb* helper we are loosing previous...
2010-12-07 Jerome Glisser600g: fix userspace fence against lastest kernel
2010-12-06 Jerome Glisser600g: remove useless flush map
2010-12-05 Henri Verbeetr600g: Cleanup block bo references in r600_context_fini().
2010-12-03 Jerome Glisser600g: more indentation fix + warning silencing + dead...
2010-11-24 Dave Airlier300g/r600g: bump cache manager timeouts to 1s
2010-11-22 Alex Deucherr600g: add support for ontario APUs
2010-11-22 Alex Deucherr600g: fix some winsys functions to deal properly with...
2010-11-22 Alex Deucherr600g: fix additional EVENT_WRITE packet
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Jerome Glisser600g: add fetch shader capabilities
2010-11-19 Alex Deucherr600g: All EVENT_WRITE packets need the EVENT_INDEX...
2010-11-19 Jerome Glisser600g: fix occlusion query on evergreen (avoid lockup)
2010-11-18 Alex Deucherr600g: fix buffer alignment
2010-11-15 Henri Verbeetr600g: Cleanup the fenced_bo list in r600_context_fini().
2010-11-10 Jerome Glisser600g: allow driver to work without submitting cmd...
2010-11-10 Keith Whitwellws/r600: match bo_busy shared/fence logic in bo_wait
2010-11-08 Benjamin Franzker600g: implement texture_get_handle (needed for eglExpo...
2010-11-03 Keith Whitwellr600g: set hardware pixel centers according to gl_raste...
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-11-02 Tilman Sauerbeckr600g: Fixed two memory leaks in winsys.
next