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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-0
/
+1
*
radeonsi: make sure that DSA state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-0
/
+1
*
radeonsi: make sure that blend state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
1
-0
/
+2
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-1
/
+2
*
gallium/u_blitter: add return to fix the build
Marek Olšák
2019-07-03
1
-0
/
+1
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
1
-0
/
+29
*
gallium/u_blitter: save/restore window rectangles
Marek Olšák
2018-08-14
1
-0
/
+19
*
u_blitter: Add an option to draw the triangles using an index buffer.
Eric Anholt
2018-07-12
1
-0
/
+2
*
gallium: Add a util_blitter path for using a custom VS and FS.
Eric Anholt
2018-03-09
1
-0
/
+5
*
radeonsi: don't change viewport for blits, use window-space positions
Marek Olšák
2017-10-07
1
-0
/
+1
*
gallium/u_blitter: let drivers decide which VS to use for draw_rectangle
Marek Olšák
2017-10-07
1
-0
/
+11
*
gallium/u_blitter: let drivers set the vertex elements state
Marek Olšák
2017-10-07
1
-0
/
+2
*
gallium/u_blitter: use draw_rectangle for all blits except cubemaps
Marek Olšák
2017-09-11
1
-2
/
+3
*
gallium/u_blitter: use draw_rectangle callback for layered clears
Marek Olšák
2017-09-11
1
-2
/
+3
*
gallium/u_blitter: add new union blitter_attrib to replace pipe_color_union
Marek Olšák
2017-09-11
1
-2
/
+10
*
gallium/u_blitter: don't use boolean, TRUE, FALSE
Marek Olšák
2017-08-22
1
-12
/
+12
*
gallium/u_blitter: remove get_next_surface_layer callback
Marek Olšák
2017-08-22
1
-9
/
+0
*
gallium/u_blitter: use 2D_ARRAY for cubemap blits if possible
Marek Olšák
2017-06-07
1
-1
/
+2
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-4
/
+2
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium/u_blitter: split out a helper for common clear state
Rob Clark
2016-08-16
1
-0
/
+5
*
gallium/u_blitter: add helper to save FS const buffer state
Rob Clark
2016-08-16
1
-0
/
+15
*
gallium/u_blitter: export some functions
Rob Clark
2016-08-16
1
-0
/
+9
*
gallium/u_blitter: implement mipmap generation
Marek Olšák
2016-06-21
1
-0
/
+6
*
util/blitter: use ARRAY_SIZE macro
Brian Paul
2016-04-25
1
-9
/
+3
*
util/blitter: minor formatting fixes
Brian Paul
2015-12-11
1
-5
/
+4
*
gallium/util: fix code formatting in u_blitter.h
Brian Paul
2015-08-27
1
-30
/
+25
*
util/u_blitter: implement alpha blending for pipe->blit
Marek Olšák
2015-08-21
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-20
/
+20
*
gallium/u_blitter: disable tessellation for all operations
Marek Olšák
2015-05-16
1
-1
/
+15
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
1
-8
/
+3
*
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
2013-12-03
1
-1
/
+1
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-0
/
+3
*
gallium/u_blitter: make clearing independent of the colorbuffer format
Marek Olšák
2013-06-13
1
-1
/
+0
*
gallium/u_blitter: make clearing independent of the number of bound colorbuffers
Marek Olšák
2013-06-13
1
-1
/
+0
*
gallium/u_blitter: implement buffer clearing
Marek Olšák
2013-04-23
1
-1
/
+17
*
gallium/u_blitter: implement 3D blitting
Marek Olšák
2013-01-04
1
-0
/
+9
*
gallium/u_blitter: unify some parameters into a dstbox parameter in blit_generic
Marek Olšák
2013-01-04
1
-7
/
+7
*
gallium/u_blitter: remove useless parameter from blitter_default_dst_texture
Marek Olšák
2013-01-04
1
-2
/
+1
*
gallium/util: move util_try_blit_via_copy_region to u_surface.c
Marek Olšák
2012-12-12
1
-11
/
+0
*
gallium/u_blitter: fix conflict with u_memory.h
Marek Olšák
2012-12-07
1
-1
/
+5
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-12
/
+8
*
r600g: implement texturing with 8x MSAA compressed surfaces for Evergreen
Marek Olšák
2012-10-29
1
-0
/
+6
*
util/blitter: silence assorted MSVC warnings
Brian Paul
2012-10-17
1
-8
/
+8
*
r600g: implement MSAA resolving for 8-bit and 16-bit integer formats
Marek Olšák
2012-10-12
1
-1
/
+2
*
gallium/u_blitter: add helper for blitting via resource_copy_region
Marek Olšák
2012-09-30
1
-0
/
+12
*
gallium/u_blitter: add gallium blit implementation
Marek Olšák
2012-09-30
1
-31
/
+35
*
gallium/u_blitter: add ability to disable and restore the render condition
Marek Olšák
2012-09-30
1
-0
/
+12
*
gallium/u_blitter: facilitate co-existence with the Draw module
Marek Olšák
2012-09-30
1
-0
/
+2
[next]