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
/
gallium
/
auxiliary
/
util
/
u_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/aux/util/u_surface.c: Silence warnings and remove unneeded MAYBE_UNUSED
Gert Wollny
2017-11-17
1
-5
/
+5
*
gallium/aux/util/u_surface.c: Silence a -Wsign-compare warning.
Gert Wollny
2017-11-17
1
-1
/
+1
*
gallium/util: remove some block alignment assertions
Roland Scheidegger
2017-10-25
1
-8
/
+0
*
gallium/util: (trivial) fix util_clear_render_target
Roland Scheidegger
2017-02-24
1
-7
/
+8
*
gallium: implement util_clear_texture
Lars Hamre
2017-02-24
1
-145
/
+241
*
gallium/util: check for window cliprects in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-0
/
+1
*
gallium/util: add tight_format_check param to util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-10
/
+28
*
gallium/util: simplify a few things in util_can_blit_via_copy_region()
Brian Paul
2016-06-30
1
-12
/
+8
*
gallium/util: new util_try_blit_via_copy_region() function
Brian Paul
2016-06-30
1
-15
/
+29
*
gallium/util: don't use blocksize for minify for assertions
Roland Scheidegger
2016-06-14
1
-20
/
+8
*
util: update some assertions in util_resource_copy_region()
Brian Paul
2016-06-13
1
-4
/
+8
*
util: update util_resource_copy_region() for GL_ARB_copy_image
Brian Paul
2016-06-10
1
-20
/
+95
*
gallium: fix warnings in release build
Grazvydas Ignotas
2016-04-25
1
-1
/
+2
*
gallium: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+2
*
gallium/aux/util: Trivial, we already have format use it
Edward O'Callaghan
2015-12-03
1
-1
/
+1
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
1
-0
/
+3
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
gallium/u_format: add a new helper for initializing pipe_blit_info::mask
Marek Olšák
2013-06-13
1
-25
/
+1
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
1
-10
/
+30
*
util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Roland Scheidegger
2013-06-07
1
-87
/
+103
*
util: fix issues with util_clear_render_target.
Roland Scheidegger
2013-02-28
1
-9
/
+46
*
util: fix incorrect Z bit masking in util_clear_depth_stencil()
Brian Paul
2013-02-12
1
-2
/
+2
*
gallium/util: remove unused helper util_create_rgba_texture
Marek Olšák
2013-01-04
1
-55
/
+0
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-5
/
+2
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
1
-0
/
+160
*
util: Add util_copy_box helper.
José Fonseca
2012-12-06
1
-14
/
+41
*
gallium/util: Move the util_copy/fill_rect into u_surface.
José Fonseca
2012-12-06
1
-0
/
+124
*
util/surface: Always use the surface format when clearing.
José Fonseca
2012-12-04
1
-7
/
+8
*
util/u_surface: Support 3D/array textures in util_resource_copy_region().
José Fonseca
2012-11-09
1
-26
/
+44
*
util/u_surface: Fix util_clear_depth_stencil for Z32_FLOAT_S8X24_UINT.
José Fonseca
2012-11-09
1
-12
/
+6
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-44
/
+30
*
st/mesa: implement decompress_with_blit using gallium blit
Marek Olšák
2012-09-30
1
-27
/
+3
*
util: Move dereference after null check in util_resource_copy_region.
Vinson Lee
2012-08-04
1
-3
/
+3
*
util: use memset() to initialize surface, sampler_view templates
Brian Paul
2012-01-10
1
-7
/
+10
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-4
/
+4
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-2
/
+2
*
gallium/util: implement software Z32F_S8X24 depth-stencil clear
Marek Olšák
2011-07-10
1
-1
/
+34
*
galahad,util: warn on resource target mismatch in copy_region
Marek Olšák
2011-04-21
1
-0
/
+3
*
util: add a simple memcpy path for copying buffers in util_resource_copy_region
Marek Olšák
2011-04-21
1
-9
/
+13
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-1
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-32
/
+46
*
auxiliary: fix depth-only and stencil-only clears
Luca Barbieri
2010-09-19
1
-1
/
+1
*
util: fix util_fill_rect to take util_color instead of u32 param
Roland Scheidegger
2010-08-23
1
-41
/
+5
*
util: implement util_clear_depth_stencil fallback
Roland Scheidegger
2010-06-07
1
-1
/
+107
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
1
-7
/
+7
*
util: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-20
/
+32
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-38
/
+38
|
\
|
*
util: fix some leftover util_surface_fill/copy calls
Roland Scheidegger
2010-05-18
1
-2
/
+2
|
*
gallium/util: adapt util code to interface changes
Roland Scheidegger
2010-05-17
1
-36
/
+36
*
|
util: Remove unnecessary headers.
Vinson Lee
2010-05-04
1
-1
/
+0
|
/
[next]