summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-17identity: adapt to interface changesRoland Scheidegger2-51/+65
2010-05-03identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz3-34/+67
2010-05-03identity: s/texture/resource/Jakob Bornecrantz2-21/+21
2010-05-03identity: Whitespace & StyleJakob Bornecrantz4-52/+52
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca2-4/+4
2010-04-19identity: Implement index bias.José Fonseca1-0/+4
2010-04-10Squashed commit of the following:Keith Whitwell4-410/+176
2010-03-30identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-27identity: Add id_drm.c to SCons build.Vinson Lee1-1/+2
2010-03-25identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell4-79/+89
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell3-7/+15
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell4-76/+79
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol3-119/+74
2010-03-09identity: fix copy & paste errorRoland Scheidegger1-4/+4
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-15/+39
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-47/+0
2010-03-01identity: adapt to new vertex element csoRoland Scheidegger1-15/+39
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2-59/+35
2010-02-26gallium/identity: remove unneeded path prefixes on #includesBrian Paul1-5/+5
2010-02-18identity: Propagate api->name and api->driver_name upJakob Bornecrantz1-0/+2
2010-02-10identity: adapt to stencil ref changesRoland Scheidegger1-0/+12
2010-02-08identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell5-21/+21
2010-02-03identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1