summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad/glhd_context.c
Commit message (Expand)AuthorAgeFilesLines
* galahad: fix indirect drawRoland Scheidegger2014-10-011-2/+9
* 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
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+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
* 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-111-44/+21
* 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: Fix zealous warnings.José Fonseca2012-07-061-6/+10
* galahad: Enumerate all methods that are missing.José Fonseca2012-07-061-8/+25
* 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: Silence creation messages.José Fonseca2012-07-061-2/+0
* galahad: Don't defer index buffer when it's NULL.José Fonseca2012-07-061-16/+16
* 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
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* 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
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+14
* svga, glhd: Remove incorrect assert and add noteJakob Bornecrantz2010-12-161-0/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-22/+46
* galahad: silence warningsBrian Paul2010-10-221-2/+2
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-2/+2
* galahad: do map/unmap counting for resourcesBrian Paul2010-09-031-0/+16
* galahad, i915g: Copy over constant buffer index check.Corbin Simpson2010-08-201-0/+9
* galahad, i915g: Move over a few state asserts.Corbin Simpson2010-08-201-0/+16
* galahad: Make it obvious on stderr that Galahad's active.Corbin Simpson2010-08-191-0/+2
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-68/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+47
* glhd: Add test for logicop enable.Corbin Simpson2010-06-241-0/+7
* glhd: Simple rasterizer checks.Corbin Simpson2010-06-231-0/+10
* glhd: Add query protection.Corbin Simpson2010-06-221-0/+10