summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/noop
AgeCommit message (Expand)AuthorFilesLines
2011-08-16noop: redirect the get_param/is_format.. queries to the underlying driverMarek Olšák1-109/+12
2011-04-01gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák1-0/+1
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-8/+0
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2011-01-12noop: change var type to silence warningBrian Paul1-1/+1
2011-01-09noop: make noop useable like trace or rbugJerome Glisse2-47/+35
2010-12-04gallium/noop: Add prototype for noop_init_state_functions.Vinson Lee1-0/+2
2010-12-02gallium: support for array textures and related changesRoland Scheidegger2-47/+44
2010-11-18gallium/noop: report GL 2.1Dave Airlie1-5/+8
2010-11-15gallium/noop: no operation gallium driverJerome Glisse5-0/+861