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
/
gallium
/
drivers
/
softpipe
/
sp_setup.c
Age
Commit message (
Expand
)
Author
2008-10-06
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-09-09
softpipe: Silence compiler warning on Windows.
Michal Krol
2008-09-08
softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.
Michal Krol
2008-09-08
softpipe: More improvements for multithreaded softpipe.
Michal Krol
2008-09-08
softpipe: Split changing fields of quad_header into input, inout and output p...
Michal Krol
2008-09-08
softpipe: Improve multithreaded softpipe.
Michal Krol
2008-09-08
softpipe: First attempts at multithreaded softpipe.
Michal Krol
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: stop using ifloor(), FABSF(), etc
Brian Paul
2008-08-20
gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.
Brian Paul
2008-08-12
softpipe: Include missing header.
Michal Krol
2008-08-11
gallium: debug/print vertex tweak
Brian Paul
2008-08-07
gallium: new/better debug code (disabled)
Brian Paul
2008-07-15
gallium: added some sanity check assertions
Brian Paul
2008-07-02
gallium: nr_attrs was off by one, updated comments, minor code movement
Brian Paul
2008-05-10
gallium: optimize the flush_spans() function
Brian
2008-05-08
softpipe: don't calc det if NO_RAST set
Keith Whitwell
2008-04-23
gallium: more vertex debug code
Brian Paul
2008-04-22
gallium: move the vertex print/debug code
Brian Paul
2008-04-22
softpipe: implement SP_NO_RAST env var
Keith Whitwell
2008-04-14
gallium: take reduced prim, fill modes into account when culling
Brian Paul
2008-04-14
softpipe: calculate determinant for all triangles, don't rely on draw module ...
Keith Whitwell
2008-04-14
softpipe: do our own culling, don't rely on the draw module.
Keith Whitwell
2008-04-10
remove usage of vertex_header
Keith Whitwell