index
:
~cooperyuan/r300g-xvmc
master
gallium part for AMD r5xx video acceleration
cooperyuan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_blit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-03
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
1
-13
/
+42
2009-08-07
util: fix incorrect assertion
Brian Paul
1
-1
/
+1
2009-08-07
util: include u_surface.h, added comment
Brian Paul
1
-0
/
+2
2009-08-07
util: use util_same_surface() to compare surface pointers
Brian Paul
1
-3
/
+3
2009-08-05
util: added comment/question about blit clipping
Brian Paul
1
-0
/
+1
2009-08-05
util: added util_blit_pixels() overlap test
Brian Paul
1
-2
/
+34
2009-08-05
util: fix util_blit_pixels() test for surface_copy() path
Brian Paul
1
-16
/
+24
2009-08-05
util: reformatting and comments
Brian Paul
1
-3
/
+10
2009-04-20
util: don't set unused blend state
Keith Whitwell
1
-4
/
+0
2009-04-09
gallium: remove unneeded compressed=0 assignment
Brian Paul
1
-1
/
+0
2009-03-13
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
1
-19
/
+5
2009-03-13
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
1
-8
/
+2
2009-03-13
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
1
-2
/
+2
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
1
-8
/
+9
2009-02-24
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
1
-14
/
+4
2009-02-18
util: Move p_debug.h into util module.
José Fonseca
1
-1
/
+1
2009-01-30
gallium: make p_winsys internal
Zack Rusin
1
-1
/
+0
2009-01-27
gallium: standardize api on the prefix "nr"
Zack Rusin
1
-2
/
+2
2008-12-12
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
1
-26
/
+62
2008-11-14
util: Use OpenGL rasterization rules in blits and mipmap generation.
Brian Paul
1
-0
/
+1
2008-09-04
gallium: Use pipe_buffer_* inlines as much as possible.
José Fonseca
1
-11
/
+11
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
1
-2
/
+3
2008-07-19
gallium: Finer grained is_format_supported.
José Fonseca
1
-4
/
+8
2008-07-03
gallium: Don't forget to get overllaping blits working again.
José Fonseca
1
-0
/
+1
2008-07-03
gallium: Use surface_copy for 1:1 blits.
José Fonseca
1
-0
/
+10
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
1
-1
/
+1
2008-06-24
gallium: Fix whole source being used in u_blit
Jakob Bornecrantz
1
-16
/
+54
2008-06-23
util: Blit can now copy from texture to surface
Jakob Bornecrantz
1
-0
/
+101
2008-06-14
util: Use pf_get_size().
Michal Krol
1
-1
/
+1
2008-05-02
gallium: fix build after merge
Keith Whitwell
1
-3
/
+3
2008-05-02
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
1
-0
/
+2
2008-05-01
gallium: Notify driver of texture updates in util_blit_pixels().
Michel Dänzer
1
-0
/
+2
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
1
-1
/
+2
2008-04-29
gallium: added some assertions to be sure the blit's surface formats are suit...
Brian Paul
1
-0
/
+3
2008-04-22
gallium: setup an identity viewport
Brian Paul
1
-4
/
+6
2008-04-21
use cso fs/vs handle functions
Keith Whitwell
1
-2
/
+2
2008-04-21
gallium: Set all state via cso_context in blit/gen_mipmap utils.
José Fonseca
1
-3
/
+7
2008-03-27
gallium: return pipe_shader_state from the simple shader functions
Brian
1
-2
/
+8
2008-03-27
gallium: fix incorrect types for shaders
Brian
1
-3
/
+2
2008-03-20
gallium: set fb.width/height
Brian
1
-0
/
+2
2008-03-20
gallium: create one vertex buffer and re-use
Brian
1
-5
/
+75
2008-03-19
gallium: explict float casts
Keith Whitwell
1
-1
/
+5
2008-03-19
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
1
-65
/
+60
2008-03-18
gallium: new pixel blit code
Brian
1
-0
/
+276