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: 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
*
mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizes
Brian Paul
2009-01-22
1
-17
/
+16
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
1
-1
/
+1
*
mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...
Brian Paul
2008-09-21
1
-0
/
+78
*
fix BUFFER_DEPTH/BUFFER_ACCUM mix-up
Brian Paul
2008-09-02
1
-6
/
+6
*
Fix some issues with glDrawBuffer(GL_NONE), bug 14198
Brian
2008-01-22
1
-0
/
+3
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-32
/
+13
*
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
1
-26
/
+71
*
Rework the GL_READ_BUFFER, GL_DRAW_BUFFER state repairs that Roland previousl...
Brian
2007-08-16
1
-6
/
+20
*
update comments, etc related to Read/DrawBuffer state
Brian
2007-08-16
1
-18
/
+28
*
Implement mutex/locking around texture object reference counting.
Brian
2007-08-13
1
-9
/
+4
*
fix mesa's handling of fbo's / window fb (again)
Roland Scheidegger
2007-07-19
1
-2
/
+1
*
fix up mesa's probably bogus framebuffer updates with different read/write fbs
Roland Scheidegger
2007-07-19
1
-12
/
+26
[next]