OSDN Git Service

i965: Rename max_vs_handles to max_vs_entries for consistency.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 15 May 2011 06:42:46 +0000 (23:42 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 May 2011 06:32:58 +0000 (23:32 -0700)
commitd55471768e308853432de7d18f663034ddbc8599
treeeada3d070ee3c4944d0a52059c98a3aa71e54ce6
parentd0f0d064825c457964614bee8fedcf31526a0775
i965: Rename max_vs_handles to max_vs_entries for consistency.

The documentation uses the term "vertex URB entries", the code talks
about "entry size", and so on.  Also, handles are just "pointers" to
entries (actually small integers).

Also rename max_gs_handles to max_gs_entries.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/gen6_urb.c