Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | noop: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 1 | -5/+3 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Tom Stellard <[email protected]> | ||||
* | gallium/noop: no operation gallium driver | Jerome Glisse | 2010-11-15 | 1 | -0/+15 |
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]> |