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
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
*
ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachments
Ian Romanick
2010-10-01
1
-2
/
+8
*
mesa: Don't reuse DummyFramebuffer as the incomplete framebuffer
Kristian Høgsberg
2010-09-09
1
-1
/
+7
*
mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.
Eric Anholt
2010-09-07
1
-0
/
+6
*
mesa: Fix printf-like warnings.
Vinson Lee
2010-09-02
1
-1
/
+1
*
mesa: initialize dummy framebuffer and renderbuffer mutexes
Vladimir Vukicevic
2010-09-01
1
-0
/
+2
*
intel: Implement EGL_KHR_surfaceless extension
Kristian Høgsberg
2010-07-28
1
-0
/
+5
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+22
*
mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv()
Brian Paul
2010-06-22
1
-1
/
+44
*
mesa: Allow querying the system FBO in GetFramebufferAttachmentParameteriv
Kristian Høgsberg
2010-06-15
1
-6
/
+8
*
mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.
Eric Anholt
2010-06-10
1
-2
/
+5
*
mesa: whitespace and 80 column wrapping
Brian Paul
2010-06-02
1
-3
/
+12
*
mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format check
Brian Paul
2010-05-27
1
-3
/
+3
*
mesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT
Kristian Høgsberg
2010-05-24
1
-21
/
+23
*
mesa: use GL_RGBA16_SNORM for accum buffer
Brian Paul
2010-05-09
1
-0
/
+1
*
mesa: Move GL_RGB565 workaround into fbobject.c
Kristian Høgsberg
2010-04-27
1
-0
/
+15
*
mesa: Add OES_EGL_image to extension list.
Chia-I Wu
2010-04-06
1
-0
/
+6
*
mesa: Add missing features.
Chia-I Wu
2010-03-30
1
-1
/
+1
*
mesa: added GL3 buffer attachment aliases
Brian Paul
2010-03-20
1
-0
/
+4
*
mesa: raise an error when trying to bind non-existant texture to FBO
Brian Paul
2010-03-10
1
-0
/
+8
*
mesa: remove redundant call to _mesa_base_fbo_format()
Brian Paul
2010-02-25
1
-1
/
+1
*
mesa: put declaration before code
Brian Paul
2010-02-24
1
-1
/
+1
*
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2010-02-24
1
-0
/
+24
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-25
/
+25
*
mesa: fix int/uint comparison warnings
Brian Paul
2010-01-27
1
-1
/
+1
*
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
[next]