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
/
auxiliary
/
util
/
u_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-0
/
+1
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-2
/
+6
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-33
/
+37
*
auxiliary: util_blit_pixels_tex should restore the viewport.
Chia-I Wu
2010-11-25
1
-0
/
+2
*
util: implement depth blitting in u_blit
Marek Olšák
2010-08-22
1
-17
/
+43
*
auxiliary: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
1
-17
/
+50
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-1
/
+2
*
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-06-03
1
-1
/
+3
*
util: Remove unnecessary headers.
Vinson Lee
2010-05-26
1
-2
/
+0
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-58
/
+72
|
\
|
*
gallium/util: adapt util code to interface changes
Roland Scheidegger
2010-05-17
1
-58
/
+72
*
|
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-2
/
+1
*
|
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
[next]