On Fri, 30 May 2003 22:03:20 +0100
Keith Whitwell <[EMAIL PROTECTED]> wrote:

> Felix Kühling wrote:
> > How are performance boxes enabled in the radeon driver? Apperently
> > setting rmesa->boxes to 1 is not enough. There is a variable
> > dev_priv->do_boxes in the kernel driver. But it is initialized to 0 in
> > radeon_do_init_cp and not changed anywhere else. Am I missing something?
> 
> No - some new interface is needed.  There is a 'SETPARAM' ioctl in the i830 
> driver that I'd mimic if I were going to add something to the radeon. 
> Otherwise, just compile it on.

It's not that I need performance boxes. I just came across this
converting environment variables to configuration options in the radeon
driver. There are two more environment variables that don't seem to
refer to working code: RADEON_COMPAT (assertion fails in
radeonAllocCmdBuf) and RADEON_AGPTEXTURING_FORCE_DISABLE (the radeon
driver doesn't support AGP texturing at the moment, right?).

> 
> Keith

------------    __\|/__    ___     ___       -------------------------
 Felix       ___\_e -_/___/ __\___/ __\_____   You can do anything,
   Kühling  (_____\Ä/____/ /_____/ /________)  just not everything
 [EMAIL PROTECTED]       \___/   \___/   U        at the same time.


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to