util: Make helper functions for pack/unpacking pixel rows.
[mesa.git] / src / gallium / auxiliary / util / u_surface.c
2020-02-04 Eric Anholtutil: Make helper functions for pack/unpacking pixel...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2017-11-17 Gert Wollnygallium/aux/util/u_surface.c: Silence warnings and...
2017-11-17 Gert Wollnygallium/aux/util/u_surface.c: Silence a -Wsign-compare...
2017-10-25 Roland Scheideggergallium/util: remove some block alignment assertions
2017-02-24 Roland Scheideggergallium/util: (trivial) fix util_clear_render_target
2017-02-24 Lars Hamregallium: implement util_clear_texture
2016-07-01 Brian Paulgallium/util: check for window cliprects in util_can_bl...
2016-06-30 Brian Paulgallium/util: add tight_format_check param to util_can_...
2016-06-30 Brian Paulgallium/util: simplify a few things in util_can_blit_vi...
2016-06-30 Brian Paulgallium/util: new util_try_blit_via_copy_region() function
2016-06-14 Roland Scheideggergallium/util: don't use blocksize for minify for assertions
2016-06-13 Brian Paulutil: update some assertions in util_resource_copy_region()
2016-06-10 Brian Paulutil: update util_resource_copy_region() for GL_ARB_cop...
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-03 Edward O'Callaghangallium/aux/util: Trivial, we already have format use it
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Marek Olšákutil/u_blitter: implement alpha blending for pipe-...
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2013-06-13 Marek Olšákgallium/u_format: add a new helper for initializing...
2013-06-12 Roland Scheideggerutil: new util_fill_box helper
2013-06-07 Roland Scheideggerutil: fix util_clear_render_target and util_clear_depth...
2013-02-28 Roland Scheideggerutil: fix issues with util_clear_render_target.
2013-02-12 Brian Paulutil: fix incorrect Z bit masking in util_clear_depth_s...
2013-01-04 Marek Olšákgallium/util: remove unused helper util_create_rgba_texture
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-12 Marek Olšákgallium/util: move util_try_blit_via_copy_region to...
2012-12-06 José Fonsecautil: Add util_copy_box helper.
2012-12-06 José Fonsecagallium/util: Move the util_copy/fill_rect into u_surface.
2012-12-04 José Fonsecautil/surface: Always use the surface format when clearing.
2012-11-09 José Fonsecautil/u_surface: Support 3D/array textures in util_resou...
2012-11-09 José Fonsecautil/u_surface: Fix util_clear_depth_stencil for Z32_FL...
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-30 Marek Olšákst/mesa: implement decompress_with_blit using gallium...
2012-08-05 Vinson Leeutil: Move dereference after null check in util_resourc...
2012-01-10 Brian Paulutil: use memset() to initialize surface, sampler_view...
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-10 Marek Olšákgallium/util: implement software Z32F_S8X24 depth-stenc...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Marek Olšákgalahad,util: warn on resource target mismatch in copy_...
2011-04-21 Marek Olšákutil: add a simple memcpy path for copying buffers...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-19 Luca Barbieriauxiliary: fix depth-only and stencil-only clears
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Roland Scheideggerutil: fix util_fill_rect to take util_color instead...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-07 Roland Scheideggerutil: implement util_clear_depth_stencil fallback
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 Roland Scheideggergallium: rename clearRT / clearDS to clear_render_targe...
2010-05-28 Roland Scheideggerutil: adapt to clear interface changes
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-18 Roland Scheideggerutil: fix some leftover util_surface_fill/copy calls
2010-05-17 Roland Scheideggergallium/util: adapt util code to interface changes
2010-05-05 Vinson Leeutil: Remove unnecessary headers.
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-01 José Fonsecautil: Rename pipe formats.
next