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: manage render condition in cso_context and fix postprocessing w/ it
Marek Olšák
2012-12-12
1
-0
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-8
/
+11
*
gallium/u_blitter: implement blitting multisample resources
Marek Olšák
2012-08-15
1
-4
/
+4
*
gallium/u_blit: set dst format from pipe_resource, not pipe_surface
Marek Olšák
2012-08-15
1
-1
/
+1
*
gallium/u_blit: bail out if src is a multisample texture
Marek Olšák
2012-08-04
1
-0
/
+6
*
gallium/u_blit: check nr_samples before using resource_copy_region
Marek Olšák
2012-08-04
1
-1
/
+2
*
gallium: set sample mask to ~0 for clear, blit and gen_mipmap
Marek Olšák
2012-08-04
1
-0
/
+6
*
gallium: consolidate CSO sampler and sampler_view functions
Brian Paul
2012-08-03
1
-19
/
+19
*
st/mesa: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
1
-35
/
+171
*
st/mesa: set colormask to zero when blitting depth
Marek Olšák
2012-07-12
1
-4
/
+8
*
gallium/u_blit: remove useless memset calls
Marek Olšák
2012-07-12
1
-6
/
+0
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
1
-36
/
+11
*
gallium/u_blit: don't do two copies for non-2D textures
Marek Olšák
2012-07-12
1
-33
/
+39
*
util: add some comments, fix indentation
Brian Paul
2012-06-13
1
-1
/
+5
*
gallium/u_blit: don't release vertex buffer at end of frame / in glFlush
Marek Olšák
2012-04-18
1
-13
/
+4
*
util: replace format equality test with compatibility test in blit code
Brian Paul
2012-02-29
1
-1
/
+21
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-7
/
+1
*
st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-0
/
+6
*
util: check for null vertex buffer object in blit code
Brian Paul
2011-11-11
1
-6
/
+10
*
st/mesa: set geometry shader to NULL when doing internal drawing
Marek Olšák
2011-11-04
1
-0
/
+6
*
gallium/util: observe sampler view's first_level in util_blit_pixels_tex()
Brian Paul
2011-09-20
1
-6
/
+10
*
gallium: Delay the creation of simple helper shaders
Jakob Bornecrantz
2011-03-12
1
-32
/
+60
*
u_blitter: Do blits in linear color space.
Henri Verbeet
2011-03-12
1
-21
/
+36
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-4
/
+3
*
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
[next]