aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common/native_helper.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+2
* st/egl: add native_present_controlChia-I Wu2011-09-081-1/+5
* st/egl: fix a typoChia-I Wu2011-07-011-2/+2
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-251-0/+41
* st/egl: make native_buffer interface typedChia-I Wu2011-06-241-0/+72
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+1
* st/egl: Implement swapbuffer throttlingThomas Hellstrom2011-03-011-1/+102
* st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom2011-03-011-0/+41
* st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke2011-02-071-0/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-18/+2
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-291-18/+0
* st/egl: Move sw screen creation to native helper.Chia-I Wu2010-06-041-0/+18
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-311-0/+235