summaryrefslogtreecommitdiff
path: root/src/gallium/winsys
AgeCommit message (Expand)Author
2011-02-15r300g: offload the CS ioctl to another threadMarek Olšák
2011-02-15r300g: actually implement the is_buffer_busy hook the right wayMarek Olšák
2011-02-15r300g: handle interaction between UNSYNCHRONIZED and DONTBLOCK flags in bo_mapMarek Olšák
2011-02-15r300g: fix a possible race condition when mapping a bufferMarek Olšák
2011-02-14r300g: flush CS in bo_map even if we get USAGE_DONTBLOCKMarek Olšák
2011-02-14r300g: implement pb_manager::is_buffer_busyMarek Olšák
2011-02-13r300g: fixup the handle_compare functionMarek Olšák
2011-02-12r300g: typecast void* to unsigned correctlyMarek Olšák
2011-02-12r300g: improve function radeon_bo_is_referenced_by_csMarek Olšák
2011-02-11r300g: remove unused function prototypes, update copyrightMarek Olšák
2011-02-11r300g: plug a memory leak in winsysMarek Olšák
2011-02-11r300g: remove unneeded code in winsysMarek Olšák
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák
2011-02-08r600g: silence a few valgrind warningsBrian Paterni
2011-02-03r600g: Make some more things static.Henri Verbeet
2011-02-03svga/drm: Flushing preemptively on a 1/3 of the aperture.José Fonseca
2011-02-03svga/drm: Update for pb_vtbl::map argument addition.José Fonseca
2011-02-01r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie
2011-02-01r600g: start looking at evergreen tiling.Dave Airlie
2011-01-31scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee
2011-01-31r600g: fix eg OQ properly.Dave Airlie
2011-01-31r600g: fix OQ on evergreenAlex Deucher
2011-01-31r600g: fix occlusion query results.Dave Airlie
2011-01-27r300g: print driver info if RADEON_DEBUG=infoMarek Olšák
2011-01-27r300g: add winsys flag CAN_AACOMPRESSMarek Olšák
2011-01-27r300g: rename flag squaretiling -> drm_2_1_0Marek Olšák
2011-01-25r600g: Implement timer queries.Mathias Fröhlich
2011-01-25r600g: Implement asyncronous query results.Mathias Fröhlich
2011-01-25r600g: Fix meaning of num_results for queries.Mathias Fröhlich
2011-01-25fix potential leak in r600_context_initTim Wiederhake
2011-01-25silences some valgrind warningsTim Wiederhake
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2011-01-15r600g: Remove the redundant radeon_new() prototype.Henri Verbeet
2011-01-11r600g: move user fence into base radeon structureJerome Glisse
2011-01-09i965g: update disassembler code from classic.Dave Airlie
2011-01-08r300g: rework command submission and resource space checkingMarek Olšák
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2011-01-04Merge remote branch 'origin/nvc0'Christoph Bumiller
2010-12-19Merge remote branch 'origin/master' into nvc0-newChristoph Bumiller
2010-12-16svga: Remove debug print in winsysJakob Bornecrantz
2010-12-16wrapper: Flush pipe on unmapJakob Bornecrantz
2010-12-16wrapper: Fix width and height given to map and remove uneeded fieldsJakob Bornecrantz
2010-12-23r300g: Remove unnecessary header.Vinson Lee
2010-12-22r600g: r600_new() and r600_delete() are unused.Henri Verbeet
2010-12-22r600g: remove useless switch statementsAlex Deucher
2010-12-22r600g: drop unused code in evergreen.Dave Airlie
2010-12-22r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák
2010-12-10r600g: fix bo size when creating bo from handleJerome Glisse
2010-12-09r600g: Fix SCons build.Vinson Lee
2010-12-09r600g: avoid using pb* helper we are loosing previous cpu cycle with itJerome Glisse