summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_eglimage.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: don't lower YUV when driver supports it nativelyJonathan Marek2020-01-151-36/+47
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-201-1/+1
* mesa/st: calculate texture size based on EGLImage miplevelTapani Pälli2019-09-261-2/+5
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-311-2/+59
* mesa/st: simplify format usage in st_bind_egl_imageMike Blumenkrantz2019-07-011-15/+13
* st/mesa: unify window-system renderbuffer initializationMarek Olšák2019-01-091-10/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-6/+9
* gallium: Check pipe_screen::resource_changed before dereferencing itMichel Dänzer2018-07-121-1/+2
* st/mesa: call resource_changed when binding a EGLImage to a textureLucas Stach2018-07-121-0/+1
* st/mesa: fix import of EGL images with non-zero level or layerNicolai Hähnle2017-10-101-1/+2
* st/mesa: fix switching from surface-based to non-surface-based texturesNicolai Hähnle2017-10-101-1/+1
* st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák2017-10-031-46/+50
* st/mesa: release EGLImage on EGLImageTarget* errorPhilipp Zabel2017-07-041-0/+1
* st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák2017-06-071-1/+6
* mesa/st: fix yuv EGLImage'sRob Clark2017-05-161-2/+30
* st/mesa: improve error messages and fix security warningNicolai Hähnle2017-03-301-2/+2
* st/mesa: EGLImageTarget* error handlingPhilipp Zabel2017-03-291-4/+19
* st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.cPhilipp Zabel2017-03-291-4/+34
* st/mesa: move all sampler view code into new st_sampler_view.[ch] filesBrian Paul2016-10-061-0/+2
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+18
* st/mesa: directly compute level=0 texture size in st_finalize_textureNicolai Hähnle2016-06-081-3/+0
* st/mesa: use pipe_sampler_view_release for releasing sampler viewsMarek Olšák2014-10-161-1/+2
* st/mesa: improve sampler view handlingChristian König2014-04-041-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().Kenneth Graunke2013-09-261-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* st/mesa: handle texture_from_pixmap and other surface-based textures correctlyMarek Olšák2013-05-151-0/+1
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-6/+2
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-4/+0
* st/mesa: remove gl_renderbuffer:DataType assignmentsBrian Paul2012-01-241-1/+0
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* st/mesa: remove unneeded #includeBrian Paul2011-09-061-1/+0
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-3/+5
* st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu2010-10-311-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* st/mesa: Fix glEGLImageTargetTexture2DOES.Chia-I Wu2010-08-261-1/+2
* st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee2010-08-051-0/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+2
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-2/+2
* | st/mesa: Fix texture-from-pixmap.Chia-I Wu2010-05-051-0/+4
|/
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-2/+2
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu2010-04-041-0/+160