CVS Update: cr (branch: trunk)
Brian Paul <[email protected]> Mon, 11 Jun 2007 12:30:16 -0700
| Newsgroups | gmane.comp.graphics.chromium.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/chromium Module name: cr Repository: cr/crserverlib/ Changes by: [email protected].(none) 07/06/11 12:30:16 Log message: Fix a problem with glReadPixels blowing up the crserver. Looks like a shared library/linker problem. The address of the global cr_unpackData var was different in the unpacker and crserver code. In the later place, it was always NULL. Fixed by adding a new crUnpackGetDataPointer() function to return the value of cr_unpackData. Call that instead of directly accessing the variable. Modified files: cr/include/: cr_unpack.h cr/unpacker/: unpack_misc.c unpack.def cr/crserverlib/: server_readpixels.c Revision Changes Path 1.11 +1 -0 cr/include/cr_unpack.h 1.5 +13 -0 cr/unpacker/unpack_misc.c 1.5 +1 -0 cr/unpacker/unpack.def 1.5 +2 -0 cr/crserverlib/server_readpixels.c ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/