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
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
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/