Architect the DRI :
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Sun, 5 Nov 2006 13:46:48 +0000 (13:46 +0000)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Sun, 5 Nov 2006 13:46:48 +0000 (13:46 +0000)
commite2b4d9b317104ff3c56a9bf108aa79084d49eba5
treefdeefd50bfae06298ed943674b69aba088f464fd
parent1ebe921228ef896804384002d8a3acd0885afc98
Architect the DRI :
- make use of the autogenerated nouveau_reg.h file
- add object creation to the DRI
- some work on screen and context creation
20 files changed:
src/mesa/drivers/dri/nouveau/Makefile
src/mesa/drivers/dri/nouveau/nouveau_card.c [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_card.h [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_context.c
src/mesa/drivers/dri/nouveau/nouveau_context.h
src/mesa/drivers/dri/nouveau/nouveau_ctrlreg.h [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_dri.h [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_driver.c
src/mesa/drivers/dri/nouveau/nouveau_fifo.c
src/mesa/drivers/dri/nouveau/nouveau_fifo.h
src/mesa/drivers/dri/nouveau/nouveau_ioctl.c [deleted file]
src/mesa/drivers/dri/nouveau/nouveau_ioctl.h [deleted file]
src/mesa/drivers/dri/nouveau/nouveau_object.c [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_object.h [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_reg.h
src/mesa/drivers/dri/nouveau/nouveau_screen.c [new file with mode: 0644]
src/mesa/drivers/dri/nouveau/nouveau_screen.h
src/mesa/drivers/dri/nouveau/nouveau_state.c
src/mesa/drivers/dri/nouveau/nouveau_swtcl.c
src/mesa/drivers/dri/nouveau/nv10_swtcl.c