gallium: rename 'state tracker' to 'frontend'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_texture.c
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-06 Dave Airliellvmpipe: add internal multisample texture mapping...
2020-05-06 Dave Airliellvmpipe: add multisample support to texture allocator.
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-27 Dave Airliellvmpipe: flush on api memorybarrier.
2019-08-27 Dave Airliellvmpipe: add fragment shader image support
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-07 Dave Airliellvmpipe: add support for shader buffer binding.
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2017-08-22 Brian Paulllvmpipe: add some whitespace between functions in...
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-14 Roland Scheideggerllvmpipe: hack-fix bugs due to bogus bind flags
2016-04-27 Brian Paulllvmpipe: s/Elements/ARRAY_SIZE/
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Trivial code-style cleanup
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-07 Dave Airliellvmpipe: disable front updates for now
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-31 Dave Airliegallium/swrast: fix front buffer blitting. (v2)
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2014-09-30 Brian Paulllvmpipe: remove special case for PIPE_TEXTURE_CUBE...
2014-08-05 Roland Scheideggerllvmpipe: implement support for cube map arrays
2014-08-01 Roland Scheideggerllvmpipe: don't store number of layers per level
2014-08-01 Roland Scheideggerllvmpipe: integrate memory allocation into llvmpipe_tex...
2014-08-01 Roland Scheideggerllvmpipe: get rid of impossible code in alloc_image_data
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_tile_linear
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image
2014-07-01 Roland Scheideggerllvmpipe: get rid of llvmpipe_get_texture_image_all
2014-07-01 Roland Scheideggerllvmpipe: allocate regular texture memory upfront
2014-07-01 Roland Scheideggerllvmpipe: get rid of linear_img struct
2014-07-01 Roland Scheideggerllvmpipe: (trivial) rename linear_mip_offsets to mip_of...
2014-06-25 Takashi Iwaillvmpipe: Fix zero-division in llvmpipe_texture_layout()
2014-01-29 Siavash Eliasillvmpipe: Use alignment of 64 instead of 16 for buffer...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-06-07 Roland Scheideggerllvmpipe: move create_surface/destroy_surface functions...
2013-06-07 Roland Scheideggerllvmpipe: add support for layered rendering
2013-06-04 Roland Scheideggerllvmpipe: reduce alignment requirement for 1d resources...
2013-06-01 Roland Scheideggerllvmpipe: fix bogus assertions for buffer surfaces
2013-05-31 Roland Scheideggerllvmpipe: reduce alignment requirement for resources...
2013-05-28 Roland Scheideggerllvmpipe: get rid of tiled/linear layout remains
2013-05-17 Roland Scheideggerllvmpipe: get rid of unused tiled/linear logic
2013-04-18 José Fonsecallvmpipe: Take in consideration all current constant...
2013-03-13 Roland Scheideggerllvmpipe: don't assert when trying to render to surface...
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-28 Roland Scheideggerllvmpipe: support rendering to buffer render targets.
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-23 John Kåre Alsakerllvmpipe: Fix creation of shared and scanout textures.
2013-02-22 Roland Scheideggerllvmpipe: simplify buffer allocation logic.
2013-02-20 Roland Scheideggerllvmpipe: lp_resource_copy cleanup
2013-02-19 Brian Paulllvmpipe: fix handling of 0 x 0 framebuffer size
2012-12-12 Marek Olšákgallium: remove pipe_surface::usage
2012-12-11 Brian Paulllvmpipe: support pipe_resource-based constant buffers
2012-11-29 Roland Scheideggerllvmpipe: support array textures
2012-11-29 José Fonsecallvmpipe: Eliminate color buffer swizzling.
2012-11-29 José Fonsecallvmpipe: Only advertise unswizzled formats.
2012-11-28 James Bentonllvmpipe: Update llvmpipe_is_format_unswizzled to refle...
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-11-12 Roland Scheideggerllvmpipe: always allocate whole miptrees not individual...
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-20 Brian Paulllvmpipe: fix overflow bug in total texture size comput...
2012-09-18 Brian Paulllvmpipe: implement the new can_create_resource() function
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-28 José Fonsecallvmpipe: Bump the maximum texture size (in pixels).
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákgallium: remove pipe_resource::user_ptr
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-23 Marek Olšákgallium: add user_ptr in pipe_resource
2012-03-05 Marek OlšákRevert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
2012-02-03 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2012-02-03 Keith Whitwellllvmpipe: clear storage for newly allocated resources
2012-01-05 Marek Olšákgallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
2011-11-14 José Fonsecallvmpipe: Make more resilient to out-of-memory situations.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
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-11-30 Keith Whitwellllvmpipe: raise dirty flag on transfers to bound constbuf
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-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Keith Whitwellllvmpipe: fence debugging, add llvmpipe_finish
2010-08-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-23 Jakob Bornecrantzllvmpipe: Partially fix resource texture from_handle
2010-07-23 Jakob Bornecrantzllvmpipe: Don't align values already aligned
2010-07-16 Keith Whitwellllvmpipe: use single swizzled tile
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 José Fonsecallvmpipe: Align texture data to the cache line.
next