index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
framebuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
1
-1
/
+1
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
1
-0
/
+1
*
mesa: handle a bunch of formats in IMPLEMENTATION_COLOR_READ_*
Tomeu Vizoso
2018-07-18
1
-32
/
+43
*
mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
1
-0
/
+10
*
mesa: Silence an unused parameter warning
Ian Romanick
2018-05-04
1
-5
/
+4
*
mesa: call DrawBufferAllocate driver hook in update_framebuffer for windows-s...
Boyan Ding
2018-04-25
1
-0
/
+6
*
mesa: some C99 tidy ups for framebuffer.c
Timothy Arceri
2018-04-25
1
-13
/
+5
*
mesa: add xbgr support adjacent to xrgb
Ilia Mirkin
2018-02-19
1
-1
/
+3
*
mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
1
-2
/
+2
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-7
/
+7
*
mesa: remove update_framebuffer_size
Marek Olšák
2017-06-22
1
-43
/
+1
*
mesa/main: fix gl_buffer_index enum comparison
Rob Herring
2017-06-07
1
-2
/
+2
*
mesa: make _mesa_scissor_bounding_box() static
Samuel Pitoiset
2017-06-07
1
-5
/
+5
*
mesa: remove wip framebuffer code
Timothy Arceri
2017-04-28
1
-7
/
+0
*
main/framebuffer: refactor _mesa_get_color_read_format/type
Alejandro Piñeiro
2017-02-06
1
-16
/
+61
*
mesa: drop unneeded assert
Emil Velikov
2016-11-21
1
-1
/
+0
*
mesa/main: consider multisampling enabled when number of samples == 1
Nicolai Hähnle
2016-11-18
1
-1
/
+1
*
mesa: Add helper function _mesa_is_alpha_to_coverage_enabled()
Anuj Phogat
2016-11-07
1
-0
/
+13
*
mesa: Add helper function _mesa_is_alpha_test_enabled()
Anuj Phogat
2016-11-07
1
-0
/
+11
*
mesa: Use separate line for function return type
Anuj Phogat
2016-11-07
1
-1
/
+2
*
mesa: Fix types in _mesa_get_color_read_format().
Kenneth Graunke
2016-09-05
1
-1
/
+1
*
mesa: change state query return value for RGB565
Haixia Shi
2016-08-12
1
-2
/
+2
*
mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM
Jordan Justen
2016-04-25
1
-0
/
+2
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
1
-0
/
+19
*
mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common code
Ian Romanick
2015-10-06
1
-0
/
+19
*
mesa: remove Driver.ResizeBuffers
Marek Olšák
2015-10-03
1
-2
/
+1
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
mesa: helper function for scissor box of gl_framebuffer
Kevin Rogovin
2015-06-17
1
-15
/
+32
*
mesa: Define infrastructure for ARB_framebuffer_no_attachments
Kevin Rogovin
2015-06-17
1
-0
/
+1
*
main: Refactor _mesa_drawbuffers.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
main: Refactor _mesa_update_draw_buffer_bounds.
Laura Ekstrand
2015-05-14
1
-3
/
+3
*
main: Refactor _mesa_[update|get]_clamp_fragment_color.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
main: Refactor _mesa_[update|get]_clamp_vertex_color.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
main: Refactor _mesa_update_framebuffer.
Laura Ekstrand
2015-05-14
1
-7
/
+4
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-10
/
+10
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
1
-1
/
+1
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-7
/
+7
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-5
/
+5
*
mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_bounds
Ian Romanick
2014-01-20
1
-29
/
+56
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-9
/
+10
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: Remove GL_MESA_resize_buffers
Ian Romanick
2013-06-28
1
-10
/
+0
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-69
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: handle missing read buffer in _mesa_get_color_read_format/type()
Brian Paul
2013-06-02
1
-30
/
+48
[next]