summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2013-08-14 19:54:25 -0700
committerKenneth Graunke <[email protected]>2013-08-19 13:17:00 -0700
commit60689c05d1f69610b3daac1c9f407c75ebecc81b (patch)
tree27e515c664ae47f01e6221be1f741697e802be37 /src/mesa/drivers/dri/i965/brw_vec4.h
parent6d89bc803d83d27d8946afdd2f749334a41a9d1f (diff)
i965/fs: Make the FS binding table as small as possible.
Computing the minimum size was easy, and done at compile-time for no extra overhead here. Making the binding table smaller wastes less batch space. Adding the CACHE_NEW_WM_PROG dirty bit isn't strictly necessary, since other atoms depend on it and flag BRW_NEW_SURFACES. However, it's best to add it for clarity and safety. It shouldn't add any new overhead. v2: Use binding_table_size, rather than max_surface_index. Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
0 files changed, 0 insertions, 0 deletions