mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
i965: Remove four and a half year old TODO comments about samplers.
I can't actually understand what these mean, and they seem to essentially say "we should simplify things", which is a nice goal but not very specific. Presumably things got cleaned up at some point. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Paul Berry <stereotype441@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
d1447f5bc9
commit
f510dd5d60
2 changed files with 0 additions and 8 deletions
|
|
@ -328,10 +328,6 @@ static void brw_update_sampler_state(struct brw_context *brw,
|
|||
}
|
||||
|
||||
|
||||
/* All samplers must be uploaded in a single contiguous array, which
|
||||
* complicates various things. However, this is still too confusing -
|
||||
* FIXME: simplify all the different new texture state flags.
|
||||
*/
|
||||
static void
|
||||
brw_upload_samplers(struct brw_context *brw)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -183,10 +183,6 @@ gen7_update_sampler_state(struct brw_context *brw, int unit,
|
|||
}
|
||||
|
||||
|
||||
/* All samplers must be uploaded in a single contiguous array, which
|
||||
* complicates various things. However, this is still too confusing -
|
||||
* FIXME: simplify all the different new texture state flags.
|
||||
*/
|
||||
static void
|
||||
gen7_upload_samplers(struct brw_context *brw)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue