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
/
include
/
pipe
/
p_inlines.h
Age
Commit message (
Expand
)
Author
2009-08-14
gallium: Always map for READ flag when DISCARD is not set.
José Fonseca
2009-06-30
gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...
José Fonseca
2009-03-04
gallium: Use consistent semantics for map ranges in gallium.
José Fonseca
2009-03-04
gallium: Ensure map ranges are valid.
José Fonseca
2009-03-04
Merge commit 'origin/master' into gallium-map-range
José Fonseca
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-03-03
gallium: Massage the interface to more closely resemble ARB_map_buffer_range
José Fonseca
2009-02-24
gallium: Allow to specify how much will be read / was written in buffer map/u...
José Fonseca
2009-02-24
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-18
gallium: Add pipe_transfer_reference().
Michel Dänzer
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-29
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-20
gallium: Remove the standalone surfaces.
José Fonseca
2008-11-03
gallium: Ensure refcounts of live objects are never zero.
José Fonseca
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-05-02
re-add pipe_surface map/unmap inlines
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-30
gallium: new pipe_buffer alloc/map/unmap/ref wrappers
Brian Paul
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-26
gallium: introduce 'pipe_screen' for context-independent functions
Brian
2008-02-26
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-25
Make the pipe headers C++ friendly.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca