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.h
Age
Commit message (
Expand
)
Author
2008-01-21
gallium: remove unneeded protos, #includes, etc
Brian
2008-01-21
gallium: move softpipe_get_tex_surface() prototype
Brian
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-01
implement get/put_tile() for xlib driver
Brian
2007-10-27
Remove remnants of softpipe_surface.
Brian
2007-10-26
surface_alloc() is now a winsys function.
Brian
2007-10-25
clean-up, simplify some tile code, more to come
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-20
Remove obsolete read/write_quad() functions
Brian
2007-10-20
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-19
Initial implementation of surface tile caching.
Brian
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-09
export softpipe_init_surface_funcs()
Brian
2007-08-07
include p_state.h
Brian
2007-08-07
sketch out new pipe surface/sampler types
Brian
2007-08-07
get rid of temp write_mono_row_ub() function
Brian
2007-07-31
Redesign pipe_surface in terms of pipe_region.
Brian
2007-07-10
Checkpoint: stencil roughly working, some bugs to fix...
Brian
2007-07-10
Do depth testing with integer values.
Brian
2007-07-09
s/G_/SP_/
Brian
2007-06-20
checkpoint: implement z/depth testing
Brian
2007-06-20
implement softpipe clearing (untested)
Brian
2007-06-19
Re-org of surface/framebuffer state.
Brian
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell