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_surface.c
Age
Commit message (
Expand
)
Author
2007-10-14
16-bit RGBA surface format for accum buffers
Brian
2007-10-13
added z16/z32_git_tile(), change s8z24_get_tile() to return Z as float, ignor...
Brian
2007-10-10
disable some assertions which pop up during window resize, but can be ignored...
Brian
2007-10-10
use pipe_region_reference() in softpipe_get_tex_surface() to fix refcount error
Brian
2007-10-03
added s8z24_get_tile()
Brian
2007-09-26
added a8r8g8b8_put_tile()
Brian
2007-08-24
Add support for more surface types in sp_surface.c
Brian
2007-08-16
Silence warnings.
michal
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-11
do clipping in get_tile()
Brian
2007-08-10
add missing break stmt
Brian
2007-08-10
include surface.offset in address calculations
Brian
2007-08-10
flesh out w/ more formats, y=0=top convention
Brian
2007-08-09
export softpipe_init_surface_funcs()
Brian
2007-08-08
use surface offset value in get_tile()
Brian
2007-08-08
added assertion
Brian
2007-08-08
more get_tile() work
Brian
2007-08-07
added a get_tile() func
Brian
2007-08-07
sketch out new pipe surface/sampler types
Brian
2007-08-01
s/Z24_S8/S8_Z24/ (stencil is in the high byte)
Brian
2007-07-31
Redesign pipe_surface in terms of pipe_region.
Brian
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell