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
/
fbobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/msaa: Allow X and Y flips in multisampled blits.
Paul Berry
2012-09-11
1
-2
/
+2
*
mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather th...
Ian Romanick
2012-08-29
1
-68
/
+132
*
mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than t...
Ian Romanick
2012-08-29
1
-1
/
+2
*
mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rath...
Ian Romanick
2012-08-29
1
-27
/
+29
*
mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wra...
Ian Romanick
2012-08-29
1
-2
/
+9
*
mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than t...
Ian Romanick
2012-08-29
1
-2
/
+4
*
mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image
Brian Paul
2012-08-16
1
-0
/
+2
*
mesa: flush vertices in test_framebuffer_completeness
Marek Olšák
2012-08-15
1
-0
/
+3
*
mesa: Add skeleton implementations of glInvalidate{Sub,}Framebuffer
Ian Romanick
2012-08-14
1
-0
/
+141
*
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
2012-08-07
1
-4
/
+4
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-7
/
+7
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-1
/
+1
*
mesa: fix format checking when doing a multisample resolve
Marek Olšák
2012-07-23
1
-1
/
+111
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
1
-0
/
+3
*
mesa: if AllocStorage doesn't choose a format, report FRAMEBUFFER_UNSUPPORTED
Marek Olšák
2012-06-16
1
-1
/
+10
*
mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flags
Brian Paul
2012-05-11
1
-14
/
+6
*
fbo: Only reuse depth/stencil attachments if the parameters match.
Paul Berry
2012-05-07
1
-3
/
+11
*
mesa: Fix the cause of piglit test fbo-array failure
Anuj Phogat
2012-03-12
1
-1
/
+3
*
mesa: add more comments about textarget in framebuffer_texture()
Brian Paul
2012-03-12
1
-2
/
+10
*
mesa: Fix valid texture target test in _mesa_GetTexLevelParameteriv()
Anuj Phogat
2012-03-05
1
-1
/
+1
*
mesa: Only end render-to-texture at bind time for drawbuffers.
Eric Anholt
2012-02-17
1
-5
/
+2
*
mesa: fix comment typos in fbobject.c
Brian Paul
2012-02-15
1
-2
/
+2
*
mesa: remove ctx->Const.sRGBCapable
Marek Olšák
2012-01-25
1
-1
/
+1
*
mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
2012-01-25
1
-6
/
+10
*
mesa: add missing integer alpha formats to _mesa_base_fbo_format
Marek Olšák
2012-01-25
1
-0
/
+9
*
mesa: Loosen glBlitFramebuffer restrictions on depthstencil buffers (v2)
Chad Versace
2012-01-20
1
-3
/
+10
*
mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.
Eric Anholt
2012-01-12
1
-1
/
+2
*
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
2012-01-12
1
-33
/
+14
*
mesa: add missing color buffer datatype check for glBlitFramebuffer()
Brian Paul
2012-01-10
1
-0
/
+44
*
mesa: fix error message in _mesa_BlitFramebufferEXT()
Brian Paul
2012-01-09
1
-1
/
+1
*
mesa: check depth, stencil formats (not depths) in glBlitFramebuffer
Brian Paul
2012-01-09
1
-6
/
+4
*
mesa: add missing error check for linear blit of integer colors
Brian Paul
2012-01-09
1
-0
/
+13
*
mesa: whitespace and comment fixes in fbobject.c
Brian Paul
2011-12-16
1
-9
/
+11
*
mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT()
Brian Paul
2011-12-13
1
-6
/
+8
*
mesa: move _mesa_base_format_has_channel() into image.c
Brian Paul
2011-11-28
1
-1
/
+1
*
mesa: use _mesa_base_format_has_channel() in fbobject.c queries
Brian Paul
2011-11-28
1
-41
/
+4
*
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
Dave Airlie
2011-11-28
1
-0
/
+3
*
mesa: define, use _mesa_is_cube_face() in several places
Brian Paul
2011-11-19
1
-9
/
+1
*
mesa: Fix glFramebufferTexture*() for depth and stencil attachments
Chad Versace
2011-11-11
1
-3
/
+55
*
mesa: fix a logic error in glFramebufferTexture2D
Chia-I Wu
2011-11-03
1
-1
/
+1
*
mesa: fix the low limit of width and height for glRenderbufferStorage
Yuanhan Liu
2011-11-03
1
-2
/
+2
*
mesa: Round the argument to PixelStoref instead of truncating.
Eric Anholt
2011-10-20
1
-0
/
+8
*
mesa: Only allow queries of window system FBO on desktop GL w/ARB_fbo
Ian Romanick
2011-10-11
1
-0
/
+15
*
mesa: Accept GL_DEPTH and GL_STENCIL for window system FBO only
Ian Romanick
2011-10-11
1
-12
/
+27
*
mesa: update fbo format tablet for integer types.
Dave Airlie
2011-10-05
1
-1
/
+61
*
mesa/es: Allow other color attachments in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-1
/
+5
*
mesa/es: Validate FBO target enum in Mesa code rather than the ES wrapper
Ian Romanick
2011-10-04
1
-2
/
+4
*
mesa/es: Validate FBO attachment enum in Mesa code rather than the ES wrapper
Ian Romanick
2011-10-04
1
-1
/
+6
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-3
/
+3
*
mesa: Remove all mention of MESA_FORMAT_CI8
Ian Romanick
2011-08-29
1
-1
/
+1
[next]