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
/
framebuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-7
/
+7
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-5
/
+5
*
mesa: Refactor bounding-box calculation out of _mesa_update_draw_buffer_bounds
Ian Romanick
2014-01-20
1
-29
/
+56
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-9
/
+10
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
1
-0
/
+1
*
mesa: Remove GL_MESA_resize_buffers
Ian Romanick
2013-06-28
1
-10
/
+0
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
1
-69
/
+0
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: handle missing read buffer in _mesa_get_color_read_format/type()
Brian Paul
2013-06-02
1
-30
/
+48
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-2
/
+1
*
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: move updating clamp control derived state out of mesa_update_state_locked
Marek Olšák
2013-04-06
1
-0
/
+4
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-0
/
+1
*
mesa: refactor clamping controls, get rid of _ClampReadColor
Marek Olšák
2013-04-06
1
-0
/
+1
*
mesa: add common format-independent memcpy-based ReadPixels path
Marek Olšák
2013-03-23
1
-2
/
+2
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-1
/
+1
*
framebuffer: update allowed implementation format/type
Jordan Justen
2013-01-20
1
-3
/
+23
*
framebuffer: add _mesa_get_read_renderbuffer
Jordan Justen
2013-01-14
1
-0
/
+21
*
mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-3
/
+3
*
msaa: Compute visual samples/sampleBuffers from all buffers.
Paul Berry
2012-07-24
1
-2
/
+7
*
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
[next]