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: remove no-op softpipe_init_texture_funcs() function
Brian Paul
2009-09-10
1
-6
/
+0
*
softpipe: remove unused #includes, move comment
Brian Paul
2009-09-10
1
-7
/
+1
*
softpipe: reformatting, clean-ups, comments
Brian Paul
2009-09-10
1
-9
/
+10
*
gallium: Add texture usage information to surface_buffer_create
Jakob Bornecrantz
2009-08-11
1
-0
/
+2
*
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
1
-5
/
+0
*
softpipe: Also defere primary textures to backend
Jakob Bornecrantz
2009-08-05
1
-1
/
+2
*
softpipe: Mark texture dirty when unmapped.
Chia-I Wu
2009-07-30
1
-6
/
+5
*
softpipe: include sp_winsys.h to silence warning (unprototyped function)
Brian Paul
2009-05-27
1
-0
/
+1
*
gallium/intel/gem: Use softpipe rather than i915simple if INTEL_SOFTPIPE is set.
Michel Dänzer
2009-04-23
1
-0
/
+19
*
softpipe: minor debug-help changes in softpipe_transfer_map()
Brian Paul
2009-04-07
1
-2
/
+4
*
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
2009-03-23
1
-1
/
+0
*
softpipe: Use p_atomic_read, not atomic_read.
Michal Krol
2009-03-16
1
-1
/
+1
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
1
-1
/
+1
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-48
/
+28
*
softpipe: minor code simplification for face/zslice offset calculation
Brian Paul
2009-02-24
1
-7
/
+10
*
softpipe: minor code movement in softpipe_get_tex_transfer()
Brian Paul
2009-02-24
1
-4
/
+5
*
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
1
-1
/
+1
|
\
|
*
softpipe: simplify an assertion
Brian Paul
2009-02-07
1
-1
/
+1
*
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-23
/
+91
|
/
*
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-02-02
1
-8
/
+13
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-10
/
+10
*
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-29
1
-9
/
+9
*
gallium: Remove the standalone surfaces.
José Fonseca
2009-01-20
1
-35
/
+8
*
softpipe: Don't fill surfaces's winsys fields.
José Fonseca
2008-12-22
1
-2
/
+0
*
softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.
José Fonseca
2008-12-22
1
-15
/
+34
*
softpipe: initialize refcount and winsys
Jerome Glisse
2008-12-22
1
-0
/
+2
*
softpipe: convert to use texture instead of surface
Jerome Glisse
2008-12-22
1
-35
/
+30
*
softpipe: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-04
1
-2
/
+2
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-3
/
+3
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+2
*
softpipe: Compute block size for display targets.
José Fonseca
2008-07-05
1
-1
/
+3
*
softpipe: Implement texture blankets.
José Fonseca
2008-07-05
1
-0
/
+34
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-8
/
+12
*
gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...
Brian Paul
2008-06-23
1
-1
/
+1
*
gallium: fix some surface usage bugs
Brian Paul
2008-06-20
1
-2
/
+9
*
gallium: Propagate tex_usage flags down to winsys.
José Fonseca
2008-05-07
1
-1
/
+2
*
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
1
-34
/
+67
*
softpipe: use CPU flags for mapping
Keith Whitwell
2008-05-01
1
-3
/
+31
*
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-22
/
+65
*
gallium: remove temporary _screen suffix from function names
Brian
2008-03-22
1
-10
/
+10
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-1
/
+2
*
gallium: remove DOS carriage returns
Brian
2008-03-14
1
-202
/
+202
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
1
-202
/
+202
*
gallium: remove unnecessary assignment
Brian
2008-02-27
1
-1
/
+0
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-47
/
+13
*
gallium: implement pipe_screen for softpipe driver
Brian
2008-02-27
1
-8
/
+49
*
gallium: softpipe_init_texture_funcs(), make texture func static
Brian
2008-02-27
1
-4
/
+15
*
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-26
1
-0
/
+1
*
gallium: fix brokenb build
Brian
2008-02-22
1
-1
/
+1
*
gallium: Fix build on Windows.
Michal Krol
2008-02-23
1
-1
/
+1
[next]