mesa/src/gallium/auxiliary
Keith Whitwell 359058e7b7 cso: use memcpy rather than structure asignment for copying
Apparently gcc will omit to copy hidden padding bytes under some circumstances,
which means later on memcmp() will indicate a difference between structs
even though all the visible members are identical.
2008-05-25 15:54:40 +01:00
..
cso_cache cso: use memcpy rather than structure asignment for copying 2008-05-25 15:54:40 +01:00
draw Merge branch 'gallium-0.1' into gallium-tex-surfaces 2008-05-19 12:48:06 -06:00
gallivm cosmetic changes 2008-05-17 13:58:45 -04:00
pipebuffer pipebuffer: More robust face null pointers. 2008-05-22 21:54:41 +09:00
rtasm rtasm: learn another version of push 2008-05-01 20:49:45 +01:00
sct sct: fix bug in remove_context_from_surface 2008-05-01 20:49:44 +01:00
tgsi gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state() 2008-05-17 10:30:21 -06:00
translate translate: helper functions for mimizing cost of key compares 2008-05-09 13:09:58 +01:00
util gallium: Poor-man profiler for win32 kernel. 2008-05-24 19:25:33 +09:00
Makefile Code reorganization: split gallium and mesa makefiles. 2008-02-18 14:25:04 +09:00