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: support multisample textures in framebuffer completeness check
Chris Forbes
2013-03-02
1
-14
/
+37
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-2
/
+9
*
gles2: a stub implementation for GL_EXT_discard_framebuffer
Tapani Pälli
2013-02-20
1
-0
/
+53
*
mesa/es3: Apply stricter multisample blit rules for ES3.
Ian Romanick
2013-01-22
1
-13
/
+48
*
mesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query of DEPTH_STENC...
Ian Romanick
2013-01-22
1
-0
/
+16
*
mesa: Don't allow blits to / from the same buffer in OpenGL ES 3.0
Ian Romanick
2013-01-22
1
-0
/
+31
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-25
/
+0
*
fbobject: add additional fbo completeness checks for GLES
Jordan Justen
2013-01-20
1
-1
/
+45
*
extensions: enable EXT_color_buffer_float for ES3
Jordan Justen
2013-01-20
1
-9
/
+17
*
mesa: move declarations before code to fix MSVC build
Brian Paul
2013-01-15
1
-4
/
+8
*
mesa: Add error checking in _mesa_BlitFramebuffer() for MRTs
Anuj Phogat
2013-01-15
1
-47
/
+62
*
mesa: Fix GL error generation in _mesa_GetFramebufferAttachmentParameteriv()
Anuj Phogat
2013-01-15
1
-1
/
+28
*
mesa: Fix GL error generation in glBlitFramebuffer()
Anuj Phogat
2013-01-15
1
-15
/
+49
*
mesa: Reject texture-only formats as renderbuffer formats in ES 3
Matt Turner
2013-01-15
1
-9
/
+5
*
fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo on ES/Core
Jordan Justen
2013-01-14
1
-1
/
+2
*
fbobject: add VERBOSE=api message for renderbuffer storage
Jordan Justen
2013-01-14
1
-1
/
+16
*
fbobject: add VERBOSE=api message for check framebuffer status
Jordan Justen
2013-01-14
1
-0
/
+4
*
mesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3
Matt Turner
2013-01-10
1
-1
/
+1
*
mesa: Disallow R, RG, or RGB integer and unsigned formats in OpenGL ES 3.0
Ian Romanick
2013-01-04
1
-4
/
+2
*
mesa: Disallow SNORM formats for renderbuffers in OpenGL ES
Ian Romanick
2013-01-04
1
-16
/
+4
*
mesa: Disallow deprecated SNORM formats for renderbuffers
Ian Romanick
2013-01-04
1
-18
/
+0
*
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
[next]