summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/noop
Commit message (Expand)AuthorAgeFilesLines
* noop: implement stream outputMarek Olšák2011-12-151-0/+35
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+2
* noop: Always use memory allocation macros.José Fonseca2011-09-251-2/+2
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+2
* noop: Fix include styleKai Wasserbäch2011-08-292-13/+13
* noop: redirect the get_param/is_format.. queries to the underlying driverMarek Olšák2011-08-161-109/+12
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-8/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* noop: change var type to silence warningBrian Paul2011-01-121-1/+1
* noop: make noop useable like trace or rbugJerome Glisse2011-01-092-47/+35
* gallium/noop: Add prototype for noop_init_state_functions.Vinson Lee2010-12-041-0/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-022-47/+44
* gallium/noop: report GL 2.1Dave Airlie2010-11-181-5/+8
* gallium/noop: no operation gallium driverJerome Glisse2010-11-155-0/+861