summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-8/+4
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+14
* gallium: support for array textures and related changesRoland Scheidegger2010-12-024-68/+62
* scons: add alias for identityZack Rusin2010-11-301-0/+2
* identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-1/+13
* 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/+30
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-131/+1
|\
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-244-131/+1
* | id, glhd: Unbreak texturing.Corbin Simpson2010-06-231-0/+1
* | id, glhd: Fix malloc/calloc of struct.Corbin Simpson2010-06-221-1/+1
* | id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2010-06-222-3/+2
* | gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+1
|/
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-30/+30
* identity: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-6/+2
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-212-40/+66
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+12
| * identity: adapt to interface changesRoland Scheidegger2010-05-172-51/+65
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz2010-05-033-34/+67
* identity: s/texture/resource/Jakob Bornecrantz2010-05-032-21/+21
* identity: Whitespace & StyleJakob Bornecrantz2010-05-034-52/+52
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-232-4/+4
* identity: Implement index bias.José Fonseca2010-04-191-0/+4
* Squashed commit of the following:Keith Whitwell2010-04-104-410/+176
* identity: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
* identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* identity: Remove unnecessary header.Vinson Lee2010-03-251-1/+0
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-134-79/+89
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-113-7/+15
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-114-76/+79
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-103-119/+74
|\ \ | |/
| * identity: fix copy & paste errorRoland Scheidegger2010-03-091-4/+4
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-15/+39
| |\
| | * identity: adapt to new vertex element csoRoland Scheidegger2010-03-011-15/+39
| * | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-47/+0
| * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-012-59/+35
| * | gallium/identity: remove unneeded path prefixes on #includesBrian Paul2010-02-261-5/+5
| * | identity: Propagate api->name and api->driver_name upJakob Bornecrantz2010-02-181-0/+2
| |/
* | identity: Fix after sampler view changes.Michal Krol2010-02-231-0/+42
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-192-28/+50
|/
* identity: adapt to stencil ref changesRoland Scheidegger2010-02-101-0/+12