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
/
auxiliary
/
util
/
u_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Remove unnecessary headers.
Vinson Lee
2010-05-04
1
-1
/
+0
*
gallium/util: specify binding type for blit src texture
Brian Paul
2010-04-19
1
-0
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-17
/
+16
*
gallium: change remaining util functions to use cso sampler views
Roland Scheidegger
2010-03-16
1
-10
/
+12
*
util: Fix nil pointer reference.
Michal Krol
2010-03-15
1
-5
/
+5
*
gallium: util_blit_pixels() takes source sampler view as argument.
Michal Krol
2010-03-15
1
-6
/
+22
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-0
/
+16
|
\
|
*
util: adapt blitter code to new vertex element cso
Roland Scheidegger
2010-03-01
1
-0
/
+16
*
|
util: Fix blitter vertex and viewport setup.
Michal Krol
2010-02-25
1
-6
/
+21
*
|
util: Reset clip state when doing blitting.
Michal Krol
2010-02-24
1
-1
/
+7
*
|
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-2
/
+13
|
/
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
1
-1
/
+1
|
\
|
*
gallium: adapt util code to blend changes
Roland Scheidegger
2010-01-21
1
-1
/
+1
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
util: Use pipe_buffer_write_nooverlap in blits / mipmap generation.
José Fonseca
2010-01-21
1
-2
/
+2
*
|
util/blit: document params to util_blit_pixels_writemask()
Brian Paul
2010-01-19
1
-0
/
+4
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-3
/
+5
|
\
\
|
*
|
util: add new fragment shaders to simple_shaders
Marek Olšák
2009-12-15
1
-2
/
+5
|
*
|
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-30
1
-1
/
+0
*
|
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
/
*
/
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-19
1
-13
/
+13
|
/
*
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
1
-5
/
+14
*
util: do some more util_blit_pixels cases without temporaries
Keith Whitwell
2009-10-07
1
-90
/
+73
*
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-03
1
-13
/
+42
*
util: fix incorrect assertion
Brian Paul
2009-08-07
1
-1
/
+1
*
util: include u_surface.h, added comment
Brian Paul
2009-08-07
1
-0
/
+2
*
util: use util_same_surface() to compare surface pointers
Brian Paul
2009-08-07
1
-3
/
+3
*
util: added comment/question about blit clipping
Brian Paul
2009-08-05
1
-0
/
+1
*
util: added util_blit_pixels() overlap test
Brian Paul
2009-08-05
1
-2
/
+34
*
util: fix util_blit_pixels() test for surface_copy() path
Brian Paul
2009-08-05
1
-16
/
+24
*
util: reformatting and comments
Brian Paul
2009-08-05
1
-3
/
+10
*
util: don't set unused blend state
Keith Whitwell
2009-04-20
1
-4
/
+0
*
gallium: remove unneeded compressed=0 assignment
Brian Paul
2009-04-09
1
-1
/
+0
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
1
-19
/
+5
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
1
-8
/
+2
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-2
/
+2
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-8
/
+9
*
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-24
1
-14
/
+4
*
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-1
/
+0
*
gallium: standardize api on the prefix "nr"
Zack Rusin
2009-01-27
1
-2
/
+2
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-26
/
+62
*
util: Use OpenGL rasterization rules in blits and mipmap generation.
Brian Paul
2008-11-14
1
-0
/
+1
*
gallium: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-04
1
-11
/
+11
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-2
/
+3
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-4
/
+8
*
gallium: Don't forget to get overllaping blits working again.
José Fonseca
2008-07-03
1
-0
/
+1
*
gallium: Use surface_copy for 1:1 blits.
José Fonseca
2008-07-03
1
-0
/
+10
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-1
/
+1
[next]