summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad
Commit message (Expand)AuthorAgeFilesLines
* galahad: fix indirect drawRoland Scheidegger2014-10-011-2/+9
* galahad: (trivial) handle cubemap arraysRoland Scheidegger2014-10-011-0/+7
* gallium/galahad: ship all files in the tarballEmil Velikov2014-09-052-2/+8
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-2/+2
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-2/+3
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-3/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-53/+4
* galahad: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-50/+1
* galahad: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-12/+18
* galahad: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-5/+22
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+13
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-8/+12
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-3/+3
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* galahad: Support geometry shader / stream-output methods.José Fonseca2012-11-091-82/+110
* galahad: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-051-1/+1
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+2
* galahad: galahad_context_blitJosé Fonseca2012-10-121-11/+15
* gallium: unify transfer functionsMarek Olšák2012-10-112-47/+22
* gallium: remove resource_resolveMarek Olšák2012-09-301-1/+0
* gallium: implement blit in driver wrappersMarek Olšák2012-09-301-0/+26
* galahad: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-41/+57
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-4/+4
* galahad: implement get_timestampMarek Olšák2012-07-101-0/+10
* galahad: Check that texture format is supported.José Fonseca2012-07-061-0/+7
* galahad: More detailed resource checks.José Fonseca2012-07-062-19/+64
* galahad: Fix zealous warnings.José Fonseca2012-07-061-6/+10
* galahad: Enumerate all methods that are missing.José Fonseca2012-07-062-24/+49
* galahad: Implement render_condition.José Fonseca2012-07-061-1/+13
* galahad: Don't implement context methods that are not implemented by the unde...José Fonseca2012-07-061-104/+115
* galahad: Use debug_printf.José Fonseca2012-07-061-3/+5
* galahad: Silence creation messages.José Fonseca2012-07-062-4/+0
* galahad: Use reference counting when destroying the wraped objects.José Fonseca2012-07-061-3/+2
* galahad: Point to the galahad objects from the galahad sampler view.José Fonseca2012-07-061-2/+2
* galahad: Don't defer index buffer when it's NULL.José Fonseca2012-07-061-16/+16
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-23/+0
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-14/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-7/+6
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* galahad: Use non-recursive automakeTom Stellard2012-03-141-14/+0
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-3/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-4/+4
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+6
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0