OSDN Git Service

llvmpipe: add support for layered rendering
[android-x86/external-mesa.git] / src / gallium / drivers / llvmpipe / lp_texture.c
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.
2010-06-30 Brian Paulllvmpipe: another null pointer check
2010-06-29 Brian Paulllvmpipe: don't crash/assert on out of memory
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-07 Keith Whitwellllvmpipe: hook up basic gs and multiple constant buffer...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-30 José Fonsecallvmpipe: Call llvmpipe_set_texture_tile_layout only...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-22 José Fonsecallvmpipe: Fill in slice_stride.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-11 Brian Paulllvmpipe: fix texture image size calculation
2010-05-11 Brian Paulllvmpipe: add a simple resource tracking/debug feature
2010-05-08 José Fonsecallvmpipe: Match p_screen.h's function prototype.
2010-05-04 Brian Paulllvmpipe: fix broken compressed cube maps
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Brian Paulllvmpipe: fix texture/display target memory leak
2010-04-25 José Fonsecallvmpipe: Cleanup/improve llvmpipe_flush_resource usage.
2010-04-25 José Fonsecallvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resource
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Brian Paulllvmpipe: rename lp_tile_size.h to lp_limits.h
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 José Fonsecallvmpipe: Portability fixes.
2010-04-22 José Fonsecallvmpipe: Fix rendering to non 32bpp formats.
2010-04-22 José Fonsecallvmpipe: Use resource_is_texture() consistently.
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-22 José Fonsecallvmpipe: Fix resource_is_texture.
2010-04-21 Brian Paulllvmpipe: consolidate texture memory allocation code
2010-04-20 Brian Paulllvmpipe: code consolidation
2010-04-20 Brian Paulllvmpipe: remove debug code and simplify
2010-04-20 Brian Paulllvmpipe: fix cube face addressing bug
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 Brian Paulllvmpipe: remove call to llvmpipe_set_texture_image_lay...
2010-04-20 Alan Hourihanellvmpipe: silence warning
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulllvmpipe: get 3D texture image stride from an array...
2010-04-19 Brian Paulllvmpipe: consolidate some code in llvmpipe_set_texture...
next