index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_quad_blend.c
Age
Commit message (
Expand
)
Author
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-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-21
rename some vars
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-10-18
Corrected the file permissions in src/mesa/pipe.
Oliver McFadden
2007-10-15
finish remaining blend modes
Brian
2007-10-15
implement logicop
Brian
2007-09-18
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-08-16
Silence warnings.
michal
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-07-12
Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK).
Brian
2007-07-03
Rewrite blending in terms of SIMD operations.
Brian
2007-06-20
update includes (s/tile/quad/)
Brian
2007-06-20
Rename "tile" files to "quad".
Brian