[Mesa-dev] [PATCH 1/6] tgsi: add TXQ support.

Brian Paul brianp at vmware.com
Thu Aug 25 06:28:53 PDT 2011


How would the TXQ instruction be implemented for a hardware driver?

Is there really a HW GPU instruction that returns the size of a texture?

Otherwise, this seems like something we could implement in the state 
tracker by putting the texture size into a constant buffer slot.  Then 
we'd have it for all drivers.

-Brian


More information about the mesa-dev mailing list