nvfx: switch to rules-ng-ng register headers
authorLuca Barbieri <luca@luca-barbieri.com>
Sun, 5 Sep 2010 08:10:09 +0000 (10:10 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Sun, 5 Sep 2010 15:52:26 +0000 (17:52 +0200)
commitd46c5ce7b6a707b491a28345e3ee2adfce201632
tree49bcdfa7790d50ec141e3b6c8dc42604fb3c8428
parent3bca263a92ab206d371e18ac65f6d36cadbc62a5
nvfx: switch to rules-ng-ng register headers

This is the new register generation toolkit in use by nouveau.

As far as I know, this is the best register description toolkit in
existence, and you should use it too for your hardware :)

Thanks to Marcin Koƛcielnicki for inventing it and performing
invaluable reverse engineering work of nVidia chips.
18 files changed:
src/gallium/drivers/nouveau/nv_object.xml.h [new file with mode: 0644]
src/gallium/drivers/nvfx/nv30-40_3d.xml.h [new file with mode: 0644]
src/gallium/drivers/nvfx/nv30_fragtex.c
src/gallium/drivers/nvfx/nv40_fragtex.c
src/gallium/drivers/nvfx/nvfx_context.h
src/gallium/drivers/nvfx/nvfx_draw.c
src/gallium/drivers/nvfx/nvfx_fragprog.c
src/gallium/drivers/nvfx/nvfx_fragtex.c
src/gallium/drivers/nvfx/nvfx_push.c
src/gallium/drivers/nvfx/nvfx_query.c
src/gallium/drivers/nvfx/nvfx_screen.c
src/gallium/drivers/nvfx/nvfx_state.c
src/gallium/drivers/nvfx/nvfx_state_emit.c
src/gallium/drivers/nvfx/nvfx_state_fb.c
src/gallium/drivers/nvfx/nvfx_surface.c
src/gallium/drivers/nvfx/nvfx_tex.h
src/gallium/drivers/nvfx/nvfx_vbo.c
src/gallium/drivers/nvfx/nvfx_vertprog.c