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: Use _mesa_detach_renderbuffer when deleting a texture
Ian Romanick
2013-08-13
1
-5
/
+21
*
mesa: Make detach_renderbuffer available outside fbobject.c
Ian Romanick
2013-08-13
1
-9
/
+32
*
mesa: Generate a renderbuffer wrapper even if the texture has no image
Ian Romanick
2013-08-06
1
-2
/
+3
*
mesa: Validate the layer selection of an array texture too
Ian Romanick
2013-08-06
1
-4
/
+30
*
mesa: Don't call driver RenderTexture for invalid zoffset
Ian Romanick
2013-08-06
1
-0
/
+6
*
mesa: Don't call driver RenderTexture for really broken textures
Ian Romanick
2013-08-06
1
-2
/
+20
*
mesa: Remove stray debug printfs in attachment completeness code
Ian Romanick
2013-08-06
1
-2
/
+0
*
mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctly
Ian Romanick
2013-08-06
1
-8
/
+19
*
mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctly
Ian Romanick
2013-08-06
1
-6
/
+18
*
main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.
Paul Berry
2013-08-01
1
-1
/
+1
*
mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete.
Matt Turner
2013-07-29
1
-2
/
+6
*
mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently
9.2-branchpoint
Tomasz Lis
2013-07-18
1
-0
/
+14
*
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
[next]