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
/
gallium
/
auxiliary
/
util
/
u_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
1
-2
/
+155
*
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-03
1
-71
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-10
/
+13
*
util: Rename pipe formats.
José Fonseca
2010-03-01
1
-2
/
+2
*
util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-1
/
+1
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-0
/
+71
|
\
|
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-31
1
-1
/
+0
|
|
\
|
*
\
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-4
/
+4
|
|
\
\
|
*
|
|
gallium/util: added util_unreference_framebuffer_state()
Brian Paul
2009-12-11
1
-0
/
+16
|
*
|
|
gallium/util: simplify util_framebuffer_state_equal()
Brian Paul
2009-12-11
1
-5
/
+11
|
*
|
|
gallium/util: added framebuffer compare, copy util funcs
Brian Paul
2009-12-10
1
-0
/
+49
*
|
|
|
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
util: Remove unnecessary header.
Vinson Lee
2010-01-27
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-1
/
+0
|
\
\
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-1
/
+0
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
[next]