index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
softpipe: use 64-bit arithmetic in softpipe_resource_layout()
Brian Paul
2014-03-11
1
-3
/
+3
*
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
*
|
softpipe: added region assertions in softpipe_get_tex_transfer()
Brian Paul
2010-01-21
1
-0
/
+4
*
|
softpipe: remove redundant assignments
Brian Paul
2010-01-19
1
-5
/
+0
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-7
/
+7
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-20
/
+13
|
\
\
|
*
|
softpipe: fix double-minify in texture layout
Keith Whitwell
2009-12-04
1
-1
/
+1
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-20
/
+13
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+3
|
/
/
*
/
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-24
/
+25
|
/
*
softpipe: new comments
Brian Paul
2009-10-07
1
-0
/
+39
*
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-12
/
+3
*
g3dvl: Formatting and cleanups.
Younes Manton
2009-09-27
1
-2
/
+1
*
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
Younes Manton
2009-09-27
1
-0
/
+56
*
Merge branch 'softpipe-opt'
Keith Whitwell
2009-09-23
1
-3
/
+14
|
\
|
*
softpipe: rework texture sampling code
Keith Whitwell
2009-08-21
1
-2
/
+6
[next]