OSDN Git Service

u_surfaces: use cso_hash instead of util_hash_table
authorLuca Barbieri <luca@luca-barbieri.com>
Fri, 6 Aug 2010 07:46:14 +0000 (09:46 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Wed, 11 Aug 2010 09:19:23 +0000 (11:19 +0200)
commite45b2ce2c3a52e9f8e6fb7e933ab2f95eec15be1
treed7e8986a668d177a9605d80bc954b4714d082f63
parent24f5ebb1d735ca7e8944b346359de5941e707047
u_surfaces: use cso_hash instead of util_hash_table

Using cso_hash directly is the right thing since util_hash_table
adds useless overhead and is harder to use for this application.
src/gallium/auxiliary/util/u_surfaces.c
src/gallium/auxiliary/util/u_surfaces.h