index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
1
-0
/
+1
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+2
*
llvmpipe: hack-fix bugs due to bogus bind flags
Roland Scheidegger
2016-06-14
1
-9
/
+3
*
llvmpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-1
/
+1
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-2
/
+4
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
llvmpipe: disable front updates for now
Dave Airlie
2015-11-08
1
-1
/
+1
*
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
2015-10-31
1
-6
/
+15
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
llvmpipe: remove special case for PIPE_TEXTURE_CUBE in llvmpipe_texture_layout()
Brian Paul
2014-09-30
1
-3
/
+6
*
llvmpipe: implement support for cube map arrays
Roland Scheidegger
2014-08-05
1
-1
/
+2
*
llvmpipe: don't store number of layers per level
Roland Scheidegger
2014-08-01
1
-76
/
+48
*
llvmpipe: integrate memory allocation into llvmpipe_texture_layout
Roland Scheidegger
2014-08-01
1
-45
/
+29
*
llvmpipe: get rid of impossible code in alloc_image_data
Roland Scheidegger
2014-08-01
1
-26
/
+13
*
llvmpipe: get rid of llvmpipe_get_texture_tile_linear
Roland Scheidegger
2014-07-02
1
-30
/
+2
*
llvmpipe: get rid of llvmpipe_get_texture_image
Roland Scheidegger
2014-07-02
1
-47
/
+1
*
llvmpipe: get rid of llvmpipe_get_texture_image_all
Roland Scheidegger
2014-07-02
1
-23
/
+0
*
llvmpipe: allocate regular texture memory upfront
Roland Scheidegger
2014-07-02
1
-0
/
+7
*
llvmpipe: get rid of linear_img struct
Roland Scheidegger
2014-07-02
1
-23
/
+16
*
llvmpipe: (trivial) rename linear_mip_offsets to mip_offsets
Roland Scheidegger
2014-07-02
1
-3
/
+3
*
llvmpipe: Fix zero-division in llvmpipe_texture_layout()
Takashi Iwai
2014-06-25
1
-1
/
+1
*
llvmpipe: Use alignment of 64 instead of 16 for buffer allocation
Siavash Eliasi
2014-01-29
1
-3
/
+3
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-4
/
+4
*
llvmpipe: move create_surface/destroy_surface functions to lp_surface.c
Roland Scheidegger
2013-06-07
1
-58
/
+1
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
1
-4
/
+2
*
llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
2013-06-05
1
-8
/
+16
*
llvmpipe: fix bogus assertions for buffer surfaces
Roland Scheidegger
2013-06-01
1
-2
/
+2
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
1
-13
/
+18
*
llvmpipe: get rid of tiled/linear layout remains
Roland Scheidegger
2013-05-29
1
-171
/
+26
*
llvmpipe: get rid of unused tiled/linear logic
Roland Scheidegger
2013-05-18
1
-343
/
+45
*
llvmpipe: Take in consideration all current constant buffers when mapping.
José Fonseca
2013-04-18
1
-3
/
+9
*
llvmpipe: don't assert when trying to render to surfaces with multiple layers
Roland Scheidegger
2013-03-14
1
-0
/
+3
*
llvmpipe: don't assert on illegal surface creation.
Roland Scheidegger
2013-03-02
1
-1
/
+2
*
llvmpipe: check buffers in llvmpipe_is_resource_referenced.
Roland Scheidegger
2013-02-28
1
-1
/
+10
*
llvmpipe: support rendering to buffer render targets.
Roland Scheidegger
2013-02-28
1
-11
/
+33
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
1
-29
/
+7
*
llvmpipe: Fix creation of shared and scanout textures.
John Kåre Alsaker
2013-02-23
1
-1
/
+3
*
llvmpipe: simplify buffer allocation logic.
Roland Scheidegger
2013-02-22
1
-7
/
+5
*
llvmpipe: lp_resource_copy cleanup
Roland Scheidegger
2013-02-20
1
-2
/
+1
*
llvmpipe: fix handling of 0 x 0 framebuffer size
Brian Paul
2013-02-19
1
-2
/
+2
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
llvmpipe: support pipe_resource-based constant buffers
Brian Paul
2012-12-11
1
-1
/
+5
*
llvmpipe: support array textures
Roland Scheidegger
2012-11-29
1
-2
/
+10
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
1
-107
/
+0
*
llvmpipe: Only advertise unswizzled formats.
José Fonseca
2012-11-29
1
-17
/
+6
*
llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes.
James Benton
2012-11-28
1
-9
/
+0
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
1
-0
/
+67
*
llvmpipe: always allocate whole miptrees not individual levels
Roland Scheidegger
2012-11-12
1
-58
/
+76
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-62
/
+42
*
llvmpipe: fix overflow bug in total texture size computation
Brian Paul
2012-09-20
1
-2
/
+16
[next]