mesa: refactor: move glReadPixels code into new readpix.c file
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 9 Jun 2008 20:22:15 +0000 (14:22 -0600)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:51 +0000 (22:13 -0700)
commit28876dd511ec2c9d5f5500499201df2588e8c7f1
tree7a2963e79e9e488af24639e78536714283bc8674
parent87534210bb9fe5f4e3053d12123491a8c2ccbf6d
mesa: refactor: move glReadPixels code into new readpix.c file
src/mesa/main/drawpix.c
src/mesa/main/drawpix.h
src/mesa/main/readpix.c [new file with mode: 0644]
src/mesa/main/readpix.h [new file with mode: 0644]
src/mesa/main/sources [new file with mode: 0644]
src/mesa/main/state.c
src/mesa/sources