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
/
blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: Move NULL pointer check.
Plamena Manolova
2017-06-20
1
-6
/
+6
*
mesa: add KHR_no_error support for glBlitNamedFramebuffer()
Samuel Pitoiset
2017-06-07
1
-0
/
+18
*
mesa: add blit_named_framebuffer() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+54
*
mesa: add KHR_no_error support for glBlitFramebuffer()
Samuel Pitoiset
2017-06-07
1
-0
/
+15
*
mesa: add validate_depth_buffer() helper
Samuel Pitoiset
2017-06-07
1
-29
/
+43
*
mesa: add validate_stencil_buffer() helper
Samuel Pitoiset
2017-06-07
1
-34
/
+47
*
mesa: add validate_color_buffer() helper
Samuel Pitoiset
2017-06-07
1
-61
/
+77
*
mesa: wrap blit_framebuffer() into blit_framebuffer_err()
Samuel Pitoiset
2017-06-07
1
-9
/
+25
*
mesa: add 'no_error' parameter to blit_framebuffer()
Samuel Pitoiset
2017-06-07
1
-97
/
+95
*
mesa: make _mesa_blit_framebuffer() static
Samuel Pitoiset
2017-06-07
1
-15
/
+14
*
mesa: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
2016-06-10
1
-4
/
+4
*
mesa/blit: Don't require the same format for mulitisample blits
Neil Roberts
2015-12-16
1
-2
/
+11
*
blit: Don't take into account the Mesa format when checking MSRT blit
Neil Roberts
2015-12-10
1
-13
/
+15
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
mesa: Add a new helper function _mesa_regions_overlap()
Anuj Phogat
2015-06-29
1
-0
/
+26
*
Revert "mesa: Add ARB_direct_state_access checks in FBO functions"
Ian Romanick
2015-05-28
1
-7
/
+0
*
mesa: Add ARB_direct_state_access checks in FBO functions
Fredrik Höglund
2015-05-14
1
-0
/
+7
*
main: _mesa_blit_framebuffer updates its arbitrary framebuffers.
Laura Ekstrand
2015-05-14
1
-3
/
+6
*
main: Add entry point for BlitNamedFramebuffer.
Laura Ekstrand
2015-05-14
1
-0
/
+51
*
main: Refactor glBlitFramebuffer.
Laura Ekstrand
2015-05-14
1
-53
/
+67
*
main: Fix whitespace in blit.c
Laura Ekstrand
2015-05-14
1
-18
/
+18
*
mesa: include stdio.h where needed
Brian Paul
2015-03-05
1
-0
/
+1
*
mesa/main: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-1
/
+1
*
mesa: move glBlitFramebuffer code into new blit.c file
Brian Paul
2014-02-02
1
-0
/
+513