aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-0/+1
* mesa/st: wire up DiscardFramebufferJonathan Marek2019-01-291-0/+25
* mesa/st: rework support for sRGB framebuffer attachementsGert Wollny2019-01-281-2/+2
* st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák2019-01-091-1/+4
* st/mesa: Add support for EXT_multisampled_render_to_textureKristian H. Kristensen2018-12-061-0/+3
* st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advancedMarek Olšák2018-08-041-8/+53
* st/mesa: pass storage_sample_count parameter into st_choose_formatMarek Olšák2018-08-041-3/+3
* mesa: add gl_renderbuffer::NumStorageSamplesMarek Olšák2018-08-041-1/+3
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-2/+4
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+2
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-271-1/+5
* st/mesa: add support for ARB_sample_locationsRhys Perry2018-06-141-0/+14
* st/mesa: add new driver function DrawBufferAllocateTimothy Arceri2018-04-251-6/+4
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-171-5/+4
* st: Don't try to finalize the texture in st_render_texture().Eric Anholt2018-03-281-4/+0
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-191-0/+2
* st/mesa: use st_access_flags_to_transfer_flags() helper in more placesBrian Paul2018-02-061-9/+9
* mesa: Make numSamples an unsigned intGert Wollny2018-01-191-1/+1
* st/mesa: Handle BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+6
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-091-2/+2
* st/mesa: only try to create 1x msaa surfaces for "fake" msaa driversBrian Paul2017-08-311-3/+10
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-031-3/+2
* st/mesa: whitespace fixes in st_cb_fbo.cBrian Paul2017-07-061-29/+19
* st/mesa: fix texture image resource selection in st_render_texture()Brian Paul2017-06-301-1/+18
* st/mesa: add st_invalidate_buffers() helperTimothy Arceri2017-06-091-2/+3
* st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák2017-06-071-26/+23
* st/mesa: minor clean-ups in st_update_renderbuffer_surface()Brian Paul2017-04-261-9/+8
* st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul2017-04-121-0/+1
* st/mesa: minor optimization in st_DrawBuffers()Brian Paul2017-04-121-8/+16
* st: Add cubeMapFace parameter to st_finalize_texture.Michal Srb2017-04-011-1/+1
* st/mesa: don't update unrelated states in non-draw calls such as ClearMarek Olšák2017-02-251-1/+1
* st/mesa: handle negative _ColorDrawBufferIndexes values correctlyFrancesco Ansanelli2016-06-241-1/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* mesa/st: log some additional invalid-fbo casesRob Clark2016-04-251-0/+3
* st/mesa: fix glReadBuffer() assertion failureBrian Paul2016-04-081-0/+2
* st/mesa: use the texture view's format for render-to-textureNicolai Hähnle2016-03-211-7/+15
* st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul2016-02-241-2/+11
* st/fbo: use pipe_surface_release instead of pipe_surface_referenceKrzysztof Sobiecki2015-10-141-1/+1
* st/mesa: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2015-10-061-12/+1
* st/mesa: remove st_bind_framebuffer()Brian Paul2015-09-221-12/+0
* st/mesa: remove unneeded pipe_surface_release() in st_render_texture()Brian Paul2015-06-241-2/+0
* main: Rename framebuffer renderbuffer software fallback.Laura Ekstrand2015-05-141-1/+1
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-3/+3
* mesa/st: NumLayers is only valid for array texturesIlia Mirkin2014-09-251-1/+2
* mesa/st: add ARB_texture_view supportIlia Mirkin2014-09-121-0/+10
* st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák2014-08-111-1/+1
* st/mesa: make winsys fbo sRGB-capable when supportedChia-I Wu2014-03-061-3/+22
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* st/mesa: add a simple sanity check assertion in st_validate_attachment()Brian Paul2014-01-241-0/+6
* st/mesa: fix glReadBuffer(GL_NONE) segfaultBrian Paul2014-01-231-1/+2