Merge branch 'mesa-2d-registers'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_texture.c
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-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-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...
2010-04-19 Brian Paulllvmpipe: fix rendering to 3D textures
2010-04-19 Brian Paulllvmpipe: checkpoint: fixes for render to 3D texture
2010-04-19 Brian Paulllvmpipe: another fix for surface memory allocation
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian Paulllvmpipe: fix mem leak in llvmpipe_resource_destroy()
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 Paulllvmpipe: added llvmpipe_resource_size()
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulllvmpipe: fix surface memory allocation bug
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-16 Brian Paulllvmpipe: rename vars, update comments for texture...
2010-04-16 Brian Paulllvmpipe: additional texture assertion
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Jakob Bornecrantzllvmpipe: Fix transfers after resource change
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 George Sapountzisdrm/sw: llvmpipe texture_from_handle
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-16 Jakob Bornecrantzllvmpipe: Fix rebase typo
2010-03-16 Jakob Bornecrantzwinsys/sw: Add a software winsys layered on a pipe
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-13 José Fonsecallvmpipe: Ensure the context is flushed before modifyin...
2010-03-13 José Fonsecallvmpipe: Don't use texture transfer internally.
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Keith WhitwellSquashed commit of gallium-no-texture-blanket
2010-03-08 Brian PaulMerge branch '7.8'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-04 Keith Whitwellgallium: fix llvmpipe after winsys move
2010-03-04 Keith Whitwellsoftpipe: rework to use the llvmpipe winsys
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-03-01 Jakob Bornecrantzgallium: Reorg texture usage flags
2010-02-24 Brian Paulllvmpipe: remove Z16 format override hack
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
next