aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-281-1/+1
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-271-0/+1
* mesa: handle a bunch of formats in IMPLEMENTATION_COLOR_READ_*Tomeu Vizoso2018-07-181-32/+43
* mesa: add support for ARB_sample_locationsRhys Perry2018-06-141-0/+10
* mesa: Silence an unused parameter warningIan Romanick2018-05-041-5/+4
* mesa: call DrawBufferAllocate driver hook in update_framebuffer for windows-s...Boyan Ding2018-04-251-0/+6
* mesa: some C99 tidy ups for framebuffer.cTimothy Arceri2018-04-251-13/+5
* mesa: add xbgr support adjacent to xrgbIlia Mirkin2018-02-191-1/+3
* mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.Mario Kleiner2018-01-031-1/+2
* mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.Mario Kleiner2018-01-031-0/+3
* mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexesBrian Paul2017-11-091-2/+2
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-7/+7
* mesa: remove update_framebuffer_sizeMarek Olšák2017-06-221-43/+1
* mesa/main: fix gl_buffer_index enum comparisonRob Herring2017-06-071-2/+2
* mesa: make _mesa_scissor_bounding_box() staticSamuel Pitoiset2017-06-071-5/+5
* mesa: remove wip framebuffer codeTimothy Arceri2017-04-281-7/+0
* main/framebuffer: refactor _mesa_get_color_read_format/typeAlejandro Piñeiro2017-02-061-16/+61
* mesa: drop unneeded assertEmil Velikov2016-11-211-1/+0
* mesa/main: consider multisampling enabled when number of samples == 1Nicolai Hähnle2016-11-181-1/+1
* mesa: Add helper function _mesa_is_alpha_to_coverage_enabled()Anuj Phogat2016-11-071-0/+13
* mesa: Add helper function _mesa_is_alpha_test_enabled()Anuj Phogat2016-11-071-0/+11
* mesa: Use separate line for function return typeAnuj Phogat2016-11-071-1/+2
* mesa: Fix types in _mesa_get_color_read_format().Kenneth Graunke2016-09-051-1/+1
* mesa: change state query return value for RGB565Haixia Shi2016-08-121-2/+2
* mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORMJordan Justen2016-04-251-0/+2
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-0/+19
* mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common codeIan Romanick2015-10-061-0/+19
* mesa: remove Driver.ResizeBuffersMarek Olšák2015-10-031-2/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* mesa: helper function for scissor box of gl_framebufferKevin Rogovin2015-06-171-15/+32
* mesa: Define infrastructure for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-171-0/+1
* main: Refactor _mesa_drawbuffers.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-141-3/+3
* main: Refactor _mesa_[update|get]_clamp_fragment_color.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_[update|get]_clamp_vertex_color.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-141-7/+4
* mesa: include stdio.h where neededBrian Paul2015-03-051-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-10/+10
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-7/+7
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-2/+2
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-5/+5
* mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_boundsIan Romanick2014-01-201-29/+56
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-9/+10
* mesa: free object labels when deletingTimothy Arceri2013-09-041-0/+1
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-281-10/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-69/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-021-30/+48