summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity/id_screen.c
Commit message (Expand)AuthorAgeFilesLines
* identity: implement get_timestampMarek Olšák2012-07-101-0/+10
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-23/+0
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-2/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* 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: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-39/+6
* 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
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+2
|\
| * identity: adapt to interface changesRoland Scheidegger2010-05-171-0/+2
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* identity: s/texture/resource/Jakob Bornecrantz2010-05-031-10/+10
* identity: Whitespace & StyleJakob Bornecrantz2010-05-031-9/+9
* Squashed commit of the following:Keith Whitwell2010-04-101-163/+35
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-69/+0
* 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-011-0/+35
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+16
* identity: Add missing screen methods.Michal Krol2009-11-191-0/+33
* gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-111-0/+2
* identity: Add new identity driverJakob Bornecrantz2009-06-241-0/+481