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_quad_depth_test.c
Age
Commit message (
Expand
)
Author
2007-12-10
gallium: remove unnecessary guards on qs->next
Keith Whitwell
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
Get rid of "duplicate" formats.
Brian
2007-11-20
add PIPE_FORMAT_Z24_S8 support to softpipe patsh
Brian
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-27
Use FREE instead of free. Fix newlines.
michal
2007-10-27
Define destroy method called by softpipe's destructor.
michal
2007-10-27
Remove remnants of softpipe_surface.
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
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-09-18
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-08
fix qs->next tests
Brian
2007-08-08
add quad_stage::begin() funcs
Brian
2007-08-01
s/Z24_S8/S8_Z24/ (stencil is in the high byte)
Brian
2007-07-30
compute scale for Z24 buffers
Brian
2007-07-10
Checkpoint: stencil roughly working, some bugs to fix...
Brian
2007-07-10
clean-ups
Brian
2007-07-10
Fill in remaining switch cases. Only call next stage if quad->mask != 0.
Brian
2007-07-10
Do depth testing with integer values.
Brian
2007-07-03
SIMD comments
Brian
2007-06-25
fix logic error in updating of quad's Z values. Basic depth testing works now
Brian
2007-06-25
clean-ups
Brian
2007-06-24
Restructure z test code slightly.
Keith Whitwell
2007-06-20
checkpoint: implement z/depth testing
Brian
2007-06-20
update includes (s/tile/quad/)
Brian
2007-06-20
Rename "tile" files to "quad".
Brian