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_blitter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/blitter: use the common uploader
Marek Olšák
2017-02-14
1
-9
/
+3
*
util: fix memory leak from the fragment shaders for SINT<->UINT blits
Charmaine Lee
2016-11-23
1
-1
/
+1
*
util/blitter: add clamping during SINT <-> UINT blits
Nicolai Hähnle
2016-11-16
1
-21
/
+52
*
util/blitter: index texfetch_col shaders by type
Nicolai Hähnle
2016-11-16
1
-35
/
+19
*
gallium/u_blitter: split out a helper for common clear state
Rob Clark
2016-08-16
1
-13
/
+25
*
gallium/u_blitter: add helper to save FS const buffer state
Rob Clark
2016-08-16
1
-0
/
+10
*
gallium/u_blitter: export some functions
Rob Clark
2016-08-16
1
-70
/
+75
*
gallium/util: fix some 4-space indentation in blitter code
Brian Paul
2016-06-23
1
-21
/
+21
*
gallium/u_blitter: implement mipmap generation
Marek Olšák
2016-06-21
1
-114
/
+232
*
gallium/u_blitter: do GL-compliant integer resolves
Marek Olšák
2016-05-31
1
-19
/
+7
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
1
-5
/
+5
*
gallium/util: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-28
1
-4
/
+4
*
gallium/util: initialize pipe_framebuffer_state to zeros
Brian Paul
2016-04-25
1
-1
/
+1
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-4
/
+4
*
gallium: pause queries for all meta ops
Marek Olšák
2016-04-12
1
-0
/
+4
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+2
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-2
/
+2
*
util/blitter: Fix "SO C90 forbids mixed declarations and code".
Jose Fonseca
2015-12-02
1
-2
/
+4
*
gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-4
/
+12
*
gallium/util: Fix util_blitter_clear_render_target() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-3
/
+12
*
gallium/u_blitter: add support for multi-dword clear values in clear_buffer
Marek Olšák
2015-11-13
1
-11
/
+14
*
gallium/util: avoid unreferencing random memory on buffer alloc failure
Ilia Mirkin
2015-09-28
1
-1
/
+1
*
gallium/u_blitter: handle allocation failures
Marek Olšák
2015-09-24
1
-0
/
+6
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
1
-18
/
+36
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-3
/
+3
*
util/blitter (and friends): generate appropriate SVIEW decls
Rob Clark
2015-06-21
1
-12
/
+45
*
gallium/u_blitter: disable tessellation for all operations
Marek Olšák
2015-05-16
1
-0
/
+27
*
gallium/util: fix blitter sampler view target initialization
Roland Scheidegger
2015-05-13
1
-0
/
+1
*
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
-2
/
+3
*
u_blitter: put a comment on util_blitter_cache_all_shaders()
Brian Paul
2014-10-22
1
-0
/
+7
*
u_blitter: use ctx->bind_fs_state(), not pipe->bind_fs_state()
Brian Paul
2014-10-22
1
-3
/
+3
*
u_blitter: create basic fs shaders in util_blitter_cache_all_shaders()
Brian Paul
2014-10-22
1
-1
/
+12
*
u_blitter: do error checking assertions for shader caching
Brian Paul
2014-10-22
1
-21
/
+30
*
u_blitter: Create all shaders on demand
Michel Dänzer
2014-09-02
1
-43
/
+104
*
gallium/u_blitter: don't use an empty fragment shader if there's a colorbuffer
Marek Olšák
2014-08-19
1
-1
/
+1
*
gallium/u_blitter: fix some shader memory leaks
Brian Paul
2014-07-09
1
-0
/
+9
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
1
-1
/
+1
*
gallium/u_blitter: implement scaled blitting in the Z direction
Marek Olšák
2014-04-04
1
-9
/
+31
*
gallium/u_blitter: don't adjust cubemap coordinates by a small number
Marek Olšák
2014-04-04
1
-1
/
+1
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-4
/
+9
*
gallium/util: Fix memory leak
Aaron Watry
2014-03-06
1
-0
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
gallium/u_blitter: implement shader-based MSAA resolve with bilinear filtering
Marek Olšák
2013-12-14
1
-31
/
+48
*
gallium/u_blitter: implement shader-based MSAA resolve
Marek Olšák
2013-12-14
1
-23
/
+93
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
1
-14
/
+10
*
util: fix compile breakage
Brian Paul
2013-12-12
1
-1
/
+1
*
util: move variable declaration out of for-loop
Brian Paul
2013-12-12
1
-1
/
+3
*
gallium/util: implement new color clear API in u_blitter
Marek Olšák
2013-12-12
1
-3
/
+42
[next]