index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
winsys
/
radeon
/
drm
/
radeon_drm_buffer.c
Age
Commit message (
Expand
)
Author
2010-09-24
r300g: make accessing map_list and buffer_handles thread-safe
Marek Olšák
2010-09-24
r300g: fixup long-lived BO maps being incorrectly unmapped when flushing
Marek Olšák
2010-09-15
r300g: fix buffer reuse issue caused by previous commit
Dave Airlie
2010-09-15
r300g: prevent creating multiple winsys BOs for the same handle
Marek Olšák
2010-09-13
r300g: fix map_buffer
Marek Olšák
2010-09-12
pb: add void * for flush ctx to mapping functions
Dave Airlie
2010-07-25
r300g: reject resources from handles which are not large enough
Marek Olšák
2010-07-16
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-07-10
r300g: do not print a rejected CS if RADEON_DUMP_CS is not set
Marek Olšák
2010-06-30
r300g: move one flush from winsys to the context
Marek Olšák
2010-06-20
r300g: cleanup buffer_{from, get}_handle
Marek Olšák
2010-06-02
r300g: use r300_buffer_domain everywhere
Marek Olšák
2010-06-02
r300g: let the driver determine the GEM domain for buffer_create
Marek Olšák
2010-05-16
r300g: expose radeon_bo_wait to the driver
Marek Olšák
2010-05-02
r300g: cache tiling flags to reduce the number of DRM calls
Marek Olšák
2010-04-18
r300g: do not tell st that a buffer is referenced by hw
Marek Olšák
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-03
r300g: fix color tiling for buffer from X server.
Dave Airlie
2010-03-24
gallium: Reorg winsys directories
Jakob Bornecrantz