summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/id_screen.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+3
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-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-2/+0
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-1/+1
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-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-39/+6
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-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-0/+2
2010-05-17identity: adapt to interface changesRoland Scheidegger1-0/+2
2010-05-03identity: s/texture/resource/Jakob Bornecrantz1-10/+10
2010-05-03identity: Whitespace & StyleJakob Bornecrantz1-9/+9
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca1-2/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-163/+35
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-69/+0
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-47/+0
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz1-0/+35
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-0/+16
2009-11-19identity: Add missing screen methods.Michal Krol1-0/+33
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz1-0/+2
2009-06-24identity: Add new identity driverJakob Bornecrantz1-0/+481