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: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-7
/
+0
*
mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Eric Anholt
2013-06-07
1
-18
/
+25
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Implement ext_framebuffer_multisample_blit_scaled extension
Anuj Phogat
2013-05-30
1
-6
/
+30
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
1
-3
/
+3
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-4
/
+4
*
mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.
Eric Anholt
2013-05-17
1
-9
/
+15
*
mesa: Make Mesa core set up wrapped texture renderbuffer state.
Eric Anholt
2013-05-06
1
-0
/
+7
*
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
2013-05-06
1
-5
/
+43
*
mesa: implement glFramebufferTexture
Jordan Justen
2013-05-01
1
-0
/
+16
*
mesa: add Layered field to framebuffers
Jordan Justen
2013-05-01
1
-0
/
+20
*
mesa: add renderbuffer attachment Layered field
Jordan Justen
2013-05-01
1
-7
/
+9
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebuffer
Marek Olšák
2013-04-24
1
-2
/
+2
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-1
/
+6
*
mesa: refactor clamping controls, get rid of _ClampReadColor
Marek Olšák
2013-04-06
1
-0
/
+10
*
mesa: only check sample count if we actually wanted multisampling
Chris Forbes
2013-03-27
1
-9
/
+10
*
mesa: helper for checking renderbuffer sample count
Chris Forbes
2013-03-24
1
-3
/
+10
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
1
-0
/
+26
*
mesa: Fix FB blitting in case of zero size src or dst rect
Anuj Phogat
2013-03-13
1
-1
/
+3
*
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
[next]