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: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktop
Ian Romanick
2012-12-03
1
-2
/
+6
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-1
/
+1
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-26
/
+26
*
mesa: move some helper functions from fboobject.c to glformats.c
Marek Olšák
2012-11-29
1
-119
/
+8
*
mesa: fix BlitFramebuffer between linear and sRGB formats
Marek Olšák
2012-11-28
1
-3
/
+39
*
mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well.
Kenneth Graunke
2012-11-19
1
-4
/
+5
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-27
/
+27
*
mesa: add fbo/texture support for ARB_texture_cube_map_array (v2)
Dave Airlie
2012-11-09
1
-2
/
+4
*
mesa: fix signed/unsigned MSVC warnings in fbobject.c
Brian Paul
2012-11-06
1
-2
/
+3
*
mesa: Generate invalid operation in glGenerateMipMap for integer textures
Anuj Phogat
2012-11-05
1
-0
/
+9
*
mesa: remove unimplemented FramebufferTextureFaceARB
Jordan Justen
2012-11-03
1
-10
/
+0
*
mesa: remove unimplemented FramebufferTextureARB
Jordan Justen
2012-11-03
1
-11
/
+0
*
mesa: Ignore SRGB when determining compatible resolve formats.
Kenneth Graunke
2012-09-20
1
-1
/
+2
*
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
2012-09-15
1
-9
/
+0
*
mesa: remove FEATURE_OES_EGL_image define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_ARB_shader_objects and related defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
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
[next]