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
/
xlib
/
xm_surface.c
Age
Commit message (
Collapse
)
Author
2007-11-07
Add winsys->surface_release() to complement winsys->surface_alloc().
Brian
pipe_surface now has a pointer to the winsys which create/owns the surface. This allows clean surface deallocation w/out a rendering context.
2007-11-06
define CLIP_TILE as in sp_surface.c
Brian
2007-11-01
remove unused funcs, macros
Brian
2007-11-01
xget_image() wrapper to catch BadMatch errors
Brian
2007-11-01
move dither kernels to xm_surface.c
Brian
2007-11-01
fix some tile clipping bugs
Brian
2007-11-01
move CLIP_TILE, add comments
Brian
2007-11-01
rewrite xmesa_get_tile_rgba() to not use span funcs
Brian
2007-11-01
reimplement xmesa_put_tile_rgba() w/out span funcs
Brian
2007-11-01
implement get/put_tile() for xlib driver
Brian
2007-11-01
Implement surface clearing w/out dependency on XMesa/Mesa stuff.
Brian
2007-10-31
Clean up xmesa winsys stuff
Brian
Plug xmesa_is_format_supported() into the softpipe_winsys object.
2007-10-31
clean-up includes
Brian
2007-10-31
get rid of xmesa_clear_buffers()
Brian
2007-10-31
Start removing old driver funcs like ColorMask, ClearColor, etc.
Brian
2007-10-31
Copy of xlib driver. This will get trimmed down a lot for Gallium.
Brian