Re: [Mesa-dev] [PATCH] mesa: move texrender.c to swrast

2011-06-13 Thread Brian Paul
On 06/13/2011 10:59 AM, Eric Anholt wrote: On Fri, 10 Jun 2011 20:37:21 -0600, Brian Paul wrote: This stuff is really for software rendering, it's not core Mesa. A small step toward pushing the FetchTexel() stuff down into swrast. Reviewed-by: Eric Anholt Do we feel the same about the other

Re: [Mesa-dev] [PATCH] mesa: move texrender.c to swrast

2011-06-13 Thread Eric Anholt
On Fri, 10 Jun 2011 20:37:21 -0600, Brian Paul wrote: > This stuff is really for software rendering, it's not core Mesa. > A small step toward pushing the FetchTexel() stuff down into swrast. Reviewed-by: Eric Anholt Do we feel the same about the other renderbuffer accessors? pgpv5kaTt2V5E.pg

[Mesa-dev] [PATCH] mesa: move texrender.c to swrast

2011-06-10 Thread Brian Paul
This stuff is really for software rendering, it's not core Mesa. A small step toward pushing the FetchTexel() stuff down into swrast. --- src/mesa/SConscript |2 +- src/mesa/drivers/common/driverfuncs.c|5 +- src/mesa/drivers/dri/intel/intel_fbo.c |8 +- src/