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_blitter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add # of MRT to blend state
Rob Clark
2020-04-23
1
-0
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
gallium/u_blitter: remove an unused variable
Marek Olšák
2019-10-17
1
-2
/
+0
*
gallium/u_blitter: set a more sane viewport-state
Erik Faye-Lund
2019-10-17
1
-6
/
+5
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-0
/
+7
*
radeonsi: make sure that DSA state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-0
/
+7
*
radeonsi: make sure that blend state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-0
/
+7
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-4
/
+4
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-6
/
+8
*
u_blitter: enable msaa when dst num samples is > 1
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-6
/
+12
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
1
-35
/
+112
*
gallium/util: rewrite depth-stencil blit shaders
Marek Olšák
2019-07-03
1
-13
/
+6
*
gallium/u_blitter: enable MSAA when blitting to MSAA surfaces
Brian Paul
2019-07-03
1
-22
/
+34
*
u_blitter: don't fail mipmap generation for depth formats containing stencil
Marek Olšák
2019-06-03
1
-1
/
+2
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+2
*
gallium/u_blitter: save/restore window rectangles
Marek Olšák
2018-08-14
1
-0
/
+10
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-3
/
+6
*
u_blitter: Add an option to draw the triangles using an index buffer.
Eric Anholt
2018-07-12
1
-2
/
+14
*
gallium: Add a util_blitter path for using a custom VS and FS.
Eric Anholt
2018-03-09
1
-0
/
+64
*
gallium/util: silence clang warning in blitter code
Brian Paul
2018-02-08
1
-1
/
+1
*
gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.c
Brian Paul
2018-02-08
1
-4
/
+6
*
gallium/util: add util_num_layers helper
Marek Olšák
2017-12-25
1
-2
/
+2
*
gallium/u_blitter: replace tabs with spaces
Brian Paul
2017-12-12
1
-18
/
+18
*
gallium/aux/util/u_blitter.c: Silence some warnings
Gert Wollny
2017-11-17
1
-5
/
+5
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
1
-1
/
+3
*
radeonsi: don't save and restore vertex buffers and elements for u_blitter
Marek Olšák
2017-10-07
1
-6
/
+9
*
gallium/u_blitter: let drivers decide which VS to use for draw_rectangle
Marek Olšák
2017-10-07
1
-41
/
+50
*
gallium/u_blitter: let drivers set the vertex elements state
Marek Olšák
2017-10-07
1
-26
/
+28
*
gallium/u_blitter: remove blitter_context_priv::viewport
Marek Olšák
2017-10-07
1
-10
/
+8
*
gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directly
Marek Olšák
2017-09-11
1
-2
/
+2
*
gallium/u_blitter: don't pass GENERIC in VS if it's not needed
Marek Olšák
2017-09-11
1
-17
/
+45
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
1
-86
/
+95
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
1
-26
/
+26
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
1
-50
/
+43
*
gallium/u_blitter: don't use boolean, TRUE, FALSE
Marek Olšák
2017-08-22
1
-61
/
+61
*
gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differently
Marek Olšák
2017-08-22
1
-1
/
+1
*
gallium/u_blitter: remove get_next_surface_layer callback
Marek Olšák
2017-08-22
1
-6
/
+1
*
gallium/util: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-07-25
1
-7
/
+8
*
gallium/u_blitter: don't use TXF for scaled blits
Marek Olšák
2017-07-17
1
-4
/
+6
*
gallium/u_blitter: use 2D_ARRAY for cubemap blits if possible
Marek Olšák
2017-06-07
1
-18
/
+34
*
gallium/u_blitter: use TXF if possible
Marek Olšák
2017-06-07
1
-102
/
+190
*
gallium/u_blitter: use TEX_LZ if it's supported
Marek Olšák
2017-06-07
1
-4
/
+8
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
1
-4
/
+9
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-8
/
+9
*
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
[next]