On 07/25/2012 11:11 AM, Eric Anholt wrote:
> Chad Versace writes:
>
>> Transform the code from clever, obfuscated, and imperative to
>> straight-forward and table-driven.
>
> I don't like this change. It increases the amount of code, and to
> change any single option, you need to change more co
On 07/23/2012 01:35 PM, Ian Romanick wrote:
> On 07/21/2012 05:36 PM, Chad Versace wrote:
>> Transform the code from clever, obfuscated, and imperative to
>> straight-forward and table-driven.
>
> Does the output of glxinfo change? It's somewhat advantageous for the IDs
> associated with a specif
Chad Versace writes:
> Transform the code from clever, obfuscated, and imperative to
> straight-forward and table-driven.
I don't like this change. It increases the amount of code, and to
change any single option, you need to change more code.
If we were to change back_buffer_modes (and I thin
On 07/21/2012 05:36 PM, Chad Versace wrote:
Transform the code from clever, obfuscated, and imperative to
straight-forward and table-driven.
Does the output of glxinfo change? It's somewhat advantageous for the
IDs associated with a specific set of values to remain the same. We
have a lot o
Transform the code from clever, obfuscated, and imperative to
straight-forward and table-driven.
CC: Ian Romanick
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/intel/intel_screen.c | 167 +-
1 file changed, 97 insertions(+), 70 deletions(-)
diff --git a/src/m