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: 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
*
mesa: handle array textures in GenerateMipmap(), FramebufferTexture1/2D()
Brian Paul
2011-08-19
1
-3
/
+21
*
mesa: restructure error checking in _mesa_FramebufferTexture1D/2DEXT()
Brian Paul
2011-08-19
1
-11
/
+45
*
mesa: fix incorrect error code in _mesa_FramebufferTexture1D/3DEXT()
Brian Paul
2011-08-18
1
-2
/
+2
*
mesa: GLES2 should return different error enums for invalid fbo queries
Marek Olšák
2011-07-21
1
-7
/
+16
*
mesa: return early if mask is cleared to zero in BlitFramebuffer
Marek Olšák
2011-07-10
1
-0
/
+4
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-0
/
+19
*
mesa: Fix render-to-texture regression.
Eric Anholt
2011-06-18
1
-2
/
+2
*
mesa: use helper functions to distinguish between user/winsys FBOs
Brian Paul
2011-06-16
1
-18
/
+42
*
mesa: Ignore blits to/from missing buffers
Ian Romanick
2011-06-07
1
-8
/
+37
*
mesa: queries of non-existent FBO attachments should return INVALID_OPERATION
Marek Olšák
2011-06-01
1
-1
/
+26
*
mesa: Allow NULL read/draw in complete FBOs in ARB_ES2_compatibility.
Eric Anholt
2011-05-26
1
-1
/
+1
*
mesa: make RGB9_E5 non-renderable on swrast again
Marek Olšák
2011-05-17
1
-6
/
+4
*
mesa: implement EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+2
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+11
[next]