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
/
mesa
/
pipe
/
p_winsys.h
Age
Commit message (
Expand
)
Author
2007-12-11
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-10
Remove stray references to struct pipe_region.
Michel Dänzer
2007-12-09
gallium: Comment on winsys's fence functions. Fix comment layout for doxygen.
José Fonseca
2007-12-09
Document return types.
José Fonseca
2007-12-09
add fence interfaces and buffer create flags to pipe_winsys
keithw
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-11-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-07
Remove winsys->wait_idle(), subsumed by pipe->flush().
Brian
2007-11-07
Remove context dependencies in winsys layer.
Brian
2007-11-07
just reorder a few members of pipe_winsys, update comments
Brian
2007-11-07
Add winsys->surface_release() to complement winsys->surface_alloc().
Brian
2007-11-06
document flags param to region_alloc()
Brian
2007-11-06
Supply buffer usage hints to winsys.
José Fonseca
2007-11-01
Start re-working SwapBuffers.
Brian
2007-10-26
surface_alloc() is now a winsys function.
Brian
2007-10-25
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
Briefly describe the buffer management interface.
José Fonseca
2007-10-10
Added user_buffer_create() method
Brian
2007-10-10
update comments (s/softpipe/gallium/ etc)
Brian
2007-09-17
s/bugmgr/bufgr/
Brian
2007-09-10
merge buffer_unreference(), buffer_reference()
Brian
2007-08-11
remove #include mtypes.h
Brian
2007-08-10
Move string functions to state_tracker, add queries to pipe, winsys.
Keith Whitwell
2007-08-10
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell