summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/noop
Commit message (Collapse)AuthorAgeFilesLines
* gallium/noop: report GL 2.1Dave Airlie2010-11-181-5/+8
| | | | | this should at least make app use the same paths as they would for a real driver.
* gallium/noop: no operation gallium driverJerome Glisse2010-11-155-0/+861
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]>