summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/galahad
AgeCommit message (Expand)AuthorFilesLines
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-2/+2
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+3
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger1-1/+1
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-3/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-53/+4
2013-10-03galahad: remove old bind_*_sampler_states() functionsBrian Paul1-50/+1
2013-10-03galahad: implement pipe_context::bind_sampler_states()Brian Paul1-12/+18
2013-10-01galahad: consolidate C sources list into Makefile.sourcesEmil Velikov3-5/+22
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+13
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-1/+2
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-8/+12
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-3/+3
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca1-1/+1
2012-11-09galahad: Support geometry shader / stream-output methods.José Fonseca1-82/+110
2012-11-05galahad: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca1-1/+1
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+2
2012-10-12galahad: galahad_context_blitJosé Fonseca1-11/+15
2012-10-11gallium: unify transfer functionsMarek Olšák2-47/+22
2012-09-30gallium: remove resource_resolveMarek Olšák1-1/+0
2012-09-30gallium: implement blit in driver wrappersMarek Olšák1-0/+26
2012-08-16galahad: add 'start' parameter to bind_sampler_states/views()Brian Paul1-41/+57
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-4/+4
2012-07-10galahad: implement get_timestampMarek Olšák1-0/+10
2012-07-06galahad: Check that texture format is supported.José Fonseca1-0/+7
2012-07-06galahad: More detailed resource checks.José Fonseca2-19/+64
2012-07-06galahad: Fix zealous warnings.José Fonseca1-6/+10
2012-07-06galahad: Enumerate all methods that are missing.José Fonseca2-24/+49
2012-07-06galahad: Implement render_condition.José Fonseca1-1/+13
2012-07-06galahad: Don't implement context methods that are not implemented by the unde...José Fonseca1-104/+115
2012-07-06galahad: Use debug_printf.José Fonseca1-3/+5
2012-07-06galahad: Silence creation messages.José Fonseca2-4/+0
2012-07-06galahad: Use reference counting when destroying the wraped objects.José Fonseca1-3/+2
2012-07-06galahad: Point to the galahad objects from the galahad sampler view.José Fonseca1-2/+2
2012-07-06galahad: Don't defer index buffer when it's NULL.José Fonseca1-16/+16
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-23/+0
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-14/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-7/+6
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+1
2012-03-14galahad: Use non-recursive automakeTom Stellard1-14/+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šák2-3/+0
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-4/+4
2011-04-21galahad,util: warn on resource target mismatch in copy_regionMarek Olšák1-0/+6
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-2/+0
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-4/+2
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-8/+4
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-18/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4