index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
fbobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
1
-0
/
+1
*
mesa: Fix detection of invalidating both depth and stencil.
Eric Anholt
2020-01-13
1
-2
/
+3
*
mesa: add ARB_framebuffer_no_attachments named functions
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-0
/
+76
*
mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEXT function
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-0
/
+19
*
mesa: add EXT_dsa glNamedRenderbufferStorageEXT and glGetNamedRenderbufferPar...
Pierre-Eric Pelloux-Prayer
2019-10-18
1
-0
/
+34
*
mesa: Handle pbuffers in desktop GL framebuffer attachment queries
Kenneth Graunke
2019-10-15
1
-5
/
+7
*
mesa: Allow MESA_framebuffer_flip_y for GLES 3
Fritz Koenig
2019-10-08
1
-12
/
+47
*
mesa: add EXT_dsa (Named)Framebuffer functions
Pierre-Eric Pelloux-Prayer
2019-07-30
1
-11
/
+200
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
1
-2
/
+2
*
mesa: rename logging functions to reflect that they format strings
Mark Janes
2019-03-14
1
-5
/
+5
*
mesa: Fix RGBBuffers for renderbuffers with sized internal formats
Kenneth Graunke
2019-02-25
1
-1
/
+4
*
mesa: add explicit enable for EXT_float_blend, and error condition
Ilia Mirkin
2019-02-18
1
-0
/
+4
*
mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachment
Tapani Pälli
2019-02-18
1
-2
/
+6
*
mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
Eric Anholt
2019-01-31
1
-0
/
+23
*
mesa: wire up InvalidateFramebuffer
Rob Clark
2019-01-29
1
-4
/
+64
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
1
-1
/
+1
*
st/mesa: Optionally override RGB/RGBX dst alpha blend factors
Kenneth Graunke
2019-01-15
1
-0
/
+4
*
mesa: Add core support for EXT_multisampled_render_to_texture{,2}
Kristian H. Kristensen
2018-12-06
1
-14
/
+43
*
mesa: mark GL_SR8_EXT non-renderable on GLES
Marek Olšák
2018-11-12
1
-0
/
+1
*
mesa: enable EXT_framebuffer_object in core profile
Timothy Arceri
2018-09-18
1
-22
/
+12
*
mesa: FramebufferParameteri parameter checking
Fritz Koenig
2018-09-17
1
-0
/
+1
*
mesa: add missing return statement for GL_RG_SNORM case
Danylo Piliaiev
2018-09-06
1
-1
/
+1
*
mesa: enable ARB_direct_state_access in compat for GL3.1+
Timothy Arceri
2018-08-30
1
-6
/
+7
*
mesa: enable EXT_render_snorm extension
Tapani Pälli
2018-08-13
1
-8
/
+29
*
mesa: add functional FBO changes for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
1
-17
/
+79
*
mesa: add gl_renderbuffer::NumStorageSamples
Marek Olšák
2018-08-04
1
-8
/
+17
*
glapi: define AMD_framebuffer_multisample_advanced and add its functions
Marek Olšák
2018-08-04
1
-0
/
+22
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
1
-16
/
+25
*
mesa: add glRenderbufferStorage support for EXT_texture_norm16 formats
Tapani Pälli
2018-07-31
1
-3
/
+7
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
1
-0
/
+16
*
mesa: add missing return in error path
Eric Engestrom
2018-06-18
1
-1
/
+3
*
mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
1
-28
/
+228
*
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
2018-05-09
1
-31
/
+41
*
mesa: add missing RGB9_E5 format in _mesa_base_fbo_format
Juan A. Suarez Romero
2018-02-23
1
-0
/
+3
*
Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"
Antia Puentes
2018-01-31
1
-3
/
+0
*
mesa: add missing RGB9_E5 format in _mesa_base_fbo_format
Juan A. Suarez Romero
2018-01-25
1
-0
/
+3
*
mesa: add const qualifier on _mesa_base_fbo_format()
Brian Paul
2017-12-05
1
-1
/
+1
*
mesa: s/%u/%d/ in _mesa_error() call in check_layer()
Brian Paul
2017-12-05
1
-2
/
+1
*
mesa: add const qualifier in test_attachment_completeness()
Brian Paul
2017-12-05
1
-1
/
+1
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
1
-7
/
+7
*
mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.
Kenneth Graunke
2017-10-27
1
-0
/
+9
*
mesa: minor simplification in test_attachment_completeness()
Brian Paul
2017-10-14
1
-2
/
+1
*
mesa: Expose GL_OES_required_internalformat on GLES contexts.
Eric Anholt
2017-10-10
1
-0
/
+1
*
mesa: make glFramebuffer* check immutable texture level bounds
Kenneth Graunke
2017-10-07
1
-6
/
+14
*
mesa/main: R10G10B10_(A2) formats are not color renderable in ES
Nicolai Hähnle
2017-10-02
1
-2
/
+5
*
mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()
Samuel Pitoiset
2017-07-31
1
-0
/
+13
*
mesa: add KHR_no_error support to glFramebufferRenderbuffer()
Samuel Pitoiset
2017-07-31
1
-0
/
+22
*
mesa: add framebuffer_renderbuffer_error() helper
Samuel Pitoiset
2017-07-31
1
-46
/
+63
*
mesa: add KHR_no_error support to glInvalidate*()
Samuel Pitoiset
2017-07-31
1
-0
/
+17
*
mesa: remove duplicated code around framebuffer_renderbuffer()
Samuel Pitoiset
2017-07-20
1
-47
/
+23
[next]