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_screen.h
Age
Commit message (
Expand
)
Author
2010-05-21
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-17
gallium: another interface change for multisampling
Roland Scheidegger
2010-05-14
gallium: remove forward declarations of non-existent objects
Marek Olšák
2010-05-12
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
2010-04-26
gallium: interface changes for multisampling
Roland Scheidegger
2010-04-22
gallium: use better param name
Brian Paul
2010-04-13
gallium: Remove pipe_screen::update_buffer.
Chia-I Wu
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-10
gallium: Do not mix winsys-drawable-handle and context-private.
Chia-I Wu
2010-03-09
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-01
gallium: Expose a opaque winsys handle and functions on pipe_screen
Jakob Bornecrantz
2010-02-24
gallium: comment/document usage flags
Brian Paul
2010-02-08
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-01-11
st/dri: update dri2 drawables when viewport is changed
Ben Skeggs
2009-09-27
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
Younes Manton
2009-08-11
gallium: Add texture usage information to surface_buffer_create
Jakob Bornecrantz
2009-06-30
gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...
José Fonseca
2009-04-09
gallium: updated comments in p_screen.h
Brian Paul
2009-04-09
gallium: Use "flags" consistently.
José Fonseca
2009-03-20
gallium: Explain what happens if buffer_flush_mapped_range isn't called.
José Fonseca
2009-03-04
gallium: Use consistent semantics for map ranges in gallium.
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-16
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
gallium: fixup #includes: p_screen.h does not need anything in p_state.h
Brian Paul
2009-02-05
gallium: move 'struct pipe_winsys'
Brian Paul
2009-01-30
gallium: add a convience wrapper for simple screens
Zack Rusin
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-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-09-19
gallium: Fix doxygen comments.
José Fonseca
2008-07-19
gallium: Finer grained is_format_supported.
José Fonseca
2008-05-06
gallium: New pipe_screen interface to overlay a texture on existing memory.
José Fonseca
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-25
gallium: tweak comments, minor var renaming
Brian Paul
2008-03-21
gallium: document is_format_supported()'s type param
Brian Paul
2008-02-26
gallium: introduce 'pipe_screen' for context-independent functions
Brian