summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/noop
AgeCommit message (Expand)AuthorFilesLines
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-6/+10
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+3
2012-10-11gallium: unify transfer functionsMarek Olšák1-32/+21
2012-09-30gallium: implement blit in driver wrappersMarek Olšák1-0/+7
2012-07-10noop: implement get_timestampMarek Olšák1-0/+6
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-18/+0
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-1/+0
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-1/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+1
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+1
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+2
2012-03-14noop: Use non-recursive automakeTom Stellard1-16/+0
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard1-0/+3
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-2/+0
2011-12-15noop: implement stream outputMarek Olšák1-0/+35
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-1/+2
2011-09-25noop: Always use memory allocation macros.José Fonseca1-2/+2
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-2/+2
2011-08-29noop: Fix include styleKai Wasserbäch2-13/+13
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