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: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+1
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
1
-3
/
+2
*
gallium/util: trivial whitespace/formatting fixes in u_blit.c
Brian Paul
2018-02-08
1
-9
/
+9
*
gallium/util: replace uint with tgsi enum types
Brian Paul
2018-02-07
1
-4
/
+5
*
u_blit: (trivial) fix bogus argument order for set_fragment_shader
Roland Scheidegger
2018-02-07
1
-2
/
+2
*
u_blit,u_simple_shaders: add shader to convert from xrbias format
Roland Scheidegger
2018-02-07
1
-15
/
+25
*
gallium/aux/util/u_blit.c: Fix -Wunused-param warnings
Gert Wollny
2017-11-17
1
-1
/
+1
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
1
-1
/
+1
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
1
-1
/
+3
*
gallium: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
2016-06-10
1
-4
/
+4
*
gallium/util: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-28
1
-3
/
+3
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
1
-0
/
+1
*
gallium/util: use new cso_save/restore_state() functions
Brian Paul
2016-02-16
1
-34
/
+18
*
gallium/util: use cso_set_samplers
Marek Olšák
2015-07-23
1
-2
/
+4
*
cso: only allow saving and restoring fragment sampler states
Marek Olšák
2015-07-22
1
-2
/
+2
*
cso: only allow saving and restoring fragment sampler views
Marek Olšák
2015-07-22
1
-2
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+2
*
util/blitter (and friends): generate appropriate SVIEW decls
Rob Clark
2015-06-21
1
-8
/
+27
*
gallium: disable tessellation shaders for meta ops
Marek Olšák
2015-05-16
1
-0
/
+6
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
1
-2
/
+0
*
gallium/util: add a window_space option to the passthrough vertex shader
Marek Olšák
2014-11-16
1
-1
/
+1
*
util: use linear formats in util_blit_pixels()
Brian Paul
2014-09-24
1
-2
/
+2
*
util: simplify writemask parameters for util_blit_pixels()
Brian Paul
2014-09-24
1
-9
/
+16
*
util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code
Brian Paul
2014-09-24
1
-5
/
+5
*
mesa/st: add support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+3
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.
José Fonseca
2013-11-20
1
-1
/
+2
*
util/u_blit: Implement util_blit_pixels via pipe_context::blit.
José Fonseca
2013-09-18
1
-410
/
+37
*
util/u_blit: Support blits from cubemaps.
José Fonseca
2013-09-18
1
-3
/
+31
*
util: add casts to silence MSVC warnings in u_blit.c
Brian Paul
2013-07-12
1
-14
/
+14
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-1
/
+1
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-1
/
+2
*
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
[next]