summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/radeon
AgeCommit message (Expand)Author
2011-06-17Merge branch 'r300' into hhienvsa_r300PFO
2011-06-15[Radeon] r300: uses Android's mmap routine, as in r600Hugues Hiegel
2011-06-15[Radeon] r300: uses Android's mmap as done in r600PFO
2011-05-31Adds support for r300 [experimental/tbd]pfo
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák
2011-03-02r300g: require DRM 2.3.0 (kernel 2.6.34)Marek Olšák
2011-03-02r300g: do not use ioctl thread offloading on single-core machinesMarek Olšák
2011-02-19r300g: fix invalid dereference in winsysMarek Olšák
2011-02-16r300g: fix a race between CS and SET_TILING ioctlsMarek Olšák
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-01-31scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee
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-08r300g: rework command submission and resource space checkingMarek Olšák
2010-12-23r300g: Remove unnecessary header.Vinson Lee
2010-12-22r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák
2010-12-05r300g: cleanup winsysMarek Olšák
2010-12-03r300g: use internal BO handle for add_buffer and write_relocMarek Olšák
2010-11-25r300g/r600g: bump cache manager timeouts to 1sDave Airlie
2010-11-23gallium/egl: fix r300 vs r600 loadingAlex Deucher
2010-09-26radeong: fix leaksJoakim Sindholt
2010-09-24r300g: make accessing map_list and buffer_handles thread-safeMarek Olšák
2010-09-24r300g: fixup long-lived BO maps being incorrectly unmapped when flushingMarek Olšák
2010-09-15r300g: fix buffer reuse issue caused by previous commitDave Airlie
2010-09-15r300g: prevent creating multiple winsys BOs for the same handleMarek Olšák
2010-09-13r300g: fix map_bufferMarek Olšák
2010-09-12pb: add void * for flush ctx to mapping functionsDave Airlie
2010-08-14r300g: Remove unnecessary header.Vinson Lee
2010-08-08r300g: generalize the way we ask for hyperzMarek Olšák
2010-08-06r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák
2010-08-05r300g: debug_print on startup whether we can use hyper-zMarek Olšák
2010-08-05r300g: implement hyper-z support. (v4)Dave Airlie
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák
2010-07-16r300g: do not make copies of constant buffers, emit them directlyMarek Olšák
2010-07-16r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák
2010-07-10r300g: do not print a rejected CS if RADEON_DUMP_CS is not setMarek Olšák
2010-07-08r300g: store/return the stride for winsys_handle in winsysMarek Olšák