Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | noop: make noop useable like trace or rbug | Jerome Glisse | 2011-01-09 | 1 | -3/+2 |
| | | | | | | | | If you want to enable noop set GALLIUM_NOOP=1 as an env variable. You need first to enable noop wrapping for your driver see change to src/gallium/targets/dri-r600/ in this commit as an example. Signed-off-by: Jerome Glisse <[email protected]> | ||||
* | gallium/noop: no operation gallium driver | Jerome Glisse | 2010-11-15 | 1 | -0/+30 |
This driver is a fake swdri driver that perform no operations beside allocation gallium structure and buffer for upper layer usage. It's purpose is to help profiling core mesa/gallium without having pipe driver overhead hidding hot spot of core code. scons file are likely inadequate i am unfamiliar with this build system. To use it simply rename is to swrast_dri.so and properly set LIBGL_DRIVERS_PATH env variable. Signed-off-by: Jerome Glisse <[email protected]> |