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
/
softpipe
/
sp_region.c
Age
Commit message (
Expand
)
Author
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-25
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-20
In region_unmap(), check if region is mapped before decrementing refcount.
Brian
2007-10-18
fix bug in copy_rect(), use temp vars in sp_region_copy() to aid debugging
Brian
2007-10-14
16-bit RGBA surface format for accum buffers
Brian
2007-09-26
s/_mesa_copy_rect/copy_rect/
Brian
2007-09-17
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-10
merge buffer_unreference(), buffer_reference()
Brian
2007-08-17
assertions
Brian
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-11
fix invalid usage of buffer_unreference()
Brian
2007-08-10
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-10
alignment/pitch/width clean-ups
Brian
2007-08-10
pipe->region_alloc() now takes width instead of pitch, plus a flags param
Brian
2007-08-07
remove dst!=src assertion
Brian
2007-08-06
Add pipe buffer managment functions.
Keith Whitwell
2007-08-05
Add a new interface between softpipe and the window system / buffer manager.
Keith Whitwell
2007-08-01
implement masking in sp_region_fill()
Brian
2007-08-01
More work on glClear.
Brian
2007-08-01
Checkpoint: glClear changes - working, bug very rough.
Brian
2007-07-31
Redesign pipe_surface in terms of pipe_region.
Brian