CVS Update: cr (branch: trunk)
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.graphics.chromium.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/chromium Module name: cr Repository: cr/state_tracker/ Changes by: [email protected].(none) 05/12/07 15:20:40 Log message: Change texture object mipmap level array to CRTextureLevel *level[6] instead of six separate arrays for cube map faces. Simplify state-differencing code quite a bit. Use crCalloc() in mipmap level allocation to prevent reading unitialized memory (valgrind). Modified files: cr/include/state/: cr_texture.h cr/state_tracker/: state_texdiff.c state_teximage.c state_texture.c Revision Changes Path 1.24 +1 -8 cr/include/state/cr_texture.h 1.5 +41 -189 cr/state_tracker/state_texdiff.c 1.14 +27 -42 cr/state_tracker/state_teximage.c 1.51 +33 -72 cr/state_tracker/state_texture.c ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click