Re: [Mesa-dev] Mesa source re-org

2010-06-21 Thread Brian Paul
Eric Anholt wrote: On Thu, 10 Jun 2010 23:32:58 -0600, Brian Paul wrote: The new shader-file-reorg branch moves a bunch of Mesa source files to re-organize things a bit. 1. Move all GL entrypoint functions and files into src/mesa/main/ This includes the ARB vp/vp, NV vp/fp, ATI fragshader and

Re: [Mesa-dev] Mesa source re-org

2010-06-12 Thread Eric Anholt
On Thu, 10 Jun 2010 23:32:58 -0600, Brian Paul wrote: > The new shader-file-reorg branch moves a bunch of Mesa source files to > re-organize things a bit. > > 1. Move all GL entrypoint functions and files into src/mesa/main/ > This includes the ARB vp/vp, NV vp/fp, ATI fragshader and GLSL bits >

[Mesa-dev] Mesa source re-org

2010-06-10 Thread Brian Paul
The new shader-file-reorg branch moves a bunch of Mesa source files to re-organize things a bit. 1. Move all GL entrypoint functions and files into src/mesa/main/ This includes the ARB vp/vp, NV vp/fp, ATI fragshader and GLSL bits that were in src/mesa/shader/ 2. Move src/mesa/shader/slang/ to sr