Re: [Mesa-dev] [PATCH] shared-glapi: Convert to automake

2012-03-17 Thread Matt Turner
On Fri, Mar 16, 2012 at 4:29 PM, Kristian Høgsberg wrote: > This fixes a build problem where EGL links to libgbm.la, which encodes > a relative path to it's libglapi.so dependency.  The relative path > breaks when the linker tries to resolve it from src/egl/main instead > of src/gbm.  Typically we

[Mesa-dev] unpack functions showing up highly in profiles

2012-03-17 Thread Matt Turner
Hey On my i965/SNB system I profiled some games in WINE and saw that some unpack_* functions in src/mesa/main/format_unpack.c show up very highly. In Day of Defeat: Source and Counter Strike: Source, the _mesa_unpack_uint_z_row function was 10~30%. In Starcraft II, the unpack_ARGB function w