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
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-26
1
-8
/
+19
|
\
|
*
mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support
Erik Wien
2010-01-26
1
-8
/
+19
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-3
/
+0
|
\
|
|
*
mesa: Remove unnecessary headers from fbobject.c.
Vinson Lee
2010-01-18
1
-3
/
+0
*
|
mesa: added comment about future FBO formats
Brian Paul
2010-01-19
1
-0
/
+3
|
/
*
mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()
Brian Paul
2009-11-16
1
-0
/
+5
*
mesa: use _mesa_get_current_tex_object()
Brian Paul
2009-11-16
1
-3
/
+1
*
mesa: fix some begin/end render-to-texture logic
brian
2009-11-10
1
-21
/
+38
*
mesa: move check_begin/end_texture_render() calls
brian
2009-11-10
1
-9
/
+11
*
mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()
brian
2009-11-10
1
-3
/
+7
*
mesa: rename vars in _mesa_BindFramebufferEXT()
brian
2009-11-10
1
-22
/
+21
*
mesa: added comment for check_begin_texture_render()
brian
2009-11-10
1
-0
/
+5
*
mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()
Eric Anholt
2009-11-06
1
-0
/
+4
*
mesa: clean-up, remove some flushing in FBO functions
Brian Paul
2009-11-03
1
-7
/
+11
*
mesa: fix indentation
Brian Paul
2009-11-03
1
-2
/
+1
*
mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()
Brian Paul
2009-11-03
1
-7
/
+10
*
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-29
1
-0
/
+2
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-97
/
+105
|
\
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-93
/
+97
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-2
/
+2
|
*
mesa: use more format helper functions
Brian Paul
2009-09-27
1
-5
/
+9
*
|
mesa: debug code for glBlitFramebuffer()
Brian Paul
2009-10-27
1
-0
/
+55
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-23
1
-12
/
+0
|
\
\
|
*
|
mesa: remove FBO texture depth/stencil test
Brian Paul
2009-10-23
1
-12
/
+0
*
|
|
mesa: simplify att->CubeMapFace assignment
Brian Paul
2009-10-23
1
-6
/
+1
*
|
|
mesa: more detailed error messages in fbo code
Brian Paul
2009-10-23
1
-2
/
+5
*
|
|
mesa: minor clean up in check_begin_texture_render()
Brian Paul
2009-10-12
1
-1
/
+1
*
|
|
mesa: Remove another unexplained Flush call, this time from BindFramebuffer.
Eric Anholt
2009-10-02
1
-3
/
+0
*
|
|
Revert "Flush driver, not just tnl module."
Eric Anholt
2009-10-02
1
-26
/
+0
*
|
|
mesa: use _mesa_get_current_tex_unit() helper
Brian Paul
2009-09-28
1
-1
/
+2
|
|
/
|
/
|
*
|
mesa: minor clean-up
Brian Paul
2009-09-15
1
-3
/
+3
*
|
mesa: clean-up fbo debug code
Brian Paul
2009-09-15
1
-16
/
+23
|
/
*
mesa: move assertions in test_attachment_completeness()
Brian Paul
2009-08-14
1
-5
/
+7
*
mesa: generate GL_INVALID_OPERATION for missing z/stencil when blitting
Brian Paul
2009-08-05
1
-2
/
+6
*
mesa: Mark FBOs with compressed color attachments as FBO-incomplete.
Eric Anholt
2009-06-17
1
-0
/
+5
*
mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
Mathias Fröhlich
2009-05-19
1
-4
/
+14
*
mesa: protect driver.flush() with FLUSH_CURRENT
Keith Whitwell
2009-04-22
1
-7
/
+6
*
mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()
Brian Paul
2009-02-26
1
-6
/
+13
*
mesa: add some debug code to help diagnose incomplete FBO attachments (disabled)
Brian Paul
2009-02-17
1
-0
/
+27
*
Merge commit 'origin/gallium-master-merge'
Brian Paul
2009-02-10
1
-1
/
+1
|
\
|
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-1
/
+1
|
|
\
|
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-09
1
-2
/
+10
|
|
|
\
|
|
*
\
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-1
/
+3
|
|
|
\
\
|
|
|
*
|
mesa: fix some feature tests
Brian Paul
2008-08-08
1
-0
/
+2
|
|
|
*
|
fix some FBO/texture queries (bug 15296)
Brian Paul
2008-08-06
1
-2
/
+12
|
|
|
*
|
mesa: Implement mutex/locking around texture object reference counting.
Brian Paul
2008-07-04
1
-11
/
+6
|
|
|
*
|
mesa: move assertion
Brian Paul
2008-07-04
1
-2
/
+2
|
|
|
*
|
mesa: fix problem freeing framebuffer/renderbuffer objects
Brian Paul
2008-07-03
1
-2
/
+23
|
|
|
*
|
mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()
Brian Paul
2008-03-28
1
-1
/
+1
|
|
|
*
|
Remove unused texunit parameter to ctx->Driver.GenerateMipmap()
Brian
2008-02-08
1
-1
/
+1
[next]