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
/
drivers
/
svga
/
svga_screen_buffer.c
Age
Commit message (
Expand
)
Author
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-02-22
svga: Upload user buffers only once.
José Fonseca
2010-02-22
svga: Fix the guest offset of piecewise buffer DMAs.
José Fonseca
2010-02-22
svga: Upload the dirty ranges instead of the whole buffer.
José Fonseca
2010-02-22
svga: Break uploads of big buffers into smaller pieces.
José Fonseca
2010-02-22
svga: Note ranges even when there is no hardware buffer around.
José Fonseca
2010-02-22
svga: Further cleanup/comment svga buffer code.
José Fonseca
2010-02-22
svga: Temporarily create a sw vertex buf when failed to create a hw buf.
José Fonseca
2010-02-22
svga: Remove unused buffer download code.
José Fonseca
2010-02-22
svga: Prevent buffer overflow in buffer ranges.
José Fonseca
2010-02-02
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-21
svga: Remove unused variable.
Vinson Lee
2010-01-21
svga: Remove duplicate code.
José Fonseca
2010-01-21
svga: Remove unused code.
José Fonseca
2010-01-21
svga: Don't swap buffers to system memory -- winsys' responsibility.
José Fonseca
2010-01-21
svga: Follow buffer usage semantics properly.
José Fonseca
2010-01-18
svga: Ensure buffer size/alignment is not zero.
José Fonseca
2009-12-04
svga: fix another pipe_reference strict aliasing violation
Roland Scheidegger
2009-11-27
svga: add DEBUG_CACHE option
Keith Whitwell
2009-11-25
svga: try harder to make the cachable flag work
Keith Whitwell
2009-11-24
svga: cache textures as well as buffers
Keith Whitwell
2009-11-17
svga: Add svga driver
Jakob Bornecrantz