index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
framebuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove ctx->Const.sRGBCapable
Marek Olšák
2012-01-25
1
-1
/
+1
*
mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions
Brian Paul
2012-01-12
1
-4
/
+4
*
mesa: remove obsolete comment on _mesa_dest_buffer_exists()
Brian Paul
2012-01-12
1
-1
/
+0
*
mesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffer fields
Brian Paul
2012-01-06
1
-6
/
+0
*
mesa: remove _DepthBuffer, _StencilBuffer resize code
Brian Paul
2011-12-13
1
-18
/
+0
*
mesa: move depth/stencil buffer validation to swrast
Brian Paul
2011-12-13
1
-3
/
+0
*
mesa: move update_depth/stencil_buffer() functions
Brian Paul
2011-12-13
1
-76
/
+2
*
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
2011-12-10
1
-0
/
+1
*
mesa: check attachment Type field in renderbuffer_exists()
Brian Paul
2011-10-13
1
-10
/
+4
*
mesa: consolidate _mesa_source/dest_buffer_exists()
Brian Paul
2011-10-13
1
-87
/
+43
*
mesa: make _mesa_update_depth/stencil_buffer() static
Brian Paul
2011-10-11
1
-24
/
+10
*
mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_exists
Ian Romanick
2011-09-06
1
-2
/
+0
*
mesa: don't forget about sampleBuffers in framebuffer visual update
Christoph Bumiller
2011-07-27
1
-0
/
+1
*
mesa: use inline function wrapper for _mesa_reference_framebuffer()
Brian Paul
2011-07-14
1
-8
/
+4
*
mesa: implement depth/stencil renderbuffer wrapper accessors for Z32F_X24S8
Marek Olšák
2011-07-10
1
-2
/
+8
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
1
-1
/
+13
*
mesa: added _mesa_get_attachment_teximage() helpers
Brian Paul
2011-04-05
1
-2
/
+2
*
mesa: fix up assertion in _mesa_source_buffer_exists
Marek Olšák
2011-03-14
1
-0
/
+2
*
Revert "mesa: reduce calls to _mesa_test_framebuffer_completeness()"
Brian Paul
2011-03-02
1
-1
/
+1
*
mesa: remove some old do-nothing code
Brian Paul
2011-02-28
1
-3
/
+0
*
mesa: reduce calls to _mesa_test_framebuffer_completeness()
Brian Paul
2011-02-28
1
-1
/
+1
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
1
-0
/
+2
*
mesa: Use the common logic for "is this baseformat a color format?"
Eric Anholt
2011-01-03
1
-4
/
+4
*
mesa: added cases for GL_EXT_texture_integer formats
Brian Paul
2010-10-23
1
-0
/
+20
*
mesa: add GL_RG case to _mesa_source_buffer_exists()
Brian Paul
2010-10-21
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-15
/
+15
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
mesa: fix mixed-up function call name
Brian Paul
2010-08-26
1
-2
/
+2
*
mesa: Identify packed depth/stencil buffers using the Format field.
Nick Bowler
2010-08-26
1
-2
/
+2
*
intel: Implement EGL_KHR_surfaceless extension
Kristian Høgsberg
2010-07-28
1
-1
/
+0
*
mesa: fix assertion failure for GL_ALPHA FBOs
Marek Olšák
2010-06-23
1
-0
/
+1
*
mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object.
Eric Anholt
2010-06-10
1
-1
/
+2
*
mesa: added _mesa_print_framebuffer() for debugging
Brian Paul
2010-04-29
1
-0
/
+41
*
mesa: added new function comments
Brian Paul
2010-03-10
1
-0
/
+8
*
mesa: Remove checks of Visual.rgbMode
Ian Romanick
2010-03-03
1
-6
/
+1
*
mesa: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-21
1
-2
/
+6
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-3
/
+3
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-12
/
+29
*
mesa: Move OES_read_format support from drivers into the core.
Eric Anholt
2009-12-09
1
-0
/
+26
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-30
/
+40
*
mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists()
Brian Paul
2009-08-08
1
-4
/
+8
*
mesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buffer_exists()
Brian Paul
2009-08-07
1
-10
/
+12
*
mesa: add missing _glthread_INIT_MUTEX in _mesa_new_framebuffer()
Keith Whitwell
2009-03-12
1
-0
/
+1
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-16
/
+0
*
mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende...
Brian Paul
2009-02-09
1
-21
/
+24
*
mesa: move call to _mesa_update_framebuffer_visual()
Brian Paul
2009-01-27
1
-1
/
+0
*
mesa: avoid calling _mesa_test_framebuffer_completeness() more than needed
Brian Paul
2009-01-22
1
-2
/
+4
*
mesa: update Visual.samples field in _mesa_update_framebuffer_visual()
Brian Paul
2009-01-22
1
-0
/
+1
[next]