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
/
softpipe
/
sp_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-3
/
+3
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-6
/
+6
*
softpipe: enable clear_texture with util_clear_texture
Lars Hamre
2017-02-24
1
-0
/
+2
*
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
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
1
-4
/
+4
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-2
/
+4
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
2015-10-31
1
-4
/
+14
*
softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()
Brian Paul
2014-09-30
1
-2
/
+3
*
softpipe: handle vertex texture sampling when using llvm for draw
Roland Scheidegger
2014-08-30
1
-20
/
+14
*
softpipe: use 64-bit arithmetic in softpipe_resource_layout()
Brian Paul
2014-03-03
1
-3
/
+3
*
softpipe: Use alignment of 64 instead of 16 for buffer allocation
Siavash Eliasi
2014-01-29
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-4
/
+4
*
softpipe: silence some MSVC warnings
Brian Paul
2013-07-12
1
-6
/
+6
*
softpipe: don't assert when creating surfaces with multiple layers
Roland Scheidegger
2013-03-14
1
-10
/
+20
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
1
-0
/
+4
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-54
/
+34
*
softpipe: implement the new can_create_resource() function
Brian Paul
2012-09-17
1
-4
/
+28
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-2
/
+0
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-1
/
+0
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-1
/
+1
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+1
*
softpipe: fix array textures to use resource array_size
Brian Paul
2011-01-28
1
-5
/
+26
*
softpipe: support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-1
/
+5
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-41
/
+39
*
softpipe: Calculate slice_stride field in get_transfer().
Michal Krol
2010-05-19
1
-0
/
+4
*
softpipe: consolidate tex image offset code
Brian Paul
2010-04-28
1
-29
/
+32
*
softpipe: use consistant names for local vars
Brian Paul
2010-04-28
1
-36
/
+33
*
softpipe: Make softpipe transfers in-order.
José Fonseca
2010-04-25
1
-0
/
+22
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
softpipe: rename vars, update comments, etc
Brian Paul
2010-04-16
1
-91
/
+83
*
softpipe: s/template/templat/ to avoid potential C++ issues
Brian Paul
2010-04-16
1
-12
/
+12
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-173
/
+120
*
winsys/sw: Add a software winsys layered on a pipe
Jakob Bornecrantz
2010-03-16
1
-2
/
+52
*
softpipe: Remove unnecessary header.
Vinson Lee
2010-03-13
1
-1
/
+0
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-2
/
+2
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-11
/
+16
*
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
1
-16
/
+3
|
\
|
*
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-40
/
+8
|
*
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
1
-21
/
+2
|
|
\
|
|
*
softpipe: remove dead get_texture_buffer function
Keith Whitwell
2010-03-04
1
-20
/
+0
|
|
*
gallium: Reorg texture usage flags
Jakob Bornecrantz
2010-03-01
1
-1
/
+2
*
|
|
softpipe: rework to use the llvmpipe winsys
Keith Whitwell
2010-03-04
1
-65
/
+50
|
/
/
*
/
softpipe: Rename pipe formats.
José Fonseca
2010-03-02
1
-1
/
+1
|
/
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
softpipe: Remove unnecessary headers.
Vinson Lee
2010-01-20
1
-1
/
+0
[next]