Implement software ATI_fragment_shader
authorDave Airlie <airliedfreedesktop.org>
Sun, 19 Dec 2004 03:06:59 +0000 (03:06 +0000)
committerDave Airlie <airliedfreedesktop.org>
Sun, 19 Dec 2004 03:06:59 +0000 (03:06 +0000)
commit7f752fed993e5e9423abac200dd59141edbada56
tree06eba28f01c81dfbd8c4a9104206765f8731528c
parenta803b0c891404dcd7c376e91f6a033cd4e42abc3
Implement software ATI_fragment_shader

no error detection, slow, may not be 100% correct but a good start
24 files changed:
src/mesa/glapi/gl_API.xml
src/mesa/glapi/glapioffsets.h
src/mesa/glapi/glapitable.h
src/mesa/glapi/glapitemp.h
src/mesa/glapi/glprocs.h
src/mesa/main/config.h
src/mesa/main/context.c
src/mesa/main/dlist.c
src/mesa/main/enable.c
src/mesa/main/enums.c
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/shader/atifragshader.c [new file with mode: 0644]
src/mesa/shader/atifragshader.h [new file with mode: 0644]
src/mesa/shader/program.c
src/mesa/sources
src/mesa/swrast/s_atifragshader.c [new file with mode: 0644]
src/mesa/swrast/s_atifragshader.h [new file with mode: 0644]
src/mesa/swrast/s_context.c
src/mesa/swrast/s_context.h
src/mesa/swrast/s_span.c
src/mesa/x86/glapi_x86.S