summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity
AgeCommit message (Expand)AuthorFilesLines
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-43/+4
2013-10-03identity: remove old bind_*_sampler_states() functionsBrian Paul1-41/+1
2013-10-03identity: implement pipe_context::bind_sampler_states()Brian Paul1-15/+21
2013-10-01identity: consolidate C sources list into Makefile.sourcesEmil Velikov3-5/+17
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+11
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-10/+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-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák3-42/+22
2012-09-30gallium: implement blit in driver wrappersMarek Olšák1-0/+15
2012-08-16gallium/identity: add 'start' parameter to bind_sampler_states/views()Brian Paul1-4/+12
2012-08-16gallium/identity: consolidate sampler, sampler_view codeBrian Paul1-32/+54
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-2/+2
2012-07-10identity: implement get_timestampMarek Olšák1-0/+10
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-14identity: 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-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
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+14
2010-12-02gallium: support for array textures and related changesRoland Scheidegger4-68/+62
2010-11-30scons: add alias for identityZack Rusin1-0/+2
2010-09-13identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee1-1/+1
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-1/+13
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-68/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+30
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz4-131/+1
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz4-131/+1
2010-06-23id, glhd: Unbreak texturing.Corbin Simpson1-0/+1
2010-06-22id, glhd: Fix malloc/calloc of struct.Corbin Simpson1-1/+1
2010-06-22id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2-3/+2
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin1-1/+1
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-30/+30
2010-05-29identity: adapt to clear interface changesRoland Scheidegger1-28/+48
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz1-6/+2
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger2-40/+66
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-0/+12